OpenCSW Bug Tracker


Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0004467 [cswutils] packaging minor always 2010-06-17 20:06 2010-06-27 06:06
Reporter maciej View Status public  
Assigned To bwalton
Priority normal Resolution fixed  
Status closed  
Summary 0004467: /opt/csw/bin/submitpkg linked to comparepkg
Description 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
Additional Information 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)
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0008039)
bwalton (administrator)
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.


Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker