diff options
Diffstat (limited to 'gbp-rpm.conf')
-rw-r--r-- | gbp-rpm.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gbp-rpm.conf b/gbp-rpm.conf index 05678e2f..3609f379 100644 --- a/gbp-rpm.conf +++ b/gbp-rpm.conf @@ -29,7 +29,7 @@ # Compress auto-generated patches #patch-export-compress=100k # Squash commits until certain tree-ish into one diff -#patch-export-squash-until = stable-updates +#patch-export-squash-until = stable-updates:stable # Export patches with numbering in filenames #patch-numbers = False @@ -112,7 +112,7 @@ ### [gbp-pq-rpm] # Name of the patch-queue / development branch -pq-branch = %(branch)s-devel +#pq-branch = %(branch)s-devel ### ### Options only affecting gbp-clone |