SF.net SVN: gar:[25428] csw/mgar/gar/v2/lib/web/pkgdb_web.py

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Wed Dec 2 12:06:17 CET 2015


Revision: 25428
          http://sourceforge.net/p/gar/code/25428
Author:   cgrzemba
Date:     2015-12-02 11:06:17 +0000 (Wed, 02 Dec 2015)
Log Message:
-----------
fix rest interface catnames-and-paths-by-basename

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/web/pkgdb_web.py

Modified: csw/mgar/gar/v2/lib/web/pkgdb_web.py
===================================================================
--- csw/mgar/gar/v2/lib/web/pkgdb_web.py	2015-12-02 08:58:36 UTC (rev 25427)
+++ csw/mgar/gar/v2/lib/web/pkgdb_web.py	2015-12-02 11:06:17 UTC (rev 25428)
@@ -58,9 +58,9 @@
       'PkgnameByFilename',
   r'/rest/catalogs/([^/]+)/(sparc|i386)/(SunOS[^/]+)/pkgnames-and-paths-by-basename',
       'PkgnamesAndPathsByBasename',  # with ?basename=...
-  r'/rest/catalogs/([^/]+)/(sparc|i386)/(SunOS[^/]+)/pkgnames-and-paths-by-basedir',
   r'/rest/catalogs/([^/]+)/(sparc|i386)/(SunOS[^/]+)/catnames-and-paths-by-basename',
       'CatnamesAndPathsByBasename',  
+  r'/rest/catalogs/([^/]+)/(sparc|i386)/(SunOS[^/]+)/pkgnames-and-paths-by-basedir',
       'PkgnamesAndPathsByBasedir',  # with ?basedir=...
   r'/rest/catalogs/([^/]+)/(sparc|i386)/(SunOS[^/]+)/for-generation/as-dicts/',
       'CatalogForGenerationAsDicts',

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