Joey Hess
45349c210d
add missing support for reverting chroot
...
wow, that was suprisingly trivial!
2014-11-21 01:09:15 -04:00
Joey Hess
a904476333
avoid console output when chaining into chroot and not at console
2014-11-21 01:05:51 -04:00
Joey Hess
9f9a4c653f
more
2014-11-20 20:03:48 -04:00
Joey Hess
6df68adfe0
more posts
2014-11-20 20:01:23 -04:00
Joey Hess
f586f933ab
update
2014-11-20 20:00:16 -04:00
Joey Hess
e53de39ec4
update
2014-11-20 19:52:05 -04:00
Joey Hess
1295f56a13
add
2014-11-20 19:49:56 -04:00
Joey Hess
33ca5564a0
reorg
2014-11-20 19:49:04 -04:00
Joey Hess
3f1d7204c6
try3
2014-11-20 19:45:05 -04:00
Joey Hess
ef09ba199f
internal
2014-11-20 19:42:21 -04:00
Joey Hess
b77e5ea110
fix pagespec
2014-11-20 19:41:39 -04:00
Joey Hess
2ed9d5fa6b
fix
2014-11-20 19:26:50 -04:00
Joey Hess
6f8dfb74f7
titles
2014-11-20 19:24:52 -04:00
Joey Hess
ba862ae887
adding blog feeds
2014-11-20 19:21:17 -04:00
Joey Hess
f9cc7c149e
incomplete systemd container support
2014-11-20 17:18:26 -04:00
Joey Hess
3669bd61d0
propellor spin
2014-11-20 16:07:57 -04:00
Joey Hess
00cab6901f
propellor spin
2014-11-20 16:05:06 -04:00
Joey Hess
2293b46bf7
fix chroot info propigation
2014-11-20 16:04:48 -04:00
Joey Hess
a4f04fcb02
propellor spin
2014-11-20 15:15:28 -04:00
Joey Hess
4d155864fa
propellor spin
2014-11-20 14:16:53 -04:00
Joey Hess
def4431132
remove unused Eq instance for Info
...
Its implementation was .. shady at best, as Host has no Eq
2014-11-20 14:16:26 -04:00
Joey Hess
411612f8cb
propellor spin
2014-11-20 14:15:34 -04:00
Joey Hess
b8b746a7f1
starting work on a Chroot module
...
factored out info up-propigation code rom Docker
2014-11-20 14:15:26 -04:00
Joey Hess
cc8bbcf95b
propellor spin
2014-11-20 12:50:01 -04:00
Joey Hess
67d989c7c5
propellor spin
2014-11-20 01:18:51 -04:00
Joey Hess
0d4dd37ee7
git commit may or may not be signed
2014-11-20 00:55:28 -04:00
Joey Hess
80e465185f
propellor spin
2014-11-20 00:54:28 -04:00
Joey Hess
e534205282
propellor spin
2014-11-20 00:38:07 -04:00
Joey Hess
e0c9b80370
propellor spin
2014-11-20 00:35:21 -04:00
Joey Hess
0cab7a605e
propellor spin
2014-11-20 00:34:09 -04:00
Joey Hess
5e4c57652c
fix docker container provisioning
...
Since the containers are no longer on the host list, they were not found
while provisioning, oops.
To fix, had to add to a host's info a map of the containers docked to it.
Unfortunately, that required Propellor.Types.Info be glommed into
Propellor.Types, since it needed to refer to Host.
2014-11-20 00:21:40 -04:00
Joey Hess
9d6bc4a7bf
foo
2014-11-19 23:26:53 -04:00
Joey Hess
e1505b05b6
propellor spin
2014-11-19 23:11:53 -04:00
Joey Hess
d49d251897
separate docker container type
...
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-19 23:11:34 -04:00
Joey Hess
b7d78e679a
sigel didn't work out
...
Unicode output failed in docker, due to no locales, and would be generally
shakey from haskell in all the environments propellor needs to run in.
2014-11-19 21:51:52 -04:00
Joey Hess
7c11d68018
propellor spin
2014-11-19 21:50:49 -04:00
Joey Hess
d130e7e628
propellor spin
2014-11-19 21:48:48 -04:00
Joey Hess
d380376825
propellor spin
2014-11-19 21:34:11 -04:00
Joey Hess
c181ece029
propellor spin
2014-11-19 21:28:30 -04:00
Joey Hess
41b10a956a
correct version
2014-11-19 21:25:55 -04:00
Joey Hess
3343b220a8
propellor spin
2014-11-19 21:21:20 -04:00
Joey Hess
b136609cb5
unicode ahoy
2014-11-19 21:20:19 -04:00
Joey Hess
205d192559
fix param order
2014-11-19 21:16:18 -04:00
Joey Hess
4de7d4295c
propellor spin
2014-11-19 21:03:06 -04:00
Joey Hess
025c7c4b8e
avoid double-build in --spin
...
It was fetching from the central repo, then building that, and then running
the client-to-client git update, and the building after that.
Remove the first build, as all that linking does take time.
2014-11-19 21:00:14 -04:00
Joey Hess
2ceace6bd5
propellor spin
2014-11-19 20:50:26 -04:00
Joey Hess
36d4938a19
remove excess verbosity from message
2014-11-19 20:48:36 -04:00
Joey Hess
c186f9f4a8
propellor spin
2014-11-19 20:41:35 -04:00
Joey Hess
caeed5492f
allow debootstrapped to be reverted
2014-11-19 20:35:33 -04:00
Joey Hess
4a9bbd1391
Added support for using debootstrap from propellor.
...
Most of the hard part was making it be able to install debootstrap from
source, for use on non-debian-derived systems.
2014-11-19 19:30:56 -04:00