lp:~bryce/git-ubuntu
- Get this repository:
-
git clone
https://git.not.enabled/~bryce/git-ubuntu
Branches
Name | Last Modified | Last Commit |
---|---|---|
start-patch- |
2023-09-21 00:11:13 UTC |
patch-pilot: Explain the empty directories workflow
Author:
Bryce Harrington
patch-pilot: Explain the empty directories workflow Primarily exists as a pointer to proper documentation for the workflow, |
project- |
2021-09-17 23:08:58 UTC |
merge: Fix pylint issues
Author:
Bryce Harrington
merge: Fix pylint issues (Remaining lint issues appear to be false-positives) |
project- |
2021-08-25 20:07:32 UTC |
Revert corrections to git_repository_test.py
Author:
Bryce Harrington
Revert corrections to git_repository_ The donotmail.com address appears to come from elsewhere. |
project- |
2021-08-25 18:44:54 UTC |
Reimplement test_do_update_maintainer and test_do_finish
Author:
Bryce Harrington
Reimplement test_do_ |
project- |
2021-07-28 22:29:14 UTC |
merge: Add code docs
Author:
Bryce Harrington
merge: Add code docs |
project- |
2021-07-28 15:30:01 UTC |
merge: Add code docs
Author:
Bryce Harrington
merge: Add code docs |
fix_export_ |
2021-07-09 20:04:17 UTC |
build: Ensure fetch_orig() always returns a list
Author:
Bryce Harrington
build: Ensure fetch_orig() always returns a list When no tarballs can be successfully found by any mechanism, File "/snap/ We don't yet have test cases for build.py, but I added an assert in |
master | 2020-05-27 23:31:18 UTC |
Move derive_target_branch() to git_repository
Author:
Bryce Harrington
Move derive_ This routine from the lint module was used in submit and git_repository. |
project- |
2020-05-26 21:35:12 UTC |
Move derive_target_branch() to git_repository
Author:
Bryce Harrington
Move derive_ This routine from the lint module was used in submit and git_repository. |
project- |
2020-05-19 01:37:37 UTC |
Remove build command
Author:
Bryce Harrington
Remove build command The build command was introduced experimentally during the pre-1.0 |
project- |
2020-05-07 06:45:23 UTC |
Remove review cli command
Author:
Bryce Harrington
Remove review cli command The review command was introduced experimentally during the pre-1.0 |
project- |
2020-04-17 02:21:40 UTC |
WIP: Implement more test cases
Author:
Bryce Harrington
WIP: Implement more test cases Main focus here is changelog merge functionality. merge.py's routines shell out to run git, update-maintainer, Note: This will be squashed together with the other WIP commit for landing. |
fix-lp1872491- |
2020-04-13 19:33:35 UTC |
clone: Allow git+ssh proto for fetch
Author:
Bryce Harrington
clone: Allow git+ssh proto for fetch git-ubuntu clone uses the 'https' protocol by default, but provides a This patch adds 'git+ssh' as another allowed option. Manual testing N.b. there are other protocols permitted by git, such as 'ssh', 'ftp', |
0.9.4-release | 2020-02-26 13:26:24 UTC |
Despite being in 'universe', fence-virt is an important Ubuntu HA pkg.
Author:
Rafael David Tinoco
Despite being in 'universe', fence-virt is an important Ubuntu HA pkg. |
simplify- |
2020-02-18 20:01:07 UTC |
Simplify self-test directions for the release process
Author:
Bryce Harrington
Simplify self-test directions for the release process The recently introduced testing improvements for running the self-test There will still occasionally be some cases where the original testing |
0.9.2-release | 2020-02-12 22:57:54 UTC |
version: bump to 0.9.2
Author:
Bryce Harrington
version: bump to 0.9.2 |
mail-failure | 2020-02-05 00:22:27 UTC |
mailer: Avoid bytes->Text->bytes conversion on mail body
Author:
Bryce Harrington
mailer: Avoid bytes->Text->bytes conversion on mail body Fixes formatting issue for emails where the body showed text as This is caused by str.encode() being called on the body, which is For clarification, also correct the typing specifiers to correctly |
improve- |
2020-01-07 23:33:37 UTC |
Log when emails are sent, not when they're not sent
Author:
Bryce Harrington
Log when emails are sent, not when they're not sent mailer.notify() queues up package results to send email summary This warning is thus incorrect; the false return doesn't indicate a |
systemd-cleanup | 2020-01-07 17:28:14 UTC |
systemd: Drop explicit setting of StandardOutput to journal
Author:
Bryce Harrington
systemd: Drop explicit setting of StandardOutput to journal With StandardOutput left undefined, the system's setting (from |
project- |
2019-12-12 21:17:41 UTC |
git_repository: Copyedit code docs and comments
Author:
Bryce Harrington
git_repository: Copyedit code docs and comments |
sendmail-object | 2019-12-11 04:02:31 UTC |
systemd: Include last 100 lines from journal in system failure emails
Author:
Bryce Harrington
systemd: Include last 100 lines from journal in system failure emails Log errors from this script to the journal as well. Also, drop unnecessary User/Group settings in service, since this runs |
fix-lp1799466- |
2019-12-10 07:55:12 UTC |
build: Deprecate 'build-source' in favor of 'build -S'
Author:
Bryce Harrington
build: Deprecate 'build-source' in favor of 'build -S' The build-source command is just a thin wrapper around the build |
project- |
2019-12-04 02:35:26 UTC |
build: Deprecate 'build-source' in favor of 'build -S'
Author:
Bryce Harrington
build: Deprecate 'build-source' in favor of 'build -S' The build-source command is just a thin wrapper around the build |
fix-lp1774330- |
2019-11-28 00:31:33 UTC |
Cleanup --help output formatting and show all available commands
Author:
Bryce Harrington
Cleanup --help output formatting and show all available commands Show all of the available subcommands instead of an incomplete subset. The formatting of the text is also improved. argparser was indenting LP: #1774330 |
release-process | 2019-11-27 17:34:33 UTC |
doc: Define a release process
Author:
Bryce Harrington
doc: Define a release process |
release-0.8.0 | 2019-11-22 01:05:43 UTC |
version: bump to 0.8.0
Author:
Bryce Harrington
version: bump to 0.8.0 |
systemd-service | 2019-10-31 16:06:59 UTC |
setup.py: Bump lazr.restfulclient version requirement
Author:
Bryce Harrington
setup.py: Bump lazr.restfulclient version requirement Originally, commit 80c3e0b5 specified this to 0.13.5, and commit This fixes an issue caught in the recent addition of `pip3 check` to gitubuntu 0.7.4 has requirement lazr.restfulcli |
systemd- |
2019-10-30 23:39:44 UTC |
Improve testsuite to verify dependencies and provide coverage of python scripts.
Author:
Bryce Harrington
Improve testsuite to verify dependencies and provide coverage of python scripts. The test framework, git-ubuntu- This patch improves the testsuite by adding checks for these situations. To address the first problem with dependency checking, a 'pip3 check' is For the second problem, lack of test coverage for our python scripts, As well, git-ubuntu- |
document- |
2019-10-07 21:28:53 UTC |
README.md: Recommend installation of python3-cachetools
Author:
Bryce Harrington
README.md: Recommend installation of python3-cachetools Dependence on python3-cachetools is required from commit |
fix_derive_ |
2019-08-05 16:06:53 UTC |
source_information: Document derive_codename_from_series()
Author:
Bryce Harrington
source_information: Document derive_ |
19.011_copyedits | 2019-05-29 22:17:13 UTC |
man: Revise the git-ubuntu man page description
Author:
Bryce Harrington
man: Revise the git-ubuntu man page description Many users' first exposure to git ubuntu documentation will be through |
tests-fixing | 2019-05-08 03:58:37 UTC |
README: Update instructions regarding preference for snap installation
Author:
Bryce Harrington
README: Update instructions regarding preference for snap installation According to Andreas, snap is the preferred installation method for |
1 → 32 of 32 results | First • Previous • Next • Last |