projects
/
tools
/
git-buildpackage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6096ed
)
gbp-import-ref: Add warning
author
Guido Günther
<agx@sigxcpu.org>
Tue, 11 Dec 2018 09:18:58 +0000
(10:18 +0100)
committer
Guido 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
patch
|
blob
|
history
diff --git
a/gbp/scripts/import_ref.py
b/gbp/scripts/import_ref.py
index e1177a102a42695ddb8be27ee1a228fe6a358bac..27d6a125c79b53308aa107e49b34c8f138dcadb6 100644
(file)
--- 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('.')