routine-update - routine updater for a Debian source package
Contents
Description
routine-update --clone repository
fetches and updates a remote repository
routine-update
updates a Debian source tree
Otheroptions:-f|--force: also runs on projects that are up to date
--no-build: prevents building the package post routine-update operations
Run routine-update from the root of a local instance of a Debian package's repository. Alternatively,
give the ssh, https URL or gbp-clone(1) shortcut to clone the repository, first.
Name
routine-update - routine updater for a Debian source package
Synopsis
routine-update(-h|--help)showsthisinfo
Tips
If you have write access to Salsa, you can ensure you can push to the repository after cloning it with
HTTPS or gbp-clone(1) shortcut by configuring Git like this:
gitconfig--globalurl."git@salsa.debian.org:".pushInsteadOfhttps://salsa.debian.org/