[csw-devel] SF.net SVN: opencsw:[489] catalog_signatures/bin/http_gpg_daemon
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Thu Jul 21 05:31:01 CEST 2011
Revision: 489
http://opencsw.svn.sourceforge.net/opencsw/?rev=489&view=rev
Author: bdwalton
Date: 2011-07-21 03:31:00 +0000 (Thu, 21 Jul 2011)
Log Message:
-----------
define a set of valid prefixes in which we might look for catalogs
Signed-off-by: Ben Walton <bwalton at opencsw.org>
Modified Paths:
--------------
catalog_signatures/bin/http_gpg_daemon
Modified: catalog_signatures/bin/http_gpg_daemon
===================================================================
--- catalog_signatures/bin/http_gpg_daemon 2011-07-21 03:30:41 UTC (rev 488)
+++ catalog_signatures/bin/http_gpg_daemon 2011-07-21 03:31:00 UTC (rev 489)
@@ -4,6 +4,7 @@
require 'optparse'
require 'ostruct'
+VALID_PREFIXES = %w(opencsw opencsw-future)
VALID_TREES = %w(unstable current)
VALID_ARCHES = %w(i386 sparc)
VALID_RELEASES = %w(5.9 5.10 5.11)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list