simplestreams:ubuntu/trusty-build-recipe

Last commit made on 2018-11-01
Get this branch:
git clone -b ubuntu/trusty-build-recipe https://git.launchpad.net/simplestreams
Members of simplestreams-dev can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/trusty-build-recipe
Repository:
lp:simplestreams

Recent commits

570fe82... by Scott Moser

Add debian/README.source

4bb0f5c... by Scott Moser

Use sstream-mirror-glance as python2.

6cacf67... by Scott Moser

tools/run-flake8: simply exit 0. Do not bother running flake8 on trusty.

87383ae... by Scott Moser

Drop python3-boto as it is not available in trusty.

ad564a9... by Scott Moser

Drop python3 openstack Build-Depends and python3-simplestreams-openstack

Trusty does not have the openstack python3 libraries.
So we can't depend on them or build a package that does.

d7c0f48... by Scott Moser

packaging: Fix to collect sstream-mirror-glance from usr/bin, not bin.

sstream-mirror-glance was being put into /bin rather than /usr/bin.
The other executables (sstream-mirror and such) are in /usr/bin.

6e9a452... by Scott Moser

validate_image: Fix python2 i386 error, and show value in ValueError.

On python 2 and i386 (32 bit), os.stat will return a long.
There, we see that:
   isinstance(os.path.getsize("/etc/passwd"), int) == False
Where as on python 3 or 64 bit arch, the above is True.

That would cause validate_image to raise a ValueError and tests to fail.

43f845c... by Scott Moser

lintian: fix lintian warnings and errors.

 - package-uses-deprecated-debhelper-compat-version: change to 9
   9 is what is in 16.04 (and 12.04), so stick with that for now.
 - build-depends-on-build-essential-package-without-using-version:
   drop the make dependency.
 - ancient-python-version-field: no need to specify X-python-version
   or X-python3-version any more.
 - ancient-standards-version: move debian/control Standards-Version to 4.2.1
 - priority-extra-is-replaced-by-priority-optional:
   replace extra with optional

b658624... by Scott Moser

Update packaging to include python3-simplestreams-openstack.

The python3-simplestreams-openstack package will include the
sstream-mirror-glance.

c9170f0... by Scott Moser

update sstream-mirror-glance to python3