diff options
author | Ryan Kavanagh <rak@rak.ac> | 2023-01-03 12:46:17 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2023-01-03 12:46:17 -0500 |
commit | 55b36e70e356e522c1cacc5096f4fff8cc2220bd (patch) | |
tree | 3d7c31ca555d2a4740f4fd5fe0d5fa03fe43f68b | |
parent | borgmatic (diff) |
gbp.conf
-rw-r--r-- | dot_gbp.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dot_gbp.conf b/dot_gbp.conf new file mode 100644 index 0000000..a9bcb8b --- /dev/null +++ b/dot_gbp.conf @@ -0,0 +1,10 @@ +[DEFAULT] +sign-tags = True + +[clone] +# Ensure the correct orig tarball is present. +postclone=origtargz + +[buildpackage] +# Pick up the orig tarballs created by the origtargz postclone hook. +tarball-dir = .. |