gbp-import-ref: Add warning
authorGuido Günther <agx@sigxcpu.org>
Tue, 11 Dec 2018 09:18:58 +0000 (10:18 +0100)
committerGuido Günther <agx@sigxcpu.org>
Tue, 11 Dec 2018 09:18:58 +0000 (10:18 +0100)
This is still experimental but let's ship it since it's useful in
some cases already.

Gbp-Dch: Ignore

gbp/scripts/import_ref.py

index e1177a102a42695ddb8be27ee1a228fe6a358bac..27d6a125c79b53308aa107e49b34c8f138dcadb6 100644 (file)
@@ -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('.')