summaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2014-10-10Merge branch 'joeyconfig'Joey Hess
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-10Merge branch 'joeyconfig'Joey Hess
Conflicts: debian/changelog privdata/privdata.gpg
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-23debCdn switched from cdn.debian.net to http.debian.net, which seems to be ↵Joey Hess
better managed now.
2014-08-22Merge branch 'joeyconfig'Joey Hess
2014-08-22prep releaseJoey Hess
2014-08-19Merge branch 'joeyconfig'Joey Hess
2014-08-19fix man page installationJoey Hess
2014-08-19Merge branch 'joeyconfig'Joey Hess
2014-08-19reorg manpageJoey Hess
2014-08-19Merge branch 'joeyconfig'Joey Hess
2014-08-19prep releaseJoey Hess
2014-08-19Merge branch 'joeyconfig'Joey Hess
2014-08-19ugly workaround for lack of history in repo distributed with debian packageJoey Hess
2014-08-19Merge branch 'joeyconfig'Joey 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-19Merge branch 'joeyconfig'Joey 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-08-19Merge branch 'joeyconfig'Joey 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-08-19upgrade noteJoey Hess
2014-08-19Included the config.hs symlink to config-simple.hs in the cabal and Debian ↵Joey Hess
packages.
2014-08-04Merge branch 'joeyconfig'Joey Hess
2014-08-04prep releaseJoey Hess
2014-07-23changelogJoey Hess
2014-07-22propellor spinJoey Hess
2014-07-18changelogJoey Hess
2014-07-18changelogJoey Hess
2014-07-17Fix bug in File.containsLines that caused lines that were already in the ↵Joey Hess
file to sometimes be appended to the end.
2014-07-09Merge branch 'joeyconfig'Joey Hess
2014-07-09Remove .gitignore from cabal file list, to avoid build failure on Debian. ↵Joey Hess
Closes: #754334
2014-07-07propellor spinJoey Hess
2014-07-07Run apt-get update in initial bootstrap.Joey Hess
For eg, Linode, which brings up hosts that have not updated at all so apt-get install doesn't work.
2014-07-06Merge branch 'joeyconfig'Joey Hess
2014-07-06prep releaseJoey Hess
2014-07-06tweaJoey Hess
2014-07-06tweaJoey Hess
2014-07-06Merge branch 'joeyconfig'Joey Hess
2014-07-06wordingJoey Hess
2014-07-06wordingJoey Hess
2014-07-06propellor spinJoey Hess
2014-07-06propellor spinJoey Hess
2014-07-06Hostname.sane now cleans up the 127.0.0.1 localhost line in /etc/hosts, to ↵Joey Hess
avoid eg, apache complaining that "Could not reliably determine the server's fully qualified domain name".
2014-07-05propellor spinJoey Hess
2014-06-19Add --list-fields to list a host's currently set privdata fields.Joey Hess
2014-06-19Add --edit to edit a privdata value in $EDITORJoey Hess
2014-06-13Merge branch 'joeyconfig'Joey Hess