ascension

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

ciscript.sh (898B)


      1 # Copyright (C) 2019 rexxnor
      2 # License AGPLv3+: GNU AGPL version 3 or later <https://www.gnu.org/licenses/agpl.html>
      3 # This is free software: you are free to change and redistribute it.
      4 # There is NO WARRANTY, to the extent permitted by law.
      5 apt update
      6 apt install -y python-all python3-stdeb git
      7 python3 setup.py --command-package=stdeb.command sdist_dsc
      8 cd deb_dist/*/
      9 cp ../../helpers/ascension.1 debian/ascension.1
     10 echo "debian/ascension.1" > debian/python3-ascension.manpages
     11 dh_installman
     12 cp ../../helpers/postinst_ascension.sh debian/postinst
     13 cp ../../helpers/copyright debian/copyright
     14 dpkg-buildpackage -rfakeroot -uc -us
     15 cd ../../
     16 apt install -y ./deb_dist/python3-ascension*.deb
     17 ascension -h
     18 bash helpers/gnunet-installer-0.11-debian.sh Production
     19 apt install -y bind9 dnsutils procps
     20 gnunet-arm -Esq
     21 cd ascension/test/
     22 bash test_ascension_simple.sh
     23 gnunet-arm -e
     24 apt install -y dh-make