Revision: 20245 http://gar.svn.sourceforge.net/gar/?rev=20245&view=rev Author: dmichelsen Date: 2013-01-31 15:23:14 +0000 (Thu, 31 Jan 2013) Log Message: ----------- pkg/Makefile: Always use csw python or the mako template will not be found, rip out old ignores
Modified Paths: -------------- csw/mgar/pkg/Makefile Modified: csw/mgar/pkg/Makefile =================================================================== --- csw/mgar/pkg/Makefile 2013-01-31 12:35:45 UTC (rev 20244) +++ csw/mgar/pkg/Makefile 2013-01-31 15:23:14 UTC (rev 20245) @@ -69,14 +69,14 @@ newpkg-%: @svn mkdir $* $*/tags $*/branches $*/trunk $*/trunk/files @svn cp template/Makefile $*/Makefile - @python -c 'from mako.template import Template; \ + @/opt/csw/bin/python -c 'from mako.template import Template; \ v = { "name": "$*", "version": "x.y" }; \ t = Template(filename="newpkg-Makefile"); \ print t.render(**v)' > $*/trunk/Makefile @touch $*/trunk/checksums @svn add $*/trunk/Makefile $*/trunk/checksums @svn ps svn:keywords Id $*/trunk/Makefile - @echo "cookies\ndownload\nwork\n" | svn propset svn:ignore -F /dev/fd/0 $*/trunk + @echo "work\n" | svn propset svn:ignore -F /dev/fd/0 $*/trunk @echo @echo "Your package is set up for editing at $*/trunk" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel