[hamradio-commits] [hamradio-maintguide] 03/04: vcs: Talk about updating existing repo (Closes: #797830)

Iain R. Learmonth irl at moszumanska.debian.org
Mon May 23 22:17:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

irl pushed a commit to branch master
in repository hamradio-maintguide.

commit ab8dbe45590c58e0f040a96591e39c12ec77bca7
Author: Iain R. Learmonth <irl at debian.org>
Date:   Fri Apr 29 14:04:09 2016 +0100

    vcs: Talk about updating existing repo (Closes: #797830)
---
 vcs.rst | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/vcs.rst b/vcs.rst
index 9f01eb7..b24b871 100644
--- a/vcs.rst
+++ b/vcs.rst
@@ -153,6 +153,22 @@ branches and tags:
     git push --all
     git push --tags
 
+Updating a package already in the team git
+------------------------------------------
+
+You can update an existing Debian package in git to the latest upstream with
+one of the following commands:
+
+::
+
+    gbp import-orig --pristine-tar --uscan # will use the watch file to locate
+                                           # the latest upstream
+    gbp import-orig --pristine-tar --download <URL> # will download a tarball
+                                                    # from the URL before
+                                                    # importing
+    gbp import-orig --pristine-tar /path/to/orig.tar.gz # import from local
+                                                        # tarball
+
 Testing package builds with git-buildpackage
 --------------------------------------------
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/hamradio-maintguide.git



More information about the pkg-hamradio-commits mailing list