aboutsummaryrefslogtreecommitdiff
path: root/debuild.sh
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-01-13 23:16:38 +0900
committerJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-01-13 23:16:38 +0900
commit0397f563f23ead330663649fd92d85ad83172e59 (patch)
tree220ac75b5d65c548ca8aefd8f15e27a39592f011 /debuild.sh
parent7382adaf48895fa49c6f391f464c13ec8a77bdd3 (diff)
downloadpbuilder-0397f563f23ead330663649fd92d85ad83172e59.tar
pbuilder-0397f563f23ead330663649fd92d85ad83172e59.tar.gz
CVS to git documentation migration
Diffstat (limited to 'debuild.sh')
-rwxr-xr-xdebuild.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/debuild.sh b/debuild.sh
new file mode 100755
index 0000000..5b406a8
--- /dev/null
+++ b/debuild.sh
@@ -0,0 +1,5 @@
+# run debuild with .git ignore.
+debuild -us -uc -I.git
+git push --tags
+git push --all
+