summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-17Apt.install: When asked to install a package that apt does not know about, ↵Joey Hess
it used to incorrectly succeed. Now it will fail.
2016-06-17commentJoey Hess
2016-06-17Added a commentpicca
2016-06-17Added a commentandrew
2016-06-16responseJoey Hess
2016-06-16commentJoey Hess
2016-06-16commentJoey Hess
2016-06-16commentJoey Hess
2016-06-16Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2016-06-16(no commit message)picca
2016-06-16Added a commentspwhitton
2016-06-16(no commit message)andrew
2016-06-15Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2016-06-15changelogJoey Hess
2016-06-15Merge remote-tracking branch 'felix/hasinisection'Joey Hess
2016-06-15Added a commentgueux
2016-06-15ConfFile: export hasIniSectionFélix Sipma
2016-06-15Added a commentandrew
2016-06-14Merge branch 'joeyconfig'Joey Hess
2016-06-14commentJoey Hess
2016-06-14Added a commentgueux
2016-06-14(no commit message)picca
2016-06-14cleanupJoey Hess
2016-06-14commentJoey Hess
2016-06-14clean up after mergeJoey Hess
2016-06-14Merge branch 'joeyconfig'Joey Hess
2016-06-14commentJoey Hess
2016-06-13Merge branch 'master' of ssh://propellor.branchable.comJoey Hess
2016-06-13setting up joeyconfig after mergeJoey Hess
2016-06-13avoid using Architecture for what's really a kernel flavorJoey Hess
2016-06-13changelogJoey Hess
2016-06-13improve haddockJoey Hess
(cherry picked from commit ee1f24f5cc31c3d3524b43a74b16acae1c3a4ee4)
2016-06-13add DebianKernel datatypeFélix Sipma
(cherry picked from commit 3590a1241580ddcdd153e2619a3c02ce18a8db8c but without the changes to src/Propellor/Precompiled.hs)
2016-06-13remove ANDROID in architectureToDebianArchStringFélix Sipma
(cherry picked from commit 39966bc40c7a15543601e417e35fbb5c6bc1d5c4)
2016-06-13remove ANDROIDJoey Hess
(cherry picked from commit d5d42f4fb51fee4e5eb2e17d82f1339876c8fc03)
2016-06-13reformat Architecture definitionFélix Sipma
(cherry picked from commit 1f036a1448c7a7332080c28c5074d9c06e69806b)
2016-06-13add several ArchitecturesJoey Hess
Cherry-picked from aa8e99c305a07d99cc63e17ca3461f421859bdc5, but without changes to a module that is being added on the precompiled branch.
2016-06-13convert Sbuild to new Architecture typeFélix Sipma
(cherry picked from commit e44ea6c16d84a8f369ae4ca27ff862f8f9844819)
2016-06-13convert Architecture to a sumtypeFélix Sipma
TODO: remove ANDROID (used in GitAnnexBuilder) TODO: add other architectures TODO: rename ARMHF TODO: rename ARMEL (cherry picked from commit 6f36f6cade4e1d8b15c714565e223562c6573099)
2016-06-13wordingJoey Hess
2016-06-13wordingJoey Hess
2016-06-13typoJoey Hess
2016-06-13wordingJoey Hess
2016-06-14Added a commentspwhitton
2016-06-13Added a comment: Resolvedcraige@a46118dff5bc0fad85259759970d8b4b9fc377d7
2016-06-13reopen until I hear back about my questionJoey Hess
2016-06-13throw StopPropellorException if unmounting failsJoey Hess
It would be bad if unmount somehow failed and then another property tried to reformat the mounted device or rm -rf the mount point. While I don't see anything that does that, and while lazy umount can't fail as far as I know, it was throwing an exception that stopped propellor and let's cautiously keep it that way.
2016-06-13fix buggy readVersionMaybeJoey Hess
2016-06-13commentJoey Hess
2016-06-13sequencing errorMessage is pointlessJoey Hess
It throws an error, so only the first error would be shown. Instead, display them all.