1 2 3 4 5 6 7 8 9 10 11
|
version=4
opts="mode=git, pgpmode=none" \
https://github.com/GoogleCloudPlatform/guest-logging-go.git \
HEAD debian
# Use the following when upstream starts to tag releases:
#
#version=4
#opts="filenamemangle=s%!((string=golang-github-googlecloudplatform-guest-logging-go)?:.*?)?v?(\d[\d.]*)\.tar\.gz%!@(MISSING)PACKAGE@-$1.tar.gz%!,(MISSING)\
# uversionmangle=s/(\d)[_\.\-\+]?(RC|rc|pre|dev|beta|alpha)[.]?(\d*)$/$1~$2$3/" \
# https://github.com/GoogleCloudPlatform/guest-logging-go/tags .*/v?(\d\S*)\.tar\.gz debian
|