gbp-create-remote-repo

Name

gbp-create-remote-repo -- Create remote repositories

Synopsis

gbp-create-remote-repo [--verbose] [--color=[auto|on|off]] [--remote-url-pattern=url-pattern] [--remote-name=name] [--[no-]pristine-tar] [--debian-branch=branch_name] [--upstream-branch=branch_name] [--[no-]track]

DESCRIPTION

gbp-create-remote-repo creates a repository at a remote location via ssh and pushes the local repository into it. It then sets up remote branch tracking so you can use gbp-pull to update your repo from there.

Note: By default the remote repositories are created in the collab-maint repository on alioth.debian.org.

OPTIONS

--remote-url-pattern=pattern

Where to create the remote repository. The part %(pkg)s will be replaced by the package name.

--remote-name=name

What name git will use when refering to that repository, e.g. 'origin'.

--debian-branch=branch_name

The branch in the Git repository the Debian package is being developed on, default is master.

--upstream-branch=branch_name

The branch in the Git repository the upstream sources are put onto. Default is upstream.

--pristine-tar

Whether to push the pristine tar branch.

--verbose, -v

verbose execution

--color=[auto|on|off]

Wheter to use colored output.

--[no-]track

Wheter to set up branch tracking for the debian, upstream and pristine-tar branches.

CONFIGURATION FILES

Four configuration files are parsed to set defaults for the above commandline arguments:

/etc/git-buildpackage/gbp.conf

system wide configuraton

~/.gbp.conf

per user configuration

.gbp.conf

per branch configuration, can be published with the repository

debian/gbp.conf

per branch configuration, can be published with the repository

.git/gbp.conf

per repository configuration

See /etc/git-buildpackage/gbp.conf for an example.

SEE ALSO

git-buildpackage(1), gbp-pull(1)

AUTHOR

Guido Guenther