plucky (1) routine-update.1.gz

NAME
routine-update - routine updater for a Debian source package
SYNOPSIS
routine-update (-h|--help) shows this info
DESCRIPTION
routine-update --clone repository fetches and updates a remote repository routine-update updates a Debian source tree Other options: -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.
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: git config --global url."git@salsa.debian.org:".pushInsteadOf https://salsa.debian.org/
AUTHOR
This manpage was written by Andreas Tille for the Debian distribution and can be used for any other usage of the program.