#x27;s a few more minor things I've added that I need to document
better, and I apologize to Lars for dirtying up his clean code. :-)
I do want to add support for pulling down the netboot isos as well.
Other ideas or feedback are welcome.
Thanks!
--
Steve Beattie
<[EMAIL PROTECTED]&
the upstart.xml file when it couldn't find the
upstart-compat-sysv.xml file. I need to file a bug against apport
for this.)
--
Steve Beattie
<[EMAIL PROTECTED]>
http://NxNW.org/~steve/
signature.asc
Description: Digital signature
___
Mailing
to a private bug get our attention more quickly. Thoughts?
--
Steve Beattie
http://NxNW.org/~steve/
signature.asc
Description: Digital signature
___
Mailing list: https://launchpad.net/~ubuntu-bugcontrol
Post to : ubuntu-bugcontrol@lists
s to expose
the ability to save a crash or bug report for later filing; at a minimum,
offering to save the report if apport failed to upload the report to
launchpad would help.
--
Steve Beattie
http://NxNW.org/~steve/
signature.asc
Description: Digital signature
__
** Visibility changed to: Public
--
update-apt-xapian-index crashed with DatabaseCorruptError in buildIndex()
https://bugs.launchpad.net/bugs/631215
You received this bug notification because you are a member of Ubuntu
Bug Control, which is a direct subscriber.
__
** Visibility changed to: Public
--
You received this bug notification because you are a member of Ubuntu
Bug Control, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/684037
Title:
update-apt-xapian-index crashed with DatabaseLockError in __init__()
To manage notificati
** Visibility changed to: Public
--
You received this bug notification because you are a member of Ubuntu
Bug Control, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/827023
Title:
piston_get_reviews_helper.py crashed with AttributeError in __main__:
'module' object ha
** Visibility changed to: Public
--
You received this bug notification because you are a member of Ubuntu
Bug Control, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/815642
Title:
software-properties-gtk crashed with UnicodeDecodeError in
init_distro(): 'ascii' codec
** Visibility changed to: Public
--
You received this bug notification because you are a member of Ubuntu
Bug Control, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/827615
Title:
software-center crashed when double clicking on google chrome stable
.deb file in firefo
Review: Approve
LGTM, thanks, will merge.
--
https://code.launchpad.net/~legovini/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/365704
Your team Ubuntu Bug Control is subscribed to branch ubuntu-qa-tools:master.
___
Mailing list: https://launchpad.net/~u
Did you actually try to use this? The sql portion of the change fails for me
like so:
$UCT/scripts/sis-changes --ppa ubuntu --pocket Proposed -r bionic --download
${HOME}/tmp/prepare-kernel-usn-6r8qbh5h/usn-bionic-linux-azure-5.3
linux-azure-5.3
Traceback (most recent call last):
File "
That said, the changes around the launchpadlib version check looked fine; I
pulled that change out and have merged that into master.
Thanks!
--
https://code.launchpad.net/~techalchemy/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/378348
Your team Ubuntu Bug Control is subscribed to branch ubuntu-q
The real solution, by the by, is to kill the remaining users of
opener_with_cookie(), and convert them to using the proper auth mechanism from
python-launchpadlib, either via lpl_common.py:connect() or directly.
(The opener_with_cookie() function is a hysterical/historical artifact dating
back
Review: Approve
LGTM, merged.
One issue I have with running it out of a snap is that I have the script
configured to store the isos in a location where I can serve them up in apache.
I'm not sure of the best way to cope with that via snap.
Thanks!
--
https://code.launchpad.net/~ubuntu-bugcon
See inline comments.
Diff comments:
> diff --git a/vm-tools/uvt b/vm-tools/uvt
> index 233ee46..c06b93a 100755
> --- a/vm-tools/uvt
> +++ b/vm-tools/uvt
> @@ -1410,6 +1410,8 @@ def vm_run_command(vm_name, command, root=False,
> start=False,
> return False
>
> ssh_command = ['ssh'
Diff comments:
> diff --git a/vm-tools/uvt b/vm-tools/uvt
> index 233ee46..c06b93a 100755
> --- a/vm-tools/uvt
> +++ b/vm-tools/uvt
> @@ -2832,6 +2834,12 @@ def download_release_iso(release, release_num, arch,
> iso_type):
> latest_release = find_latest_release(release_num, iso_type)
>
am sporadic about
creating devel release vms and once created, just continually
update it. So it's possible I've gotten lucky with them.
--
Steve Beattie
https://code.launchpad.net/~sespiros/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/409517
Your team Ubuntu Bug Control is subscrib
Steve Beattie has proposed merging
~sbeattie/ubuntu-qa-tools:unembargo-milestone-fixups into
ubuntu-qa-tools:master.
Commit message:
unembargo: separate out milestone lookup into function
The recent change
0c2430a ("unembargo: Check and warn for any pending milestones")
e
Also, a more intelligent scheme would cache the milestones per release, so that
for multiple source package publication, we wouldn't look up the same set of
milestones repeatedly during one script execution.
--
https://code.launchpad.net/~sbeattie/ubuntu-qa-tools/+git/ubuntu-qa-tools-1/+merge/42
ipt could go:
inspect bionic and focal for openjdk-8:
- no milestones found, continues on and publishes
inspect bionic, focal, and jammy for openjdk-lts/11
- milestone found, with the exit located above, abort
To do it properly, a little more refactoring needs to occur to find all
the re
we can iterate on addressing
aborting early in the face of a relevant milestone.
--
Steve Beattie
https://code.launchpad.net/~sbeattie/ubuntu-qa-tools/+git/ubuntu-qa-tools-1/+merge/427845
Your team Ubuntu Bug Control is subscribed to branch ubuntu-qa-tools:master.
Review: Approve
This looks good to me, approving.
Extremely minor nits that absolutely do not block merging would be:
- use of magic numbers; it'd be nice not to have to remember that 4 == friday;
not sure if the python libraries have a constant defined for this.
- a lot of our scripts do a lo
that in the release cycle tasks. If we add
shortcut operations, we should add them for operations we expect to
be more commonly used (e.g. binary copying from a staging ppa to the
corresponding publication ppa).
Thanks for working through this process!
--
Steve Beattie
https://code.
Review: Approve
Apologies for the delay, LGTM as well (I had hit the same issue independently
and had come up with a similar solution, so can confirm it works). Merged to
master.
--
https://code.launchpad.net/~sudhackar/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/458076
Your team Ubuntu Bug Con
Review: Disapprove
Hey Brian, thanks for submitting this merge request. My apologies, a similar
fix was proposed in
https://code.launchpad.net/~sudhackar/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/458076
which had been approved earlier this week but not yet merged. I went ahead and
merged tha
d}")
... print(f"--> write = {acl.permset.write}")
... print(f"--> execute = {acl.permset.execute}")
...
ACL entry for the owner
ACL entry for user with uid 64055
--> username = libvirt-qemu
--> read = True
--> write = False
--> ex
Review: Approve
Thanks, merged!
--
https://code.launchpad.net/~rlee287/ubuntu-qa-tools/+git/ubuntu-qa-tools/+merge/471844
Your team Ubuntu Bug Control is subscribed to branch ubuntu-qa-tools:master.
___
Mailing list: https://launchpad.net/~ubuntu-bugc
Review: Approve
Hey Octa, thanks for fixing this. I've merged the branch.
[warning, awk nerdery] awk can be used to comput the max priority directly,
like so:
apt-cache policy | awk 'BEGIN{max=0} /^ [0-9]+ / {if ($1 > max) max = $1}
END{print max}'
I *think* the quoting would need to look s
28 matches
Mail list logo