summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2018-12-11 10:18:58 +0100
committerGuido Günther <agx@sigxcpu.org>2018-12-11 10:18:58 +0100
commit25490a9264fb814742918381eafe144b762c2cc0 (patch)
tree552fe7decf405e499f037c660f4302a05bc90c11
parentf6096edc1684f4c76c7ef31255119e3c1b38c09c (diff)
gbp-import-ref: Add warning
This is still experimental but let's ship it since it's useful in some cases already. Gbp-Dch: Ignore
-rw-r--r--gbp/scripts/import_ref.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gbp/scripts/import_ref.py b/gbp/scripts/import_ref.py
index e1177a10..27d6a125 100644
--- a/gbp/scripts/import_ref.py
+++ b/gbp/scripts/import_ref.py
@@ -135,6 +135,7 @@ def main(argv):
# TODO: add --filter-with-copyright which takes d/copyright into account
# TODO: handle automatic versions based on timestamp + sha1
# TODO: handle updating of upstream branch from remote
+ gbp.warn("This script is experimental, it might change incompatibly between versions.")
try:
try:
repo = RollbackDebianGitRepository('.')