diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-07 02:04:21 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-07 02:04:21 -0400 |
| commit | 8f46b7ab683a36eebb3fd99566c389bd45a47676 (patch) | |
| tree | db564ee004a5a00a9e6751de89a17fd63a5d90aa /debian | |
| parent | bc8b7f2173835cb507d81c084fa804bdb3761bdd (diff) | |
Run apt-get update in initial bootstrap.
For eg, Linode, which brings up hosts that have not updated at all so
apt-get install doesn't work.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 3c84ac91..dca286be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +propellor (0.8.1) UNRELEASED; urgency=medium + + * Run apt-get update in initial bootstrap. + + -- Joey Hess <joeyh@debian.org> Mon, 07 Jul 2014 02:03:46 -0400 + propellor (0.8.0) unstable; urgency=medium * Completely reworked privdata storage. There is now a single file, |
