~ubuntu-server/ubuntu-helpers:master

Last commit made on 2022-02-18
Get this branch:
git clone -b master https://git.launchpad.net/~ubuntu-server/ubuntu-helpers
Members of Ubuntu Server can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~ubuntu-server/ubuntu-helpers

Recent commits

4a6ac8e... by Robie Basak

Repository move notice

c227a00... by Robie Basak

Add rbasak/autopkgtest-urls

Look up versions of packages in proposed to run autopkgtest against, and
output the retry URLs.

This is intended for the case when you have manually determined to retry
an autopkgtest against some particular set of packages in proposed, and
now need to look up the versions and correctly URL-encode everything to
correctly construct the retry URLs against various arches.

46f993c... by Bryce Harrington

pkg-get: Support pulling .dsc files either locally or remote

pkg-get is a quick and dirty way to allow doing VCS handling of packages
for situations not adequately handled by git-ubuntu or similar systems.

Previously, this meant handling Ubuntu packages not yet included in
git-ubuntu, or in an installed PPA.

With this change, pkg-get is also able to pull packages via .dsc files,
either locally or via a remote URL.

Usage examples:

    $ pkg-get dovecot
    $ pkg-get ./apache2-1.2.3.dsc
    $ pkg-get http://www.debian.org/p/spamassassin-3.2.1.dsc

The script will grab and unpack the source code, init a git repository,
and add the files. It also will run ubuntu-maintainer (since presumably
you're grabbing it to make modifications to it, and don't want to forget
to run that.)

955c575... by Bryce Harrington

pkg-clean: Clean also directories holding source packages

Detect if we're either inside a git repo (e.g. a git-ubuntu checkout,
but really any git-managed directory), or in a parent directory, where
the .changes, .dsc, .orig.tar.*, et al files get placed. In the latter
case, cleanup files like .build, .buildinfo, .deb, and so on.

fdd1cbe... by Bryce Harrington

Drop uscards dir, since we no longer use Trello

8c5b5fe... by Christian Ehrhardt 

chatanalysis: fix div-zero if no messages happened

Signed-off-by: Christian Ehrhardt <email address hidden>

54dc506... by Robie Basak

chdist-if-migrated: add --arch (or -a) support

bd86cad... by Christian Ehrhardt 

chatanalysis.sh: add some more common chat rooms

Signed-off-by: Christian Ehrhardt <email address hidden>

793689d... by Christian Ehrhardt 

weight int/ext depending on squad for fairness to UA

Signed-off-by: Christian Ehrhardt <email address hidden>

af77231... by Christian Ehrhardt 

chatanalysis.sh: silly tool to analyze our team chat behavior

Signed-off-by: Christian Ehrhardt <email address hidden>