lp:~sergiodj/git-ubuntu

Get this repository:
git clone https://git.launchpad.net/~sergiodj/git-ubuntu
Only Sergio Durigan Junior can upload to this repository. If you are Sergio Durigan Junior please log in for upload directions.

Branches

Name Last Modified Last Commit
plus-sign-branch-name 2022-06-16 01:10:17 UTC
Accept ref names containing plus sign

Author: Sergio Durigan Junior
Author Date: 2022-06-16 01:02:18 UTC

Accept ref names containing plus sign

Currently, if the ref name contains a plus sign, git ubuntu will fail
due to the following assertion error:

Traceback (most recent call last):
  File "/snap/git-ubuntu/891/usr/bin/git-ubuntu", line 11, in <module>
    load_entry_point('gitubuntu==1.0', 'console_scripts', 'git-ubuntu')()
  File "/snap/git-ubuntu/891/usr/lib/python3/dist-packages/gitubuntu/__main__.py", line 270, in main
    sys.exit(args.func(args))
  File "/snap/git-ubuntu/891/usr/lib/python3/dist-packages/gitubuntu/prepare_upload.py", line 170, in cli_printargs
    headers = push(
  File "/snap/git-ubuntu/891/usr/lib/python3/dist-packages/gitubuntu/prepare_upload.py", line 118, in push
    assert gitubuntu.importer.VCS_GIT_REF_VALIDATION.fullmatch(ref.name)
AssertionError

However, branch names (which compose ref names) are allowed to contain
the plus sign. This commit expands the VCS_GIT_REF_VALIDATION regexp
to accept that.

FWIW, I triggered this assertion when I named my branch after the
Debian release I was merging (for the net-snmp package):

  merge-5.9.1+dfsg-4-kinetic

main 2022-05-20 17:58:00 UTC
Update default bot account name

Author: Robie Basak
Author Date: 2022-05-20 17:58:00 UTC

Update default bot account name

usd-importer-bot is now renamed to git-ubuntu-bot as part of catching up
the project rename to git-ubuntu.

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

17 of 7 results
This repository contains Public information 
Everyone can see this information.