Skip to content

Commit

Permalink
Merge pull request #184 from gabrik/master
Browse files Browse the repository at this point in the history
Preparing 0.1.0 Release
  • Loading branch information
gabrik committed Mar 20, 2020
2 parents 5ec75b9 + 5929a26 commit 2e5a7d5
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@
[submodule "api/api-ocaml"]
path = api/api-ocaml
url = https://github.com/eclipse-fog05/api-ocaml
[submodule "plugins/plugin-fdu-containerd"]
path = plugins/plugin-fdu-containerd
url = https://github.com/eclipse-fog05/plugin-fdu-containerd
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ before_install:
- docker run -it -d --name build debian:10-slim bash
- docker exec build apt update
# install deps
- docker exec build apt install git wget jq libev-dev libssl-dev python3 python3-dev python3-pip m4 pkg-config rsync unzip cmake sudo -y
- docker exec build apt install build-essential devscripts lintian dh-make git wget jq libev-dev libssl-dev python3 python3-dev python3-pip m4 pkg-config rsync unzip cmake sudo -y
- docker exec build pip3 install pyangbind
# install opam
- docker exec build wget -O opam https://github.com/ocaml/opam/releases/download/2.0.6/opam-2.0.6-x86_64-linux
Expand All @@ -17,3 +17,8 @@ before_install:
- docker cp ../fog05 build:/root/
script:
- docker exec build bash -c "eval \$(opam env) && cd /root/fog05 && ./build.sh"
# building a debian package
# - docker exec build bash -c "mkdir /root/build && cd /root && mv fog05 build/fog05-0.1 && cd build && tar -czvf fog05-0.1.tar.gz fog05-0.1"
# - docker exec build bash -c "eval \$(opam env) && cd /root/build/fog05-0.1 && make clean && make -C api/api-python clean && make -C sdk/sdk-python clean"
# - docker exec build bash -c "eval \$(opam env) && export DEBEMAIL=\"info@adlink-labs.tech\" && export DEBFULLNAME=\"ATO Labs\" && cd /root/build/fog05-0.1 && dh_make -f ../fog05-0.1.tar.gz -s -y && debuild --preserve-envvar PATH -us -uc && ls -l"
# - docker exec build bash -c "cd /root/build/ && dpkg -I fog05_0.1-1_amd64.deb"
2 changes: 1 addition & 1 deletion api/api-go
2 changes: 1 addition & 1 deletion api/api-ocaml
2 changes: 1 addition & 1 deletion api/api-python
1 change: 1 addition & 0 deletions plugins/plugin-fdu-containerd
Submodule plugin-fdu-containerd added at 4bdc03
2 changes: 1 addition & 1 deletion plugins/plugin-fdu-kvm
2 changes: 1 addition & 1 deletion plugins/plugin-fdu-lxd
2 changes: 1 addition & 1 deletion plugins/plugin-fdu-native
2 changes: 1 addition & 1 deletion plugins/plugin-net-linuxbridge
2 changes: 1 addition & 1 deletion plugins/plugin-os-linux
2 changes: 1 addition & 1 deletion sdk/sdk-python
2 changes: 1 addition & 1 deletion src/agent
Submodule agent updated from 458253 to c24993

0 comments on commit 2e5a7d5

Please sign in to comment.