[Pkg-libvirt-commits] [Git][libvirt-team/libvirt][debian/sid] salsa-ci: Create local pristine-tar branch

Guido Günther gitlab at salsa.debian.org
Thu Apr 30 08:20:53 BST 2020



Guido Günther pushed to branch debian/sid at Libvirt Packaging Team / libvirt


Commits:
0c6a3a08 by Andrea Bolognani at 2020-04-30T00:45:34+02:00
salsa-ci: Create local pristine-tar branch

Now that we enforce the presence of the upstream signature, not
having a local pristine-tar branch will result in

  $ gbp export-orig --tarball-dir="${LV_WORKING_DIR}/tarballs" --pristine-tar
  gbp:info: All Orig tarballs 'libvirt_6.0.0.orig.tar.xz' found at '/builds/libvirt-team/libvirt/debian/output/tarballs'
  gbp:warning: Pristine-tar branch "pristine-tar" not found
  gbp:info: Creating /builds/libvirt-team/libvirt/debian/output/tarballs/libvirt_6.0.0.orig.tar.xz
  gbp:error: Can not find requested upstream signature for archive 'libvirt_6.0.0.orig.tar.xz' in pristine tar commit.

Even before, gbp reported the same warning about the pristine-tar
branch being missing, although it still managed to produce an
upstream tarball somehow.

- - - - -


1 changed file:

- debian/salsa-ci.yml


Changes:

=====================================
debian/salsa-ci.yml
=====================================
@@ -23,6 +23,7 @@ build-debian-package:
   script:
     - 'UPSTREAM_BRANCH=$(gbp config dch.upstream-branch)'
     - git branch "${UPSTREAM_BRANCH}" "origin/${UPSTREAM_BRANCH}"
+    - git branch pristine-tar origin/pristine-tar
     - gbp dch --git-author -S -a --ignore-branch
     - mkdir -p "${LV_WORKING_DIR}/tarballs"
     - gbp export-orig --tarball-dir="${LV_WORKING_DIR}/tarballs"



View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/commit/0c6a3a0851979481f5dcb9ed586a15e07ed92d00

-- 
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/commit/0c6a3a0851979481f5dcb9ed586a15e07ed92d00
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-libvirt-commits/attachments/20200430/2866e290/attachment.html>


More information about the Pkg-libvirt-commits mailing list