[Pkg-ruby-extras-maintainers] r687 - tools/gemsd
Daigo Moriwaki
daigo-guest at costa.debian.org
Sun Jul 16 13:21:51 UTC 2006
Author: daigo-guest
Date: 2006-07-16 13:21:49 +0000 (Sun, 16 Jul 2006)
New Revision: 687
Modified:
tools/gemsd/README
tools/gemsd/convert_gems.rb
tools/gemsd/download_gems.rb
Log:
Add usage.
Modified: tools/gemsd/README
===================================================================
--- tools/gemsd/README 2006-07-16 12:23:00 UTC (rev 686)
+++ tools/gemsd/README 2006-07-16 13:21:49 UTC (rev 687)
@@ -8,3 +8,5 @@
deb-src http://people.debian.org/~daigo/deb experimental/
+
+There are 185 gems (with the highest version) in the rubyforge.org.
Modified: tools/gemsd/convert_gems.rb
===================================================================
--- tools/gemsd/convert_gems.rb 2006-07-16 12:23:00 UTC (rev 686)
+++ tools/gemsd/convert_gems.rb 2006-07-16 13:21:49 UTC (rev 687)
@@ -1,4 +1,11 @@
#!/usr/bin/ruby
+#
+# Makes Debian packages for the gems in the DIR_DOWNLOAD. This command is
+# supposed to run by cron. dh_rubygems.rb makes a deb from a gem. dput and
+# mini-dinstall are required.
+#
+# USAGE: $ ./convert_gems.rb
+#
# Copyright (C) 2006 Daigo Moriwaki <daigo at debian.org>
#
# This program is free software; you can redistribute it and/or modify
@@ -18,8 +25,6 @@
$:.unshift( File.dirname(__FILE__).untaint )
require 'utils'
-#Signal.trap(:INT) {exit 1}
-
###
# Executes the dput command, which is supposed to subsequently run
# mini-dinstall, so that the deb packages generated can be downloaded in a
Modified: tools/gemsd/download_gems.rb
===================================================================
--- tools/gemsd/download_gems.rb 2006-07-16 12:23:00 UTC (rev 686)
+++ tools/gemsd/download_gems.rb 2006-07-16 13:21:49 UTC (rev 687)
@@ -1,4 +1,10 @@
#!/usr/bin/ruby
+#
+# Downloads gems from the official repositories to DIR_DOWNLOAD. This command
+# is supposed to run by cron.
+#
+# USAGE: $ ./download_gems.rb
+#
# Copyright (C) 2006 Daigo Moriwaki <daigo at debian.org>
#
# This program is free software; you can redistribute it and/or modify
More information about the pkg-ruby-extras-maintainers
mailing list