[gnutls-devel] GnuTLS | .gitlab-ci.yml: use --no-git to bootstrap (!737)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Tue Aug 21 11:47:53 CEST 2018


> What can we do to address it?

Basically what I wrote in #547.
* do not use --no-git
* `cp -a $GNULIB_SRCDIR ./gnulib` before ./bootstrap

If $GNULIB_SRCDIR is recent enough (age >= that of the last gnulib commit in the GnuTLS project dir), upstream is not contacted and everything is smooth. `./bootstrap` checks out the right commit locally.

If $GNULIB_SRCDIR is too old, `./bootstrap` pulls from upstream (better: your mirror repo). If that fails, you still can re-generate the CI images and restart the failed runners.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/737#note_95797332
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20180821/65dbda91/attachment.html>


More information about the Gnutls-devel mailing list