]> xenbits.xensource.com Git - people/dariof/osstest.git/commitdiff
README.dev: Slightly tart up the new branch instructions
authorIan Jackson <ian.jackson@eu.citrix.com>
Fri, 25 Jul 2014 16:23:40 +0000 (17:23 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 25 Jul 2014 16:23:40 +0000 (17:23 +0100)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
README.dev

index fd09766991de04f8166adefbb098cddb3f680dc7..d99c5c70caa59244591e6c959f4e41802f3926a5 100644 (file)
@@ -74,20 +74,19 @@ $ cd branches
 ($branch sort of matching ap-fetch-version modulo wildcards and must
 match cron invocation)
 
+$ cd ~osstest/branches
+$ umask 002
 $ git clone ../testing.git for-$branch.git
-$ chmod g+w for-$branch.git
-# (chmod to workaround umask settings)
 
 If you want to bisect then:
 $ cd ../bisects
 $ git clone ../testing.git for-$branch.git
-$ chmod g+w for-$branch.git
 
-Back to branches
+$ cd ../branches
 $ ln -s /export/home/osstest/bisects/for-$branch.git for-$branch.git/tree-bisect
 
 $ mkdir for-$branch.git/tmp
-# For manual playing only, probably.
+# For manual playing only.
 
 Now can play in here. Can push random stuff and run
 "cr-daily-branch --real $branch" as osstest@osstest. e.g.