Download project files

How do I verify a download?


110 of 40 releases

3.1 release from the client series released

Release information
Release notes:

3.1 (2016-03-02)
================
 * In ``system-image-cli``, add a ``-m``/``--maximage`` flag which can be used
   to cap a winning upgrade path to a maximum image number. (LP: #1386302)
 * Remove the previously deprecated ``Info()`` D-Bus method. (LP: #1380678)
 * Remove the previously deprecated ``--no-reboot`` command line option.
 * Add support for temporarily overriding the wifi-only setting when using
   ubuntu-download-manager. (LP: #1508081)
   - Added ``ForceAllowGSMDownload()`` method to the D-Bus API.
   - Added ``DownloadStarted`` D-Bus signal, which gets sent when the download
     for an update has begun.
   - Added ``--override-gsm`` flag to ``system-image-cli``.

File Description Downloads
download icon system-image-3.1.tar.gz (md5, sig) system-image 3.1 131
last downloaded 33 weeks ago
Total downloads: 131

3.0.2 release from the client series released

Release information
Release notes:

3.0.2 (2015-09-22)
==================
 * Don't crash when one of the .ini files is a dangling symlink.
   (LP: #1495688)

File Description Downloads
download icon system-image-3.0.2.tar.gz (md5, sig) 3.0.2 42
last downloaded 55 weeks ago
Total downloads: 42

3.0.1 release from the client series released

Release information
Release notes:

3.0.1 (2015-06-16)
==================
 * When `--progress=json` is used, print an error record to stdout if the
   state machine fails. (LP: #1463061)

File Description Downloads
download icon system-image-3.0.1.tar.gz (md5, sig) 3.0.1 37
last downloaded 55 weeks ago
Total downloads: 37

3.0 release from the client series released

Release information
Release notes:

3.0 (2015-05-08)
================
 * Support a built-in PyCURL-based downloader in addition to the traditional
   ubuntu-download-manager (over D-BUS) downloader. Auto-detects which
   downloader to use based on whether udm is available on the system bus,
   pycurl is importable, and the setting of the SYSTEMIMAGE_PYCURL environment
   variable. Initial contribution by Michael Vogt. (LP: #1374459)
 * Support alternative machine-id files as fall backs if the D-Bus file does
   not exist. Specifically, add systemd's /etc/machine-id to the list.
   Initial contribution by Michael Vogt. (LP: #1384859)
 * Support multiple configuration files, as in a `config.d` directory. Now,
   configuration files are named `NN_whatever.ini` where "NN" must be a
   numeric prefix. Files are loaded i...

File Description Downloads
download icon system-image-3.0.tar.gz (md5, sig) 3.0 20
last downloaded 55 weeks ago
Total downloads: 20

2.5.1 release from the client series released

Release information
Release notes:

2.5.1 (2014-10-21)
==================
 * Make phased upgrade percentage calculation idempotent for each tuple of
   (channel, target-build-number, machine-id). Also, modify the candidate
   upgrade path selection process such that if the lowest scored candidate
   path has a phased percentage greater than the device's percentage, the
   candidate will be ignored, and the next lowest scored candidate will be
   checked until either a winner is found or no candidates are left, in which
   case the device is deemed to be up-to-date. (LP: #1383539)
 * `system-image-cli -p/--percentage` is added to allow command line override
   of the device's phased percentage.
 * `system-image-cli --dry-run` now also displays the phase percentage of the
   winning candidate upgrade path.

File Description Downloads
download icon system-image-2.5.1.tar.gz (md5, sig) 2.5.1 39
last downloaded 56 weeks ago
Total downloads: 39

2.5 release from the client series released

Release information
Release notes:

2.5 (2014-09-29)
================
 * Remove the previously deprecated `system-image-cli --dbus` command line
   switch. (LP: #1369717)
 * Add a `target_build_number` key to the mapping returned by the
   `.Information()` D-Bus method. (LP: #1370586)

File Description Downloads
download icon system-image-2.5.tar.gz (md5, sig) 2.5 19
last downloaded 55 weeks ago
Total downloads: 19

2.4 release from the client series released

Release information
Release notes:

2.4 (2014-09-16)
================
 * The channel.ini file can override the device name by setting
   ``[service]device``. (LP: #1353178)
 * Add optional instrumentation to collect code coverage data during test
   suite run via tox. (LP: #1324241)
 * When an exception occurs in a `system-image-dbus` D-Bus method, signal, or
   callback, this exception is logged in the standard log file, and the
   process exits. Also, `[system]loglevel` can now take an optional ":level"
   prefix which can be used to set the log level for the D-Bus API methods.
   By default, they log at `ERROR` level, but can be set lower for debugging
   purposes. (LP: #1279970)
 * Don't crash when releasing an unacquired checking lock. (LP: #1365646)
 * When checking files for `last_update_date()` ignore Permiss...

File Description Downloads
download icon system-image-2.4.tar.gz (md5, sig) 2.4 20
last downloaded 55 weeks ago
Total downloads: 20

2.3.2 release from the client series released

Release information
Release notes:

2.3.2 (2014-07-31)
==================
 * When system-image-{cli,dbus} is run as non-root, use a fallback location
   for the settings.db file, if the parent directory isn't writable.
   (LP: #1349478)

File Description Downloads
download icon system-image-2.3.2.tar.gz (md5, sig) 2.3.2 21
last downloaded 55 weeks ago
Total downloads: 21

2.3.1 release from the client series released

Release information
Release notes:

2.3.1 (2014-07-23)
==================
 * Fix a traceback that occurs when the `systemimage.testing` subpackage isn't
   available, as is the case when the system-image-dev binary package is not
   installed.

File Description Downloads
download icon system-image-2.3.1.tar.gz (md5, sig) system-image 2.3.1 16
last downloaded 55 weeks ago
Total downloads: 16

2.3 release from the client series released

Release information
Release notes:

2.3 (2014-07-16)
================
 * Support factory resets. `system-image-cli --factory-reset` and a new D-Bus
   API method `FactoryReset()` are added. (LP: #1207860)
 * Data file checksums are passed to ubuntu-download-manager where available.
   (LP: #1262256)
 * Certain duplicate destinations are allowed, if they have matching source
   urls and checksums. (LP: #1286542)
 * When system-image-{cli,dbus} is run as non-root, use a fallback location
   for the log file if the system log file isn't writable. (LP: #1301995)
 * `system-image-cli --list-channels` lists all the available channels,
   including aliases. (LP: #1251291)
 * `system-image-cli --no-reboot` downloads all files and prepares for
   recovery, but does not actually issue a reboot. (LP: #1279028)
  * `system-imag...

File Description Downloads
download icon system-image-2.3.tar.gz (md5, sig) system-image 2.3 16
last downloaded 55 weeks ago
Total downloads: 16

110 of 40 releases