]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Use the upstream-1.5 branch for experimental import-upstream
authorRuss Allbery <rra@debian.org>
Tue, 19 Jan 2010 22:57:22 +0000 (14:57 -0800)
committerRuss Allbery <rra@debian.org>
Tue, 19 Jan 2010 22:57:22 +0000 (14:57 -0800)
debian/import-upstream

index 995deb72c64336f73d418c3d23a822fce02cb468..62a361a6581060910f98d7046da8bb512f6b2775 100755 (executable)
@@ -37,10 +37,10 @@ tar xzf "$tarball"
 git add -f "$dir"
 tree=$(git write-tree --prefix="$dir"/)
 commit=$(echo "Imported upstream tag $upstream via tarball" | \
-    git commit-tree "$tree" -p upstream -p $(git rev-list -n1 "$upstream"))
+    git commit-tree "$tree" -p upstream-1.5 -p $(git rev-list -n1 "$upstream"))
 
 # Now that we have a commit, repoint upstream at that commit, tag it, and then
 # remove the unpacked upstream tarball from our index.
-git branch -f upstream "$commit"
+git branch -f upstream-1.5 "$commit"
 git tag "$tag" "$commit"
 git rm -q -r -f "$dir"