Joey Hess
|
c8c96a6908
|
changelog
|
2014-06-09 12:34:52 -04:00 |
Joey Hess
|
fc49d75e4f
|
Attr is renamed to Info.
|
2014-06-09 01:47:11 -04:00 |
Joey Hess
|
582be8ebe0
|
combineProperties no longer stops when a property fails; now it continues trying to satisfy all properties on the list before propigating the failure.
Audited all of my calls to combineProperties and they should be fine with
this behavior.. which suggests it's the right behavior.
|
2014-06-07 00:14:05 -04:00 |
Joey Hess
|
2db48021f0
|
typo
|
2014-06-05 17:35:29 -04:00 |
Joey Hess
|
0ba3e77f84
|
finalize release
|
2014-06-05 17:32:16 -04:00 |
Joey Hess
|
c2dd54d167
|
prep release
|
2014-06-05 17:21:49 -04:00 |
Joey Hess
|
4ac314fb48
|
Apt.stdSourcesList no longer needs a suite to be specified.
|
2014-06-05 17:01:32 -04:00 |
Joey Hess
|
740740d215
|
Added --dump to dump out a field of a host's privdata. Useful for editing it.
|
2014-06-01 16:58:05 -04:00 |
Joey Hess
|
d224463dcd
|
comment
|
2014-06-01 15:07:17 -04:00 |
Joey Hess
|
84eb050085
|
Propellor's output now includes the hostname being provisioned, or when provisioning a docker container, the container name.
|
2014-05-31 18:44:49 -04:00 |
Joey Hess
|
6383d8c388
|
propellor spin
|
2014-05-31 16:48:14 -04:00 |
Joey Hess
|
0e8c6e5fee
|
prep release
|
2014-05-29 14:30:06 -04:00 |
Joey Hess
|
0ec565a590
|
propellor spin
|
2014-05-23 12:30:25 -04:00 |
Joey Hess
|
8ab6799d48
|
Ensure that kernel hostname is same as /etc/hostname when configuring hostname.
|
2014-05-19 10:51:28 -04:00 |
Joey Hess
|
227effc1ad
|
Fix unattended-upgrades config for !stable.
|
2014-05-18 13:44:28 -04:00 |
Joey Hess
|
c09babd5b7
|
prep release
|
2014-05-17 16:43:10 -04:00 |
Joey Hess
|
2081a49b65
|
changelog
|
2014-05-14 20:36:23 -04:00 |
Joey Hess
|
84efb9bdee
|
Licence changed from GPL to BSD.
|
2014-05-10 11:08:30 -03:00 |
Joey Hess
|
72a6b1c759
|
prep release
|
2014-04-24 18:10:13 -04:00 |
Joey Hess
|
e1ce4e2d05
|
propellor spin
|
2014-04-23 23:57:36 -04:00 |
Joey Hess
|
34c7a14060
|
propellor spin
|
2014-04-23 15:04:35 -04:00 |
Joey Hess
|
55f16b25a5
|
Add missing build deps and deps. Closes: #745459
|
2014-04-22 19:08:14 -04:00 |
Joey Hess
|
66e492fa82
|
prep release
|
2014-04-19 17:38:15 -04:00 |
Joey Hess
|
86e7e4e58e
|
When unattendedUpgrades is enabled on an Unstable or Testing system, configure it to allow the upgrades.
|
2014-04-19 13:17:25 -04:00 |
Joey Hess
|
fffa3e003a
|
Dns primary and secondary properties are now revertable.
|
2014-04-19 11:00:48 -04:00 |
Joey Hess
|
2279979d32
|
Removed root domain records from SOA. Instead, use RootDomain when calling Dns.primary.
|
2014-04-19 10:47:38 -04:00 |
Joey Hess
|
6aeeaaab90
|
prep release
|
2014-04-19 02:10:41 -04:00 |
Joey Hess
|
9e578aca6b
|
rename aka to alias
|
2014-04-19 01:28:46 -04:00 |
Joey Hess
|
d1db64b3bc
|
Propellor can configure primary DNS servers, including generating zone files, which is done by looking at the properties of hosts in a domain.
|
2014-04-19 01:26:38 -04:00 |
Joey Hess
|
7e9853520b
|
The `cname` property was renamed to `aka` as it does not always generate CNAME in the DNS.
|
2014-04-18 23:41:26 -04:00 |
Joey Hess
|
5f6c3ad564
|
All Property combinators now combine together their Attr settings.
So Attr settings can be made inside a propertyList, for example.
|
2014-04-18 04:48:49 -04:00 |
Joey Hess
|
4e4fb9ab7c
|
get rid of AttrProperty
Now both Property and RevertableProperty can influence Attr on their own.
|
2014-04-18 03:59:06 -04:00 |
Joey Hess
|
0485387aa0
|
Run all cron jobs under chronic from moreutils to avoid unnecessary mails.
|
2014-04-17 21:01:06 -04:00 |
Joey Hess
|
a19293732d
|
prep release
|
2014-04-17 20:09:14 -04:00 |
Joey Hess
|
e1b96860bf
|
cron locking
|
2014-04-17 19:43:12 -04:00 |
Joey Hess
|
baab388a98
|
update
|
2014-04-14 15:48:52 -04:00 |
Joey Hess
|
2c1397c5b0
|
Standard apt configuration for stable now includes backports.
|
2014-04-13 15:54:25 -04:00 |
Joey Hess
|
95ac5163da
|
Properties can now be satisfied differently on different operating systems.
|
2014-04-13 15:34:01 -04:00 |
Joey Hess
|
1495db6cd1
|
propellor spin
|
2014-04-13 14:01:30 -04:00 |
Joey Hess
|
c7830f4e66
|
propellor spin
|
2014-04-12 22:36:36 -04:00 |
Joey Hess
|
99ec97db85
|
Merge scheduler bug fix from git-annex.
|
2014-04-11 15:00:27 -04:00 |
Joey Hess
|
a342e216bb
|
release
|
2014-04-11 01:19:15 -04:00 |
Joey Hess
|
25942fb0cc
|
Propellor monad is a Reader for HostAttr
So far, the hostname is only used to improve a message in withPrivData,
but I anticipate using HostAttr for a lot more.
|
2014-04-10 17:23:43 -04:00 |
Joey Hess
|
13a4d4889c
|
Use ssh connection caching, especially when bootstrapping.
|
2014-04-10 16:03:49 -04:00 |
Joey Hess
|
8852887907
|
propellor spin
|
2014-04-10 00:53:12 -04:00 |
Joey Hess
|
064cdd8fc5
|
propellor spin
|
2014-04-09 00:54:27 -04:00 |
Joey Hess
|
39f3acd6e4
|
propellor spin
|
2014-04-08 18:41:30 -04:00 |
Joey Hess
|
53eb3b9b1f
|
ipv6to4: Ensure interface is brought up automatically on boot.
|
2014-04-08 18:08:16 -04:00 |
Joey Hess
|
2e6f7c1b5d
|
prep release
|
2014-04-08 02:08:28 -04:00 |
Joey Hess
|
17d46c67fa
|
docker: When running as effective init inside container, wait on zombies.
|
2014-04-04 18:21:54 -04:00 |
Joey Hess
|
da3976b9e2
|
propellor spin
|
2014-04-04 16:20:20 -04:00 |
Joey Hess
|
075a8eac5b
|
propellor spin
|
2014-04-04 15:58:48 -04:00 |
Joey Hess
|
ccc8290712
|
update
|
2014-04-04 01:12:09 -04:00 |
Joey Hess
|
cf3fc9b8e9
|
fix file mode bug
|
2014-04-04 00:08:30 -04:00 |
Joey Hess
|
42f207232b
|
debianization and a wrapper program for /usr/bin
|
2014-04-03 01:55:49 -04:00 |
Joey Hess
|
0297a11eaa
|
prep release
|
2014-04-02 13:57:50 -04:00 |
Joey Hess
|
526bcbf093
|
type-safe reversions
|
2014-04-02 13:18:08 -04:00 |
Joey Hess
|
b6eba67f78
|
changelog
|
2014-04-01 15:07:07 -04:00 |