gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [ascension] branch master updated (a036576 -> ae37dfe)


From: gnunet
Subject: [GNUnet-SVN] [ascension] branch master updated (a036576 -> ae37dfe)
Date: Tue, 30 Apr 2019 16:28:39 +0200

This is an automated email from the git hooks/post-receive script.

rexxnor pushed a change to branch master
in repository ascension.

    from a036576  fixed up testing script
     new af1ced4  attempt to fix pipeline on gitlab
     new ae37dfe  added copyright file

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitlab-ci.yml      |  4 ++--
 helpers/ciscript.sh |  6 +++---
 helpers/copyright   | 21 +++++++++++++++++++++
 3 files changed, 26 insertions(+), 5 deletions(-)
 create mode 100644 helpers/copyright

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7f2ee1..aa28513 100644
--- 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
index 5aaebec..432bcc8 100644
--- 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
diff --git a/helpers/copyright b/helpers/copyright
new file mode 100644
index 0000000..e02fffd
--- /dev/null
+++ b/helpers/copyright
@@ -0,0 +1,21 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: python3-ascension
+Source: <https://git.gnunet.org/ascension.git/>
+
+Files: *
+Copyright: 2019 GNUnet e.V.
+License: AGPL-3.0
+ Source: python3-ascension
+ Section: contrib
+ Priority: optional
+ Maintainer: rexxnor <address@hidden>
+ Build-Depends: debhelper (>= 9), python3-ascension, bind9
+ Standards-Version: 3.9.8
+ Homepage: https://git.gnunet.org/ascension.git/
+
+ Package: ascension-bind
+ Architecture: any
+ Depends: ${shlibs:Depends}, ${misc:Depends}
+ Description: Tool to migrate DNS Zones to the GNU Name System
+ Tool to easily migrate existing DNS Zones into the GNU Name System using
+ incremental zone transfers (AXFR/IXFR).

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]