Mantis - cswutils
Viewing Issue Advanced Details
4467 packaging minor always 2010-06-17 20:06 2010-06-27 06:06
maciej  
bwalton  
normal  
closed  
fixed  
none    
none  
0004467: /opt/csw/bin/submitpkg linked to comparepkg
maciej@current9s :~/src/opencsw/pkg/cswutils/trunk > submitpkg --help
Usage: submitpkg [options]

Options:
  -h, --help show this help message and exit
  -d, --debug
  -a PACKAGE_DIR_A, --package-dir-a=PACKAGE_DIR_A
                        Package directory A
  -b PACKAGE_DIR_B, --package-dir-b=PACKAGE_DIR_B
                        Package directory B
  -c CATALOG_NAME, --catalog-name=CATALOG_NAME
                        Catalog name, for example 'cups'
  -p, --permissions Whether to analyze permission bits
  --strip-a=STRIP_A Strip from paths in a
  --strip-b=STRIP_B Strip from paths in b
maciej@current9s :~/src/opencsw/pkg/cswutils/trunk > which submitpkg
/opt/csw/bin/submitpkg
maciej@current9s :~/src/opencsw/pkg/cswutils/trunk > ls -l /opt/csw/bin/submitpkg
lrwxrwxrwx 1 root other 33 Jun 16 22:49 /opt/csw/bin/submitpkg -> ../lib/python/csw/compare_pkgs.py
I suggest:

@@ -90,5 +95,5 @@
                $(DESTDIR)$(libdir)/python/csw/$${f}; \
        done
        @ln -s ../lib/python/csw/compare_pkgs.py $(DESTDIR)$(bindir)/comparepkg
- @ln -s ../lib/python/csw/compare_pkgs.py $(DESTDIR)$(bindir)/submitpkg
+ @ln -s ../lib/python/csw/submit_to_newpkgs.py $(DESTDIR)$(bindir)/submitpkg
        @$(MAKECOOKIE)
Issue History
2010-06-17 20:06 maciej New Issue
2010-06-20 04:57 bwalton Note Added: 0008039
2010-06-20 04:57 bwalton Status new => resolved
2010-06-20 04:57 bwalton Resolution open => fixed
2010-06-20 04:57 bwalton Assigned To => bwalton
2010-06-27 06:06 bwalton Status resolved => closed

Notes
(0008039)
bwalton   
2010-06-20 04:57   
Updated package REV=2010.06.17 pushed and acked for release. Hadn't hit catalog as of this aft, but expect it shortly.