Revision: 8302
          http://gar.svn.sourceforge.net/gar/?rev=8302&view=rev
Author:   wahwah
Date:     2010-02-02 13:03:53 +0000 (Tue, 02 Feb 2010)

Log Message:
-----------
mGAR v2: checkpkg, provide a link to the CopyRight page on GAR wiki

Modified Paths:
--------------
    csw/mgar/gar/v2/bin/checkpkg.d/checkpkg-license.py

Modified: csw/mgar/gar/v2/bin/checkpkg.d/checkpkg-license.py
===================================================================
--- csw/mgar/gar/v2/bin/checkpkg.d/checkpkg-license.py  2010-02-02 12:29:18 UTC 
(rev 8301)
+++ csw/mgar/gar/v2/bin/checkpkg.d/checkpkg-license.py  2010-02-02 13:03:53 UTC 
(rev 8302)
@@ -30,6 +30,9 @@
         opencsw.PackageError(
           "%s file not present in the %s package"
           % (repr(license_path), pkg.pkgname)))
+    errors.append(
+        opencsw.PackageError(
+          "See also: http://sourceforge.net/apps/trac/gar/wiki/CopyRight";))
   return errors
 
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to