diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-12 23:44:16 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-03-12 23:44:16 +0300 |
commit | c71ca205e55cfbc59b64fb2d853a0149fdccc3bb (patch) | |
tree | 17623b2ae67f527675a9fb9bc9f4f294e602e7c9 | |
parent | debian: 0.0.2-2 (diff) | |
download | linux-status-c71ca205e55cfbc59b64fb2d853a0149fdccc3bb.tar.gz linux-status-c71ca205e55cfbc59b64fb2d853a0149fdccc3bb.zip |
debian: gbp buildpackage --git-ignore-branch
This is to build package from tags on GitHub Actions.
-rw-r--r-- | debian/gbp.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf index a32554f..e7faaa2 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,5 +1,6 @@ [DEFAULT] upstream-tag = v%(version)s +ignore-branch = True debian-branch = debian debian-tag = debian/v%(version)s pristine-tar = False |