summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-10-13propellor spinJoey Hess
2014-10-10propellor spinJoey Hess
2014-10-10Docker: Avoid committing container every time it's started up.Joey Hess
This was using a lot of disk space. Instead, start the container, and then use the running container to check if docker is running it with the right params. In the unlikely case that the params have changed, we still need to commit the container and restart it. The common case of eg a reboot no longer commits though.
2014-10-10propellor spinJoey Hess
2014-10-10propellor spinJoey Hess
2014-10-10debCdn switched from cdn.debian.net to http.debian.net, which seems to be ↵Joey Hess
better managed now. Conflicts: debian/changelog
2014-10-10stable suite changesJoey Hess
* Avoid encoding the current stable suite in propellor's code, since that poses a difficult transition around the release, and can easily be wrong if an older version of propellor is used. Instead, the os property for a stable system includes the suite name to use, eg Stable "wheezy". * stdSourcesList uses the stable suite name, to avoid unwanted immediate upgrades to the next stable release.
2014-10-08a few other whitespace fixupsJoey Hess
2014-10-08fix some accidental uses of spaces, rather than tabs, for indentationJoey Hess
2014-10-06propellor spinJoey Hess
2014-09-25commentJoey Hess
2014-09-24propellor spinJoey Hess
2014-09-24propellor spinJoey Hess
2014-09-24propellor spinJoey Hess
2014-09-24propellor spinJoey Hess
2014-09-24propellor spinJoey Hess
2014-09-24propellor spinJoey Hess
2014-09-23use Daemon.restarted consistently, and implement using Service.restartedJoey Hess
2014-09-18propellor spinJoey Hess
2014-09-18propellor spinJoey Hess
2014-09-13disable unattended upgrades for autobuilders that mix dpkg and cabalJoey Hess
upgrades of dpkg haskell libs can break cabal ones
2014-09-10propellor spinJoey Hess
2014-09-10propellor spinJoey Hess
2014-09-08propellor spinJoey Hess
2014-09-08propellor spinJoey Hess
2014-09-08propellor spinJoey Hess
2014-09-08propellor spinJoey Hess
2014-08-21propellor spinJoey Hess
2014-08-21propellor spinJoey Hess
2014-08-19keep warning of out of date after updating upstream/master, until it gets mergedJoey Hess
2014-08-19remove origin remote after local cloneJoey Hess
It's not useful, since it'll change to something that cannot be directly merged with.
2014-08-19-XJoey Hess
2014-08-19need to -s theirs or the merge is likely to failJoey Hess
2014-08-19simpler mergeJoey Hess
Ah, we've checked out the oldref, so can just merge the newref in and get a branch that is suitable for mergeing into the user's repo. No need for manual diff, which can fail on eg, binaries or no changes.
2014-08-19need to connect up historyJoey Hess
2014-08-19syntaxJoey Hess
2014-08-19syntaxJoey Hess
2014-08-19color messageJoey Hess
2014-08-19fixesJoey Hess
2014-08-19fix ref nameJoey Hess
2014-08-19head file will end with a newlineJoey Hess
2014-08-19ugly workaround for lack of history in repo distributed with debian packageJoey Hess
2014-08-19final fixesJoey Hess
2014-08-19warningsJoey Hess
2014-08-19debian upgrade handlingJoey Hess
The /usr/bin/propellor wrapper will warn when ~/.propellor/ is out of date and a newer version is available from origin.
2014-08-19typoJoey Hess
2014-08-19stop removing privdata, it's no longer in masterJoey Hess
2014-08-19local repo fully working nowJoey Hess
2014-08-19The Debian package now includes a single-revision git repository in ↵Joey Hess
/usr/src/propellor/, and ~/.propellor/ is set up to use this repository as its "upstream" remote. This avoids relying on the security of the github repository when using the Debian package.
2014-07-23propellor spinJoey Hess