]> source.dussan.org Git - gitblit.git/commitdiff
Fixes to add-indexed-branch scripts
authorJames Moger <james.moger@gitblit.com>
Fri, 28 Feb 2014 18:33:37 +0000 (13:33 -0500)
committerJames Moger <james.moger@gitblit.com>
Fri, 28 Feb 2014 18:33:37 +0000 (13:33 -0500)
src/main/distrib/linux/add-indexed-branch.sh
src/main/distrib/win/add-indexed-branch.cmd

index d31f43ed53e0d56453c8f0a235c17bea95a0f8df..d38fc90fe4d4b6fdf93b8ac894eb91c89c176f3f 100644 (file)
@@ -15,7 +15,7 @@
 # Set BRANCH ("default" or fully qualified ref - i.e. refs/heads/master)
 # Set EXCLUSIONS for any repositories that you do not want to change
 # --------------------------------------------------------------------------
-SET FOLDER=git
-SET EXCLUSIONS=--skip test.git --skip group/test*
-SET BRANCH=default
-java -cp gitblit.jar;"%CD%\ext\*" com.gitblit.AddIndexedBranch --repositoriesFolder %FOLDER% --branch %BRANCH% %EXCLUSIONS%
\ No newline at end of file
+FOLDER=data/git
+EXCLUSIONS=--skip test.git --skip group/test*
+BRANCH=default
+java -cp gitblit.jar;"%CD%\ext\*" com.gitblit.AddIndexedBranch --repositoriesFolder $FOLDER% --branch $BRANCH $EXCLUSIONS
\ No newline at end of file
index a7c4451a3527ed05f0b1b3446431a605a91b71ba..37121ee6bb0937c950b9d5466109d9790cc2bba0 100644 (file)
@@ -14,7 +14,7 @@
 @REM Set BRANCH ("default" or fully qualified ref - i.e. refs/heads/master)\r
 @REM Set EXCLUSIONS for any repositories that you do not want to change\r
 @REM --------------------------------------------------------------------------\r
-@SET FOLDER=c:/gitblit/git\r
+@SET FOLDER=data/git\r
 @SET EXCLUSIONS=--skip test.git --skip group/test*\r
 @SET BRANCH=default\r
 @java -cp gitblit.jar;"%CD%\ext\*" com.gitblit.AddIndexedBranch --repositoriesFolder %FOLDER% --branch %BRANCH% %EXCLUSIONS% %*\r