ascension

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

commit fda47676b5457d8e39581b80d4f68dc28dc6489a
parent ca0fc0653fe799a7e0f10e43cf95751e5bd96c06
Author: rexxnor <rexxnor+gnunet@brief.li>
Date:   Fri, 10 May 2019 13:36:10 +0200

fixed up gitlabci

Diffstat:
M.gitlab-ci.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -10,7 +10,7 @@ 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/*/ + - cd deb_dist/ascension-0.6.1/ - cp ../../helpers/ascension.1 debian/ascension.1 - echo "debian/ascension.1" > debian/python3-ascension.manpages - dh_installman @@ -18,7 +18,7 @@ run-build_deb: - cp ../../helpers/copyright debian/copyright - dpkg-buildpackage -rfakeroot -uc -us - cd ../../ - - apt install -y ./deb_dist/python3-ascension*.deb + - apt install -y ./deb_dist/python3-ascension_0.6.1-1_all.deb - ascension -h - bash helpers/gnunet-installer-0.11-debian.sh Production - apt install -y bind9 dnsutils procps