You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2016/02/21 19:40:36 UTC

[1/2] brooklyn-dist git commit: Ignore target folders, speed up change-version.sh

Repository: brooklyn-dist
Updated Branches:
  refs/heads/master 540492277 -> b14ee7912


Ignore target folders, speed up change-version.sh


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/a443d18d
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/a443d18d
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/a443d18d

Branch: refs/heads/master
Commit: a443d18d2ee11d5ef104296ae579fd26a89a52a9
Parents: 66766db
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Sun Feb 21 15:06:05 2016 +0200
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Sun Feb 21 15:06:05 2016 +0200

----------------------------------------------------------------------
 release/change-version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-dist/blob/a443d18d/release/change-version.sh
----------------------------------------------------------------------
diff --git a/release/change-version.sh b/release/change-version.sh
index 4b77749..30dc930 100755
--- a/release/change-version.sh
+++ b/release/change-version.sh
@@ -54,7 +54,7 @@ NEW_VERSION=$2
 # pass /dev/null as the first file to search in, so the command doesn't fail if find doesn't match any files;
 # add || true for the case where grep doesn't have matches, so the script doesn't halt
 # If there's an error "Argument list too long" add -n20 to xargs arguments and loop over $FILE around sed
-FILES=`find . -type d \( -name ignored -or -name .?\* \) -prune \
+FILES=`find . -type d \( -name ignored -or -name target -or -name .?\* \) -prune \
        -o -type f -not \( -name \*.log -or -name '*.war' -or -name '*.min.js' -or -name '*.min.css' \) -print0 | \
        xargs -0 grep -l "${VERSION_MARKER}\|${VERSION_MARKER_NL}" /dev/null || true`
 


[2/2] brooklyn-dist git commit: Closes #8

Posted by sv...@apache.org.
Closes #8

Ignore target folders, speed up change-version.sh


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/commit/b14ee791
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/tree/b14ee791
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-dist/diff/b14ee791

Branch: refs/heads/master
Commit: b14ee7912842adc5ba738c500166e49a2bc6505f
Parents: 5404922 a443d18
Author: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Authored: Sun Feb 21 20:40:25 2016 +0200
Committer: Svetoslav Neykov <sv...@cloudsoftcorp.com>
Committed: Sun Feb 21 20:40:25 2016 +0200

----------------------------------------------------------------------
 release/change-version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------