Get this repository:
git clone https://git.launchpad.net/git-ubuntu
Members of git-ubuntu developers can upload to this repository. Log in for directions.

git-ubuntu has 14 active reviews. See all merge proposals.

Branches

Name Last Modified Last Commit
main 2025-01-25 02:29:41 UTC
submit: Allow reviewer to be specified via a .gitconfig setting

Author: Bryce Harrington
Author Date: 2025-01-09 09:28:04 UTC

submit: Allow reviewer to be specified via a .gitconfig setting

Look in the .gitconfig for a parameter named
`gitubuntu.submit.defaultReviewer` and use that rather than
ubuntu-sponsors if no --reviewer option is used. In general, some
Canonical distro teams do MP reviews internally, so this allows these
packagers to set their team as the default reviewer without needing
to specify --reviewer every time. For example:

    # ~/.gitconfig
    ...
    [gitubuntu]
        lpuser = bryce
    [gitubuntu.submit]
        defaultReviewer = ubuntu-server

Note that this can also be specified on a per-repository basis via
.git/config, so if a packager works on packages maintained by a variety
of teams they can set the default reviewer differently for different
packages.

Multiple reviewers can be specified as comma-delimited values, so for
example, one could add to a package repository's .git/config:

    [gitubuntu.submit]
        defaultReviewer = canonical-server-reporter, \
                          canonical-server-core-reviewers, \
                          canonical-server-packageset-reviewers

In this case, the MP will be filed with all three teams as potential
reviewers.

Also, this branch refactors the software's default reviewer to the
DEFAULT_MP_REVIEWER global constant, and uses it if there isn't a
setting in the ~/.gitconfig or repo .git/config.

Of course, use of --reviewer bypasses all of the above and allows
discrete control of what team(s) and user(s) to set as the requested MP
reviewers on initial MP submission. And one can also add further
reviewers from the Launchpad web page for the merge proposal.

snapcraft-workaround-revert 2023-08-21 10:39:57 UTC
Revert "snap.sh: run snapcraft with sudo"

Author: Robie Basak
Author Date: 2023-08-21 10:38:52 UTC

Revert "snap.sh: run snapcraft with sudo"

This is fixed upstream now with snapcraft 7.5.2 so we can remove this
workaround. See: https://github.com/snapcore/snapcraft/issues/4225

This reverts commit fe21a9f5c6c65a9a63b526d60c8e7207de92adb1.

sandbox 2023-06-07 21:38:00 UTC
make the gu-build exit code match that of dpkg-buildpackage

Author: Steve Langasek
Author Date: 2023-06-07 21:38:00 UTC

make the gu-build exit code match that of dpkg-buildpackage

master 2022-05-20 13:40:43 UTC
Branch rename notice

Author: Robie Basak
Author Date: 2022-05-20 13:39:44 UTC

Branch rename notice

snap/stable 2018-03-02 20:23:14 UTC
Merge branch 'master' into snap/stable

Author: Nish Aravamudan
Author Date: 2018-03-02 20:23:14 UTC

Merge branch 'master' into snap/stable

snap/beta 2018-03-02 20:21:22 UTC
version: bump to 0.7.4

Author: Nish Aravamudan
Author Date: 2018-03-02 20:21:22 UTC

version: bump to 0.7.4

tests 2017-10-31 14:33:40 UTC
wip

Author: Robie Basak
Author Date: 2017-10-31 14:33:40 UTC

wip

deprecated-snap 2017-05-12 23:07:09 UTC
snap: refer to the classic flags for installation

Author: Nish Aravamudan
Author Date: 2017-05-12 23:07:09 UTC

snap: refer to the classic flags for installation

18 of 8 results
You can't create new repositories for git-ubuntu.