lp:~laney/germinate

Owned by Iain Lane
Get this repository:
git clone https://git.qastaging.paddev.net/~laney/germinate
Only Iain Lane can upload to this repository. If you are Iain Lane please log in for upload directions.

Branches

Name Last Modified Last Commit
urlopen-timeout 2021-02-26 12:06:56 UTC
Make fetching over HTTP have a timeout

Author: Iain Lane
Author Date: 2021-01-29 13:01:17 UTC

Make fetching over HTTP have a timeout

Currently we will hang forever if a server doesn't respond to us or our
connection hangs.

Add a timeout to the `urlopen()` call, and retry a few times in case the
problem is transient.

LP: #1912495

master 2018-01-03 17:29:18 UTC
Initial support for specifying snaps in seeds

Author: Iain Lane
Author Date: 2017-11-10 15:42:46 UTC

Initial support for specifying snaps in seeds

This support more or less passes through entries of the form

  * snap:foo [arch list]

or

  * snap:foo/classic [arch list]

(for classic snaps)

into a file "seedname.snaps". No checks on availability are performed -
it is the responsibility of the seed's maintainers to ensure that the
snap is present for all seeded arches.

Output files which previously existed are unaffected, so consumers do
not have to worry about lists they are using starting to contain non-deb
packages, as long as they do not end up parsing the new .snaps files.

12 of 2 results
This repository contains Public information 
Everyone can see this information.

Subscribers