[Pkg-samba-maint] [Git][samba-team/samba][add-salsa-ci] WIP piuparts

Mathieu Parent gitlab at salsa.debian.org
Mon Oct 15 21:10:59 BST 2018


Mathieu Parent pushed to branch add-salsa-ci at Debian Samba Team / samba


Commits:
489b18c6 by Mathieu Parent at 2018-10-15T20:08:41Z
WIP piuparts

We try to match piuparts.debian.org options with the following differences:
- no --warn-on-others as this "could be problematic" "with multiple packages given"

- - - - -


1 changed file:

- debian/gitlab-ci.yml


Changes:

=====================================
debian/gitlab-ci.yml
=====================================
@@ -56,7 +56,7 @@ run reprotest:
 
 run piuparts:
   stage: test
-  image: registry.salsa.debian.org/salsa-ci-team/images/piuparts
+  image: registry.salsa.debian.org/sathieu/images/piuparts
   services:
     - docker:dind
   script:
@@ -66,7 +66,10 @@ run piuparts:
     - mkdir -p ${CHROOT_PATH}
     - docker export ${CONTAINER_ID} | tar -C ${CHROOT_PATH} -xf -
     - mknod -m 666 ${CHROOT_PATH}/dev/urandom c 1 9
-    - piuparts --hard-link -e ${CHROOT_PATH} ${WORKING_DIR}/*.deb
+    - mkdir -p ${CHROOT_PATH}/etc-target/apt/sources.list.d ${CHROOT_PATH}/etc-target/apt/preferences.d
+    - cp -aTv /etc/apt/sources.list.d  ${CHROOT_PATH}/etc-target/apt/sources.list.d
+    - cp -aTv /etc/apt/preferences.d  ${CHROOT_PATH}/etc-target/apt/preferences.d
+    - piuparts --scriptsdir /etc/piuparts/scripts --allow-database --warn-on-leftovers-after-purge --hard-link -e ${CHROOT_PATH} ${WORKING_DIR}/*.deb
 # End of include
 #################################### Below starts the local customization ###################################
 before_script:



View it on GitLab: https://salsa.debian.org/samba-team/samba/commit/489b18c6d594ac18014ece2d354e6ef75d4681c5

-- 
View it on GitLab: https://salsa.debian.org/samba-team/samba/commit/489b18c6d594ac18014ece2d354e6ef75d4681c5
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-samba-maint/attachments/20181015/0af61add/attachment.html>


More information about the Pkg-samba-maint mailing list