[csw-devel] SF.net SVN: gar:[10898] csw/mgar/gar/v2/bin/checkpkg
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu Sep 2 10:42:19 CEST 2010
Revision: 10898
http://gar.svn.sourceforge.net/gar/?rev=10898&view=rev
Author: wahwah
Date: 2010-09-02 08:42:19 +0000 (Thu, 02 Sep 2010)
Log Message:
-----------
mGAR v2: checkpkg, removing mentions of the -s flag.
Modified Paths:
--------------
csw/mgar/gar/v2/bin/checkpkg
Modified: csw/mgar/gar/v2/bin/checkpkg
===================================================================
--- csw/mgar/gar/v2/bin/checkpkg 2010-09-02 08:41:01 UTC (rev 10897)
+++ csw/mgar/gar/v2/bin/checkpkg 2010-09-02 08:42:19 UTC (rev 10898)
@@ -101,7 +101,6 @@
# TODO: Options to add:
# - Use an pre-cached (from a catalog file?) list of md5 sums
# - Don't use the data from /var/sadm/install/contents
-SAVE_TAGS=0
display_help=0
SKIP_STATS_COLLECTION=0
MD5_SUMS_CATALOG_FILE=""
@@ -115,9 +114,6 @@
c)
INSTALL_CONTENTS_FILES="${INSTALL_CONTENTS_FILES} ${OPTARG}"
;;
- s)
- SAVE_TAGS=1
- ;;
d)
DEBUG=1
;;
@@ -147,7 +143,6 @@
readonly INSTALL_CONTENTS_FILES
readonly MD5_SUMS_CATALOG_FILE
-readonly SAVE_TAGS
readonly SKIP_STATS_COLLECTION
readonly ANALYZE
readonly PROFILE
@@ -157,7 +152,6 @@
print 'Usage: checkpkg [options] pkg1 [pkg2 ....]'
print 'Options:'
print ' -c <file> use an additional install/contents file'
- print ' -s save error tags on disk'
print ' -d display debug messages'
print ' -N skip statistics collection'
print ' -M <file> use package md5sums from a catalog file'
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