gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [ascension] 09/09: updated gitlabci to include correct post


From: gnunet
Subject: [GNUnet-SVN] [ascension] 09/09: updated gitlabci to include correct postinst and prerm files
Date: Fri, 10 May 2019 15:24:29 +0200

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

rexxnor pushed a commit to branch master
in repository ascension.

commit 5dc85dc7c2588f8da46b46cd4ab8ff087e8712c1
Author: rexxnor <address@hidden>
AuthorDate: Fri May 10 15:19:10 2019 +0200

    updated gitlabci to include correct postinst and prerm files
---
 .gitlab-ci.yml                | 2 +-
 helpers/postinst_ascension.sh | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bc2bf30..7bc6a9d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ run-build_deb:
     - 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/python3-ascension.p* debian/
     - cp ../../helpers/copyright debian/copyright
     - dpkg-buildpackage -rfakeroot -uc -us
     - cd ../../
diff --git a/helpers/postinst_ascension.sh b/helpers/postinst_ascension.sh
deleted file mode 100644
index 60549a6..0000000
--- a/helpers/postinst_ascension.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-adduser --system ascension
-# ok if this fails as gnunet is not yet a dependency
-adduser ascension gnunet || true

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



reply via email to

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