File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,13 @@ upload: | target/ubuntu-$(UBUNTU_VERSION)/stack_$(PKG_VERSION)-$(GIT_REV_COUNT)-
3131 deb-s3 upload -b download.fpcomplete.com --sign=9BEFB442 --prefix=ubuntu/$(UBUNTU_CODENAME ) \
3232 target/ubuntu-$(UBUNTU_VERSION ) /stack_$(PKG_VERSION ) -$(GIT_REV_COUNT ) -$(GIT_SHA ) _amd64.deb
3333
34+ release :
35+ @UBUNTU_CODENAME=precise UBUNTU_VERSION=12.04 make upload
36+ @UBUNTU_CODENAME=trusty UBUNTU_VERSION=14.04 make upload
37+ @UBUNTU_CODENAME=utopic UBUNTU_VERSION=14.10 make upload
38+ @UBUNTU_CODENAME=vivid UBUNTU_VERSION=15.04 make upload
39+
3440clean :
3541 @rm -rf Dockerfile target
3642
37- .PHONY : clean deb docker default ubuntu-stack upload
43+ .PHONY : clean deb docker default ubuntu-stack upload release
You can’t perform that action at this time.
0 commit comments