Merge branch 'joeyconfig'
This commit is contained in:
commit
c0cc5d214b
|
@ -125,9 +125,7 @@ setupupstreammaster newref propellordir = do
|
||||||
changeWorkingDirectory tmprepo
|
changeWorkingDirectory tmprepo
|
||||||
git ["fetch", distrepo, "--quiet"]
|
git ["fetch", distrepo, "--quiet"]
|
||||||
git ["reset", "--hard", oldref, "--quiet"]
|
git ["reset", "--hard", oldref, "--quiet"]
|
||||||
run "sh" ["-c", "git diff .." ++ newref ++ " | git apply --whitespace=nowarn"]
|
git ["merge", newref, "--quiet", "-m", "merging upstream version"]
|
||||||
git ["commit", "-a", "-m", "merging upstream into master", "--quiet"]
|
|
||||||
git ["merge", newref, "--quiet", "-m", "merging upstream release"]
|
|
||||||
|
|
||||||
fetchUpstreamBranch propellordir tmprepo
|
fetchUpstreamBranch propellordir tmprepo
|
||||||
cleantmprepo
|
cleantmprepo
|
||||||
|
|
Loading…
Reference in New Issue