[csw-devel] SF.net SVN: opencsw:[367] gar-wrapper/mgar
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Thu Apr 7 23:33:34 CEST 2011
Revision: 367
http://opencsw.svn.sourceforge.net/opencsw/?rev=367&view=rev
Author: skayser
Date: 2011-04-07 21:33:33 +0000 (Thu, 07 Apr 2011)
Log Message:
-----------
mgar: make find-file recursively list $(WORKSRC) when no arg is given
Modified Paths:
--------------
gar-wrapper/mgar
Modified: gar-wrapper/mgar
===================================================================
--- gar-wrapper/mgar 2011-04-06 22:10:16 UTC (rev 366)
+++ gar-wrapper/mgar 2011-04-07 21:33:33 UTC (rev 367)
@@ -43,6 +43,7 @@
# * In commit mode, if (pwd.endswith('trunk') and svn.rev -eq 0) commit ..
# * Recipes: Move from svn:externals to GARTYPE
# * Improve errors messages when buildsys can't be found
+# * In commit mode: verify that checksums is up to date (DISTFILES listed?)
#
# Bugs:
#
@@ -471,7 +472,8 @@
# per-pkg-cmds
edit-file) $EDITOR `gfind \`get_srcdir\` -name "$2"`;;
- find-file) gfind "`get_srcdir`" -name "$2";;
+ find-file) gfind "`get_srcdir`" \
+ -name .git -prune -o -name "${2:-*}" -print;;
show-buildsys) __rev=`get_rev "$BUILDSYS"`
__branch=`get_repourl "$BUILDSYS" | sed -e "s,$GAR_REPO,,"`
echo -e "$BUILDSYS\t(Revision: $__rev, Branch: $__branch)"
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