make new repos command does a clean
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-client/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-client/commit/ebb4c45e Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-client/tree/ebb4c45e Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-client/diff/ebb4c45e Branch: refs/heads/master Commit: ebb4c45ee0d282738781eaef07e6927d540c12a6 Parents: 1617017 Author: Alex Heneveld <[email protected]> Authored: Wed Dec 16 18:21:21 2015 +0000 Committer: Alex Heneveld <[email protected]> Committed: Wed Dec 16 18:21:21 2015 +0000 ---------------------------------------------------------------------- 4-make-new-repos.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-client/blob/ebb4c45e/4-make-new-repos.sh ---------------------------------------------------------------------- diff --git a/4-make-new-repos.sh b/4-make-new-repos.sh index 267427f..d2b11c3 100755 --- a/4-make-new-repos.sh +++ b/4-make-new-repos.sh @@ -70,6 +70,7 @@ function commit_repo() { git mv $1/{*,.??*} ./ git add -A git commit -m 'move subdir from incubator up a level as it is promoted to its own repo (first non-incubator commit!)' + git clean -df popd }
