summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* changelogdebian/5.3.6-1archive/debian/5.3.6-1Sean Whitton2018-05-13
|
* Merge tag '5.3.6' into debianSean Whitton2018-05-13
|\ | | | | | | | | | | | | | | | | | | tagging package propellor version 5.3.6 # gpg: Signature made Wed 09 May 2018 01:25:27 PM MST # gpg: using RSA key 28A500C35207EAB72F6C0F25DB12DB0FF05F8F38 # gpg: Good signature from "Joey Hess <joeyh@joeyh.name>" [full] # Primary key fingerprint: E85A 5F63 B31D 24C1 EBF0 D81C C910 D922 2512 E3C7 # Subkey fingerprint: 28A5 00C3 5207 EAB7 2F6C 0F25 DB12 DB0F F05F 8F38
| * releasing package propellor version 5.3.6Joey Hess2018-05-09
| |
| * clean up after mergeJoey Hess2018-05-09
| |
| * Merge branch 'joeyconfig'Joey Hess2018-05-09
| |\
| | * propellor spinJoey Hess2018-05-07
| | |
| | * setting up joeyconfig after mergeJoey Hess2018-05-06
| | |
| * | fix linkJoey Hess2018-05-09
| |/
| * changelogJoey Hess2018-05-06
| |
| * clean up after mergeJoey Hess2018-05-06
| |
| * Merge branch 'joeyconfig'Joey Hess2018-05-06
| |\
| | * setting up joeyconfig after mergeJoey Hess2018-05-06
| | |
| | * Merge remote-tracking branch 'felix/unbound' into joeyconfigJoey Hess2018-05-06
| | |\
| | | * Unbound: move haddock comment to cachingDnsServerFélix Sipma2018-05-05
| | | |
| | | * Unbound: add a warning note for CNAMEFélix Sipma2018-05-04
| | | |
| | | * Unbound: handle missing recordsFélix Sipma2018-05-04
| | | |
| | | * Unbound: simplify existing recordsFélix Sipma2018-05-04
| | | |
| | | * Unbound: handle SRV recordFélix Sipma2018-05-04
| | | |
| | * | remove rsyslog from honeybee to save disk spaceJoey Hess2018-05-06
| | | |
| | * | propellor spinJoey Hess2018-05-05
| | | |
| | * | propellor spinJoey Hess2018-05-05
| | | |
| | * | propellor spinJoey Hess2018-05-05
| | | |
| | * | propellor spinJoey Hess2018-05-05
| | | |
| | * | propellor spinJoey Hess2018-05-04
| | | |
| | * | updateJoey Hess2018-05-04
| | | |
| * | | markdownJoey Hess2018-05-04
| | |/ | |/|
| * | clean up after mergeJoey Hess2018-05-03
| | |
| * | Merge branch 'joeyconfig'Joey Hess2018-05-03
| |\|
| | * propellor spinJoey Hess2018-05-03
| | |
| | * propellor spinJoey Hess2018-05-03
| | |
| | * remove badly placed and redundant commentJoey Hess2018-05-03
| | |
| | * propellor spinJoey Hess2018-05-03
| | |
| | * setting up joeyconfig after mergeJoey Hess2018-05-03
| | |
| | * Merge branch 'master' into joeyconfigJoey Hess2018-05-03
| | |\
| | * | propellor spinJoey Hess2018-05-03
| | | |
| | * | propellor spinJoey Hess2018-05-03
| | | |
| | * | propellor spinJoey Hess2018-05-01
| | | |
| | * | propellor spinJoey Hess2018-05-01
| | | |
| | * | propellor spinJoey Hess2018-05-01
| | | |
| | * | propellor spinJoey Hess2018-05-01
| | | |
| | * | propellor spinJoey Hess2018-05-01
| | | |
| | * | propellor spinJoey Hess2018-05-01
| | | |
| * | | commentJoey Hess2018-05-03
| | |/ | |/|
| * | Update shim each time propellor is run in a container, to deal with library ↵Joey Hess2018-05-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version changes. Surprised this didn't come up before, since propellor was run against progressively old versions of libraries when propelling eg, a chroot. It finally broke on an arm box, where libm got updated to a new version and propellor used a symbol from the new version. The comment says that propellor may be running from an existing shim in which case it's reused. That could be a nested chroot or other container, or perhaps propellor was deployed via a precompiled tarball which is built using a shim. The code used to use "checkAlreadyShimmed shim" which I don't see how it deals with either of those scenarios. Changed to "checkAlreadyShimmed propellorbin", which I think will deal with them, but I've not tested such scenarios. Added code to delete old versions of libraries out of the shim directory to avoid masses of old ones piling up over time. Property.Chroot sets up the shim directory and then bind mounts it into the chroot. To avoid deleting the source of a bind mount, made this only delete files in the shim directory, but not the shim directory itself.
| * | Merge branch 'master' of ssh://propellor.branchable.comJoey Hess2018-05-02
| |\ \
| | * | Added a commentpicca2018-05-01
| | | |
| * | | changelogJoey Hess2018-05-02
| | | |
| * | | make Schroot.overlaysInTmpfs revertableSean Whitton2018-05-02
| | | | | | | | | | | | | | | | | | | | | | | | Useful when a build fails on a tmpfs (usually a package's test suite). Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
| * | | updateJoey Hess2018-05-02
| |/ /
| * | Merge branch 'master' of ssh://propellor.branchable.comJoey Hess2018-04-30
| |\ \