aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorJakob Borg <jakob@nym.se>2015-07-20 14:18:07 +0200
committerJakob Borg <jakob@nym.se>2015-07-20 14:18:07 +0200
commita11aa295decaf802e07f5a0ad0745cafcab0b22f (patch)
tree9c4aa8c004495ecb4109703bec57010e038eb676 /build.sh
parent59e829e5958e04a04dd1945d1652ebfc30832bf2 (diff)
downloadsyncthing-a11aa295decaf802e07f5a0ad0745cafcab0b22f.tar.gz
syncthing-a11aa295decaf802e07f5a0ad0745cafcab0b22f.zip
Squashed commit of pull request #1875
commit d60fbce311414f3ade16c7b1f6525b1d02f01699 Author: Jacek Szafarkiewicz <szafar@linux.pl> Date: Mon Jun 1 11:16:36 2015 +0200 Correct order of deb files commit 3b2ecfcc45343701ccb98483a62f70c102a70785 Merge: f4daebb c23a601 Author: Jacek Szafarkiewicz <szafar@linux.pl> Date: Mon Jun 1 11:15:06 2015 +0200 Merge github.com:syncthing/syncthing Conflicts: build.go commit f4daebb8510f0b40b15e404817a7799e0c3b592c Author: Jacek Szafarkiewicz <szafar@linux.pl> Date: Tue May 26 12:58:25 2015 +0200 Add me to AUTHORS commit 9e77f4bea01cc826132a5fbc6ca412cce5327e97 Author: Jacek Szafarkiewicz <szafar@linux.pl> Date: Tue May 26 12:57:40 2015 +0200 Add systemd files to deb packate
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build.sh b/build.sh
index ecb5811fe..a26685093 100755
--- a/build.sh
+++ b/build.sh
@@ -54,6 +54,10 @@ case "${1:-default}" in
go run changelog.go
;;
+ deb)
+ go run build.go "$1"
+ ;;
+
noupgrade)
go run build.go -no-upgrade tar
;;