diff options
author | Chuck Short <zulcss@ubuntu.com> | 2009-02-09 19:12:09 +0000 |
---|---|---|
committer | Bazaar Package Importer <jamesw@ubuntu.com> | 2009-02-09 19:12:09 +0000 |
commit | 4685dd287c9eea18dc18bac1260b7a1169271f78 (patch) | |
tree | 79738235d552663619932980d46f9a9e004aeb2e /debian/changelog | |
parent | 40bc760f17a67700ad19b0d2250deec4e5e06954 (diff) | |
download | vyos-cloud-init-4685dd287c9eea18dc18bac1260b7a1169271f78.tar.gz vyos-cloud-init-4685dd287c9eea18dc18bac1260b7a1169271f78.zip |
* ec2-set-apt-sources.py
- Determine the zone that the user is in and generate
a /etc/apt/sources.list.d/ based on that.
* debian/init:
- Check to see if there is an /var/run/ec2 and create
it if it doesnt exist.
- Start ec2-set-apt-sources at first bootup.
* debian/rules:
- Install ec2-set-apt-sources.
* debian/control:
- Add python-configobj as a dependency.
* debian/{install,dirs}
- Create an /etc/ec2-init to read the configuration file and install it.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 1f720438..643e509b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +ec2-init (0.3.3) jaunty; urgency=low + + * ec2-set-apt-sources.py + - Determine the zone that the user is in and generate + a /etc/apt/sources.list.d/ based on that. + * debian/init: + - Check to see if there is an /var/run/ec2 and create + it if it doesnt exist. + - Start ec2-set-apt-sources at first bootup. + * debian/rules: + - Install ec2-set-apt-sources. + * debian/control: + - Add python-configobj as a dependency. + * debian/{install,dirs} + - Create an /etc/ec2-init to read the configuration file and install it. + + -- Chuck Short <zulcss@ubuntu.com> Mon, 09 Feb 2009 10:35:56 -0500 + ec2-init (0.3.2) jaunty; urgency=low * debian/init: |