[csw-devel] SF.net SVN: gar:[16311] csw/mgar/gar/v2/gar.pkg.mk
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Sun Nov 27 16:10:52 CET 2011
Revision: 16311
http://gar.svn.sourceforge.net/gar/?rev=16311&view=rev
Author: wahwah
Date: 2011-11-27 15:10:52 +0000 (Sun, 27 Nov 2011)
Log Message:
-----------
mGAR v2: Removing the 'submitpkg' target
It's not necessary to tag releases and clutter filesystems. The
OPENCSW_REPOSITORY entry in pkginfo holds enough information to retrieve the
exact sources that have been used to build the package.
Modified Paths:
--------------
csw/mgar/gar/v2/gar.pkg.mk
Modified: csw/mgar/gar/v2/gar.pkg.mk
===================================================================
--- csw/mgar/gar/v2/gar.pkg.mk 2011-11-27 14:13:19 UTC (rev 16310)
+++ csw/mgar/gar/v2/gar.pkg.mk 2011-11-27 15:10:52 UTC (rev 16311)
@@ -1052,14 +1052,11 @@
)\
)
-submitpkg: submitpkg-default
+submitpkg:
+ @echo "The 'submitpkg' target has been removed."
+ @echo "Subversion information is now part of the package,"
+ @echo "as the OPENCSW_REPOSITORY entry in pkginfo."
-submitpkg-%: _PKGURL=$(shell svn info .. | $(GAWK) '$$1 == "URL:" { print $$2 }')
-submitpkg-%:
- @$(if $(filter $(call _REVISION),UNCOMMITTED NOTVERSIONED NOSVN),\
- $(error You have local files not in the repository. Please commit everything before submitting a package))
- $(SVN) -m "$(NAME): Tag as release $(SPKG_VERSION),$(SPKG_REVSTAMP)$(if $(filter default,$*),, for project '$*')" cp $(_PKGURL)/trunk $(_PKGURL)/tags/$(if $(filter default,$*),,$*_)$(NAME)-$(SPKG_VERSION),$(SPKG_REVSTAMP)
-
# dependb - update the dependency database
#
dependb:
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