summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'projects/gentoolkit-nichoj/trunk/repoman.rb')
-rwxr-xr-xprojects/gentoolkit-nichoj/trunk/repoman.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/projects/gentoolkit-nichoj/trunk/repoman.rb b/projects/gentoolkit-nichoj/trunk/repoman.rb
deleted file mode 100755
index 280ba92..0000000
--- a/projects/gentoolkit-nichoj/trunk/repoman.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/usr/bin/ruby -w
-
-module Repoman
- def Repoman.scan()
- system "repoman scan"
- end
- def Repoman.full()
- system "repoman full"
- end
- def Repoman.commit(commitmsg)
- system "repoman commit --commitmsg \"#{commitmsg}\""
- end
-end