diff options
Diffstat (limited to '.gbs.conf')
-rw-r--r-- | .gbs.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gbs.conf b/.gbs.conf new file mode 100644 index 000000000000..f744dbaac48e --- /dev/null +++ b/.gbs.conf @@ -0,0 +1,4 @@ +[general] +upstream_branch = upstream +upstream_tag = v${upstreamversion} +squash_patches_until = HEAD~10 |