[csw-devel] SF.net SVN: opencsw:[596] gar-wrapper/mgar
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Mon Jan 23 21:52:46 CET 2012
Revision: 596
http://opencsw.svn.sourceforge.net/opencsw/?rev=596&view=rev
Author: dmichelsen
Date: 2012-01-23 20:52:45 +0000 (Mon, 23 Jan 2012)
Log Message:
-----------
mgar: Do not use svn:externals at all
Modified Paths:
--------------
gar-wrapper/mgar
Modified: gar-wrapper/mgar
===================================================================
--- gar-wrapper/mgar 2012-01-11 23:13:04 UTC (rev 595)
+++ gar-wrapper/mgar 2012-01-23 20:52:45 UTC (rev 596)
@@ -39,7 +39,6 @@
# (~/opencsw/.buildsys/vX at YYYY, ~/opencsw/foo/trunk at YYYY)
# * When packaging mgar, shield mgar up --self so that it won't override
# the package binary, but place it somewhere else.
-# * Recipes: Move from svn:externals to GARTYPE
# * In commit mode: verify that checksums is up to date (DISTFILES listed?)
# * Tune locate a:<foo> so that you can also search substrings (e.g. sed
# will also find recipes with gsed)
@@ -431,9 +430,6 @@
function get_pkg_buildsysdir() {
# fallback to svn:externals until builds are adjusted to carry GARYTPE
local __gartype=`read_makefile_value GARTYPE`;
- if [ -z "$__gartype" ]; then
- __gartype=`svn pg svn:externals . | awk -F/ '/^gar/ { print $NF }'`
- fi
[ -z "$__gartype" ] && __gartype=$DEF_GARTYPE
echo $BUILDTREE/.buildsys/$__gartype
}
@@ -509,8 +505,7 @@
svn ps svn:keywords Id ${__pkgname}/trunk/Makefile
svn ps svn:ignore \
- -F <( echo -e "cookies\ndownload\nwork\n" ) ${__pkgname}/trunk
- svn ps svn:externals "gar ${GAR_REPO}v2" ${__pkgname}/trunk
+ -F <( echo -e "work" ) ${__pkgname}/trunk
echo ""
echo "Created successfully at $PWD/${__pkgname}/trunk" >&2
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