git-ubuntu-queue - Interact with the Ubuntu unapproved and new queues in a Git repository
Contents
Description
Import unapproved and new uploads for Ubuntu source packages to the local repository.
Exit Status
gitubuntuqueue exits with status 0 if the command completes successfully. gitubuntuqueue exits with
nonzero exit status on errors.
Git-Ubuntu
Part of the git-ubuntu(1) suite
Git-Ubuntu 0.2 2017-07-19 GIT-UBUNTU-QUEUE(1)
Name
git-ubuntu-queue - Interact with the Ubuntu unapproved and new queues in a Git repository
Options
clean|sync
The mode to operate in. If "clean", delete all local queue-related tags. If "sync", import uploads
to the unapproved and new queues.
Both "clean" and "sync" recognize:
-d <directory>, --directory <directory>
The local directory to perform the merge in. If not specified, the current directory is used.
"sync" also recognizes:
--source <source>
Override source package name on which to act.
--series <series>
Override Ubuntu series on which to act.
--parent <parent>
Override commit parent for new imports.
--orphan
Force new imports to be orphan commits.
--no-trim
Do not remove old tags.
--new
Only consider the New queue.
--unapproved
Only consider the Unapproved queue.
--no-fetch
Do not fetch from the importer repository first.
Reporting Bugs
Report bugs at https://bugs.launchpad.net/git-ubuntu
Synopsis
gitubuntuqueue clean|sync [-d | --directory <directory>]
gitubuntuqueue sync [--source <source>] [--series <series>] [--parent <parent>] [--orphan] [--no-trim]
[--new] [--unapproved] [--no-fetch]
