~smoser/simplestreams:ubuntu/trusty

Last commit made on 2018-10-31
Get this branch:
git clone -b ubuntu/trusty https://git.launchpad.net/~smoser/simplestreams
Only Scott Moser can upload to this branch. If you are Scott Moser please log in for upload directions.

Branch merges

Branch information

Name:
ubuntu/trusty
Repository:
lp:~smoser/simplestreams

Recent commits

9de5f84... by Scott Moser

Add debian/README.source

2a3228e... by Scott Moser

Use sstream-mirror-glance as python2.

2aa1427... by Scott Moser

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

434aeab... by Scott Moser

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

c0e02e7... 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.

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

179c7ed... by Scott Moser

Move sstream-mirror-glance from tools/ to bin/.

This executable will now be shipped via setup.py and ultimately as part of
python3-simplestreams-openstack.

There is a script wrapper added in tools/sstream-mirror-glance that will
print a warning, but allow any callers from that path to continue to work.