Skip to content

Commit

Permalink
Build packages for Ubuntu 18.10 (Disco Dingo)
Browse files Browse the repository at this point in the history
CL: mos: Build packages for Ubuntu 18.10 (Disco Dingo)

PUBLISHED_FROM=66b9037b1cc63a757c3e11f50488c5370e8f1a8c
  • Loading branch information
Deomid Ryabkov authored and cesantabot committed Jan 30, 2019
1 parent 18c9b47 commit e186068
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
6 changes: 6 additions & 0 deletions mos/ubuntu/mos-disco.recipe
@@ -0,0 +1,6 @@
# git-build-recipe format 0.4 deb-version {latest-tag}+{git-commit}~disco0

# Build from local repo (volume-mount a clone of https://github.com/cesanta/mos-tool.git to /src):
/src 1.11_CHANGE_ME
merge deb-release https://github.com/cesanta/mos-tool.git deb-release
run export GOPATH=$PWD && cd cesanta.com/mos && govendor sync -v
6 changes: 6 additions & 0 deletions mos/ubuntu/mos-latest-disco.recipe
@@ -0,0 +1,6 @@
# git-build-recipe format 0.4 deb-version {revtime}+{git-commit}~disco0

# Build from local repo (volume-mount a clone of https://github.com/cesanta/mos-tool.git to /src):
/src master
merge deb-latest https://github.com/cesanta/mos-tool.git deb-latest
run export GOPATH=$PWD && cd cesanta.com/mos && govendor sync -v
2 changes: 1 addition & 1 deletion tools/deploy_mos.py
Expand Up @@ -36,7 +36,7 @@
GPG_KEY_PATH = os.path.join(os.environ["HOME"], ".gnupg-cesantabot")
BUILD_DEB_PATH = os.path.join("mos", "ubuntu", "build-deb.sh")
UPLOAD_DEB_PATH = os.path.join("mos", "ubuntu", "upload-deb.sh")
UBUNTU_VERSIONS = ["xenial", "bionic", "cosmic"]
UBUNTU_VERSIONS = ["xenial", "bionic", "cosmic", "disco"]

deb_package = "mos-latest"
tag_effective = "latest"
Expand Down
11 changes: 1 addition & 10 deletions tools/docker/golang/Makefile
@@ -1,15 +1,6 @@
all: build-all

build-all: docker-build-ubuntu-golang-xenial docker-build-ubuntu-golang-bionic docker-build-ubuntu-golang-cosmic \
docker-build-ubuntu32-golang-bionic docker-build-ubuntu32-golang-cosmic \
docker-build-gobuild docker-build-gobuild32 docker-build-gobuild-mingw

push-all: docker-push-ubuntu-golang-xenial docker-push-ubuntu-golang-bionic docker-push-ubuntu-golang-cosmic \
docker-push-ubuntu32-golang-bionic docker-push-ubuntu32-golang-cosmic \
docker-push-gobuild docker-push-gobuild32 docker-push-gobuild-mingw

pull-all: docker-pull-ubuntu-golang-xenial docker-pull-ubuntu-golang-bionic docker-pull-ubuntu-golang-cosmic \
docker-pull-ubuntu32-golang-bionic docker-pull-ubuntu32-golang-cosmic \
pull-all: docker-pull-ubuntu-golang-xenial docker-pull-ubuntu-golang-bionic docker-pull-ubuntu-golang-cosmic docker-pull-ubuntu-golang-disco \
docker-pull-gobuild docker-pull-gobuild32 docker-pull-gobuild-mingw

docker-build-ubuntu-golang-%: Dockerfile.ubuntu-golang
Expand Down

0 comments on commit e186068

Please sign in to comment.