[csw-devel] SF.net SVN: opencsw:[597] gar-wrapper
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Tue Jan 24 17:28:06 CET 2012
Revision: 597
http://opencsw.svn.sourceforge.net/opencsw/?rev=597&view=rev
Author: skayser
Date: 2012-01-24 16:28:06 +0000 (Tue, 24 Jan 2012)
Log Message:
-----------
mgar: mark as 0.95
Modified Paths:
--------------
gar-wrapper/CHANGES
gar-wrapper/mgar
Modified: gar-wrapper/CHANGES
===================================================================
--- gar-wrapper/CHANGES 2012-01-23 20:52:45 UTC (rev 596)
+++ gar-wrapper/CHANGES 2012-01-24 16:28:06 UTC (rev 597)
@@ -1,5 +1,7 @@
-Changes with 0.95 (r???):
+Changes with 0.95 (r597):
* CHANGE "list-categories" will now show category.mk locations
+* DROP "newpkg" will not create svn:externals any more (Dagobert Michelsen)
+* DROP no more fallback to svn:externals when looking for GAR (Dagobert M.)
Changes with 0.94 (r564):
* NEW command "status" to query VCS status (^= svn status)
Modified: gar-wrapper/mgar
===================================================================
--- gar-wrapper/mgar 2012-01-23 20:52:45 UTC (rev 596)
+++ gar-wrapper/mgar 2012-01-24 16:28:06 UTC (rev 597)
@@ -33,6 +33,7 @@
#
# Todos:
# * Add template for ~/.garrc (think new users)
+# * Verify that required config variables are set in ~/.garrc
# * Add "diag" command to display CC versions, ~/.garrc settings, and such
# * Improve error messages when buildsys can't be found
# * Enable checkout of a specific revision for build recipe + GAR
@@ -54,7 +55,7 @@
set -u
set -e
-VERSION=0.95-dev
+VERSION=0.95
EDITOR=${EDITOR:-vi}
PATH=$PATH:/opt/csw/bin
DEF_BUILDTREE=~/opencsw
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