summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2014-11-21hmmJoey Hess
2014-11-21maintainerJoey Hess
2014-11-21prep releaseJoey Hess
2014-11-21trimJoey Hess
2014-11-20incomplete systemd container supportJoey Hess
2014-11-20fix chroot info propigationJoey Hess
2014-11-19separate docker container typeJoey Hess
Docker containers are now a separate data type, cannot be included in the main host list, and are instead passed to Docker.docked. (API change)
2014-11-19correct versionJoey Hess
2014-11-19Added support for using debootstrap from propellor.Joey Hess
Most of the hard part was making it be able to install debootstrap from source, for use on non-debian-derived systems.
2014-11-19flag API changesJoey Hess
2014-11-19updateJoey Hess
2014-11-19big 1.0Joey Hess
2014-11-19propellor spinJoey Hess
2014-11-18rewordJoey Hess
2014-11-18propellor spinJoey Hess
2014-11-18changelog for last commit's changesJoey Hess
2014-11-18Run remote propellor --spin with a controlling terminal.Joey Hess
Avoids need for hack to make ansi colors work, but also things like apt-get and wget process bars will be displayed.
2014-11-18Avoid outputting color setting sequences when not run on a terminal.Joey Hess
Currently TERM is checked for every message. Could be memoized, but it would add complexity, and typical propellor output is not going to be more than a few hundred messages, and likely this will be swamped by the actual work.
2014-11-17DigitalOcean.distroKernel property now reboots into the distribution kernel ↵Joey Hess
when necessary. It might be better to do this check on boot to limit the time running the DO kernel (which is not well security supported), but that has the possibility of entering a bad reboot loop. Limiting this check to when propellor runs avoids that, while still fixing the problem pretty fast.
2014-11-15Convert GpgKeyId to newtypeJoey Hess
2014-11-15update emailJoey Hess
2014-11-11changelogJoey Hess
2014-11-10changelogJoey Hess
2014-11-10Added prosody module, contributed by Félix Sipma.Joey Hess
2014-11-08prep releaseJoey Hess
2014-11-08Orphaned the Debian package, as I am retiring from Debian.Joey Hess
2014-11-08Docker: Stop using docker.io; that was a compat symlink in the Debian ↵Joey Hess
package which has been removed in docker.io 1.3.1~dfsg1-2.
2014-10-31Apache: Fix daemon reload when enabling a new module or site.Joey Hess
2014-10-31changelogJoey Hess
2014-10-30changelogJoey Hess
2014-10-24update home pageJoey Hess
2014-10-24prep releaseJoey Hess
2014-10-23Fix loop when a docker host that does not exist was docked.Joey Hess
The problem is it fell back to looking for an alias for the bad hostname, but to get the aliases, it needs to know which hosts are docked where, so looped.
2014-10-23Revert "propellor spin"Joey Hess
This reverts commit 80f5b53f1b7fdc876d5e45df68c29f53bd9666b2.
2014-10-23propellor spinJoey Hess
2014-10-23Revert "propellor spin"Joey Hess
This reverts commit 7637ea0af9ff4056cbdc16f25016785442d4b97e.
2014-10-23propellor spinJoey Hess
2014-10-23propellor spinJoey Hess
2014-10-23bugfixJoey 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-10finalize releaseJoey 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-08-22prep releaseJoey Hess
2014-08-19fix man page installationJoey Hess
2014-08-19reorg manpageJoey Hess
2014-08-19prep releaseJoey Hess
2014-08-19ugly workaround for lack of history in repo distributed with debian packageJoey 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-19local repo fully working nowJoey Hess