ascension

Migrate DNS zones to the GNU Name System
Log | Files | Refs | README | LICENSE

commit af1ced4c64a31d9b58ddb7ffefa06af9d6cdbbd3
parent a036576168d33446f5f3e740eff6d506b6b0b354
Author: rexxnor <rexxnor+gnunet@brief.li>
Date:   Tue, 30 Apr 2019 16:15:24 +0200

attempt to fix pipeline on gitlab

Diffstat:
M.gitlab-ci.yml | 4++--
Mhelpers/ciscript.sh | 6+++---
2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -10,14 +10,14 @@ run-build_deb: - apt update - apt install -y python-all python3-stdeb git - python3 setup.py --command-package=stdeb.command sdist_dsc - - cd deb_dist/*/ || exit + - cd deb_dist/*/ - cp ../../helpers/ascension.1 debian/ascension.1 - echo "debian/ascension.1" > debian/python3-ascension.manpages - dh_installman - cp ../../helpers/postinst_ascension.sh debian/postinst - cp ../../helpers/copyright debian/copyright - dpkg-buildpackage -rfakeroot -uc -us - - cd ../../ || exit + - cd ../../ - apt install -y ./deb_dist/python3-ascension*.deb - ascension -h - bash helpers/gnunet-installer-0.11-debian.sh Production diff --git a/helpers/ciscript.sh b/helpers/ciscript.sh @@ -5,20 +5,20 @@ apt update apt install -y python-all python3-stdeb git python3 setup.py --command-package=stdeb.command sdist_dsc -cd deb_dist/*/ || exit +cd deb_dist/*/ cp ../../helpers/ascension.1 debian/ascension.1 echo "debian/ascension.1" > debian/python3-ascension.manpages dh_installman cp ../../helpers/postinst_ascension.sh debian/postinst cp ../../helpers/copyright debian/copyright dpkg-buildpackage -rfakeroot -uc -us -cd ../../ || exit +cd ../../ apt install -y ./deb_dist/python3-ascension*.deb ascension -h bash helpers/gnunet-installer-0.11-debian.sh Production apt install -y bind9 dnsutils procps gnunet-arm -Esq -cd ascension/test/ || exit +cd ascension/test/ bash test_ascension_simple.sh gnunet-arm -e apt install -y dh-make