summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2016-04-05remove old debug codeJoey Hess
2016-04-05add commentsJoey Hess
2016-04-05Merge remote-tracking branch 'felix/apt-periodic-updates'Joey Hess
2016-04-05propellor spinJoey Hess
2016-04-05Apt: add periodicUpdatesFélix Sipma
2016-04-05Merge branch 'master' into joeyconfigJoey Hess
2016-04-05slightly more robust cabal file readingJoey Hess
2016-04-05Merge remote-tracking branch 'spwhitton/fix-init-build' into joeyconfigJoey Hess
2016-04-05commentJoey Hess
2016-04-03propellor --init inits a cabal sandbox when neededSean Whitton
2016-04-03typoSean Whitton
2016-04-02qualify exportsJoey Hess
2016-04-02move cloudsJoey Hess
2016-04-02force flush on promptJoey Hess
2016-04-02use concurrent-output consistentlyJoey Hess
2016-04-02got rid of build flag to detect stackJoey Hess
2016-04-02make sure that the wrapper runs propellor in the foregroundJoey Hess
2016-04-02typoJoey Hess
2016-04-02typoJoey Hess
2016-04-02avoid wrapper building propellor unnessessarilyJoey Hess
2016-04-02Stack support.Joey Hess
* Stack support. "git config propellor.buildsystem stack" will make propellor build its config using stack. * When propellor is installed using stack, propellor --init will automatically set propellor.buildsystem=stack.
2016-04-02cosmeticsJoey Hess
2016-04-01verify use of gpg keyJoey Hess
having a prompt here makes it clearer to the user why gpg is prompting for a passphrase.
2016-04-01separate propellor --initJoey Hess
2016-04-01setup gpg key in initial setup processJoey Hess
2016-04-01fix false positive for out of date message after initial clone from git bundleJoey Hess
2016-04-01Improved propellor's first run experience; the wrapper program will now walk ↵Joey Hess
the user through setting up ~/.propellor with a choice between a clone of propellor's git repository, or a minimal config.
2016-03-30Revert "propellor spin"Joey Hess
This reverts commit 947e73a2021fcad36a806a224f171e0dba9ee7da. When I tried to use startssl cert with postfix, darkstar complained: Server certificate not verified
2016-03-30propellor spinJoey Hess
2016-03-30propellor spinJoey Hess
2016-03-30propellor spinJoey Hess
2016-03-30layout and indentsJoey Hess
2016-03-30improve commentsJoey Hess
2016-03-30Adding support for software-properties-common to OS properties branch.Evan Cofsky
The config-simple file now shows: 1. Adding PPAs 2. Adding apt keys from a remote keyserver 3. Adding apt sources 4. Installing signed packages from a new repository.
2016-03-30Add simplistic support for apt-software-properties-common.Evan Cofsky
I know it's definitely a very Buntish thing, but for adding some larger collections of software on a very Buntish box, it definitely comes in handy. I also think that it might be possible to support a lot of the features using propellor properties directly as a fallback, and that might be something I could look into as well. Thanks!
2016-03-30apt install propellor dependencies more quietlyJoey Hess
Avoids spam when most deps are installed
2016-03-30propellor spinJoey Hess
2016-03-30When new dependencies are added to propellor or the propellor config, try ↵Joey Hess
harder to get them installed. In particular, this makes propellor --spin work when the remote host needs to get dependencies installed in order to build the updated config. Fixes http://propellor.branchable.com/todo/problem_with_spin_after_new_dependencies_added/
2016-03-30propellor spinJoey Hess
2016-03-30indentJoey Hess
2016-03-30add hs-concurrent-output to freebsd depsJoey Hess
2016-03-30fix info propigation from chroot to systemd containerJoey Hess
2016-03-30refactorJoey Hess
2016-03-30show childProperty same as propertyJoey Hess
2016-03-30Merge branch 'master' into typed-os-requirementsJoey Hess
2016-03-30fix warningJoey Hess
2016-03-30Merge branch 'master' into typed-os-requirementsJoey Hess
2016-03-30Apt.update: Also run dpkg --configure -a here as apt for some reason won't ↵Joey Hess
even update if dpkg was interrupted.
2016-03-28Merge branch 'master' into typed-os-requirementsJoey Hess
2016-03-28one moreJoey Hess