gnunet-svn
[Top][All Lists]
Advanced

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

[ascension] 02/02: removed gitlab CI for now as it is broken


From: gnunet
Subject: [ascension] 02/02: removed gitlab CI for now as it is broken
Date: Tue, 05 May 2020 21:04:06 +0200

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

rexxnor pushed a commit to branch master
in repository ascension.

commit 1441dfa9dcedb80c871a53d727a673346555e1fd
Author: rexxnor <address@hidden>
AuthorDate: Sun Apr 26 22:29:21 2020 +0200

    removed gitlab CI for now as it is broken
---
 .gitlab-ci.yml | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 4926fc4..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,31 +0,0 @@
----
-image: debian
-
-stages:
-  - build_deb
-
-run-build_deb:
-  stage: build_deb
-  script:
-    - apt update
-    - apt install -y python-all python3-stdeb git
-    - python3 setup.py --command-package=stdeb.command sdist_dsc
-    - cd deb_dist/ascension-0.11.5/
-    - cp ../../helpers/ascension.1 debian/ascension.1
-    - echo "debian/ascension.1" > debian/python3-ascension.manpages
-    - dh_installman
-    - cp ../../helpers/python3-ascension.p* debian/
-    - cp ../../helpers/copyright debian/copyright
-    - dpkg-buildpackage -rfakeroot -uc -us
-    - cd ../../
-    - bash helpers/gnunet-installer-0.11-debian.sh Production
-    - gnunet-arm -Esq
-    - apt install -y bind9 dnsutils procps
-    - apt install -y ./deb_dist/python3-ascension_0.11.5-1_all.deb
-    - su ascension -s /bin/bash -c "ascension -h"
-    - cd ascension/test/
-    - bash test_ascension_simple.sh
-    - gnunet-arm -e
-  artifacts:
-    paths:
-      - deb_dist/python3-ascension*.deb

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



reply via email to

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