diff options
Diffstat (limited to 'projects/gentoolkit-nichoj/trunk/repoman.rb')
-rwxr-xr-x | projects/gentoolkit-nichoj/trunk/repoman.rb | 13 |
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 |