summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn A Ginis2017-06-03 12:25:37 +0300
committerJohn A Ginis2017-06-03 12:25:37 +0300
commit303ebf68e2207e2e4f396868d554214b5af56c40 (patch)
tree4e76dae9255cb2234437d16954082abdc61a6d99
parent1ac07b413b07345c4dd0aaf01b9613c4fda59209 (diff)
downloadaur-303ebf68e2207e2e4f396868d554214b5af56c40.tar.gz
New package commit
-rwxr-xr-xprepare4uploadpkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/prepare4uploadpkg.sh b/prepare4uploadpkg.sh
index 3d8ea2099483..c9cf19a75eb1 100755
--- a/prepare4uploadpkg.sh
+++ b/prepare4uploadpkg.sh
@@ -18,6 +18,6 @@ namcap PKGBUILD
makepkg --printsrcinfo > .SRCINFO
git add . # PKGBUILD prepare4uploadpkg.sh .SRCINFO
git commit -m "New package commit"
-git push
+git push --set-upstream origin master
exit