[904] | 1 | sipb-xen-base (8.18) unstable; urgency=low |
---|
| 2 | |
---|
| 3 | * Use production k5login |
---|
| 4 | * Include openafs component |
---|
| 5 | |
---|
| 6 | -- Sam Hartman <hartmans@debian.org> Fri, 22 Aug 2008 16:37:01 -0400 |
---|
| 7 | |
---|
[885] | 8 | sipb-xen-base (8.17) unstable; urgency=low |
---|
| 9 | |
---|
| 10 | * removed the `mako` program since python-mako already includes a |
---|
| 11 | mako-render |
---|
| 12 | |
---|
| 13 | -- Yang Zhang <y_z@mit.edu> Wed, 13 Aug 2008 01:45:26 -0400 |
---|
| 14 | |
---|
[882] | 15 | sipb-xen-base (8.16) unstable; urgency=low |
---|
| 16 | |
---|
| 17 | * added `mako` program for processing templates in invirt packages |
---|
| 18 | |
---|
| 19 | -- Yang Zhang <y_z@mit.edu> Tue, 12 Aug 2008 16:00:43 -0400 |
---|
| 20 | |
---|
[822] | 21 | sipb-xen-base (8.15) unstable; urgency=low |
---|
| 22 | |
---|
| 23 | * put invirt-getconf in /usr/bin |
---|
| 24 | |
---|
| 25 | -- Greg Price <price@mit.edu> Sat, 2 Aug 2008 21:58:36 -0400 |
---|
| 26 | |
---|
[817] | 27 | sipb-xen-base (8.14) unstable; urgency=low |
---|
| 28 | |
---|
| 29 | * using correct default paths in invirt-getconf |
---|
| 30 | * fixed os.rename import bug |
---|
| 31 | |
---|
| 32 | -- Yang Zhang <y_z@mit.edu> Sat, 2 Aug 2008 20:29:56 -0400 |
---|
| 33 | |
---|
[802] | 34 | sipb-xen-base (8.13) unstable; urgency=low |
---|
| 35 | |
---|
| 36 | * fix an error message |
---|
| 37 | |
---|
| 38 | -- Greg Price <price@mit.edu> Wed, 30 Jul 2008 23:04:07 -0400 |
---|
| 39 | |
---|
[792] | 40 | sipb-xen-base (8.12) unstable; urgency=low |
---|
| 41 | |
---|
[794] | 42 | [ Greg Price ] |
---|
[792] | 43 | * add --ls and some convenience features to invirt-getconf: |
---|
| 44 | formatting composite nodes as yaml, allowing the root |
---|
| 45 | * fix bug in late-import of yaml in invirt.config |
---|
[796] | 46 | * use yaml.CSafeDumper and yaml.CSafeLoader everywhere |
---|
| 47 | |
---|
[794] | 48 | [ Yang Zhang ] |
---|
| 49 | * added shared lock around cache-reading transaction |
---|
[792] | 50 | |
---|
[796] | 51 | -- Greg Price <price@mit.edu> Wed, 30 Jul 2008 22:11:15 -0400 |
---|
[794] | 52 | |
---|
[785] | 53 | sipb-xen-base (8.11) unstable; urgency=low |
---|
| 54 | |
---|
| 55 | * sped up invirt.config module load time by rearranging imports |
---|
[791] | 56 | * no longer removing the lock file |
---|
[785] | 57 | |
---|
[794] | 58 | -- Yang Zhang <y_z@mit.edu> Wed, 30 Jul 2008 21:55:23 -0400 |
---|
[785] | 59 | |
---|
[782] | 60 | sipb-xen-base (8.10) unstable; urgency=low |
---|
| 61 | |
---|
| 62 | * added file locking around cache |
---|
| 63 | |
---|
| 64 | -- Yang Zhang <y_z@mit.edu> Tue, 29 Jul 2008 22:35:25 -0400 |
---|
| 65 | |
---|
[779] | 66 | sipb-xen-base (8.9) unstable; urgency=low |
---|
| 67 | |
---|
| 68 | * moved more generic code into `common` package |
---|
| 69 | * silently fail if cache fails |
---|
| 70 | * load the configuration on module load |
---|
| 71 | * produce a struct-based representation of the configuration |
---|
| 72 | * allowing full exception messages for OSErrors (default behavior) |
---|
| 73 | * added some dependencies specs |
---|
| 74 | |
---|
| 75 | -- Yang Zhang <y_z@mit.edu> Tue, 29 Jul 2008 01:03:16 -0400 |
---|
| 76 | |
---|
[772] | 77 | sipb-xen-base (8.8) unstable; urgency=low |
---|
| 78 | |
---|
| 79 | * added timestamp-based JSON caching of configuration for faster loading |
---|
| 80 | * exposed (more) options to command-line frontend |
---|
| 81 | * improved error messages/handling/help |
---|
| 82 | * removed all python 2.5-isms |
---|
| 83 | * reformatted to fit project style conventions |
---|
| 84 | |
---|
| 85 | -- Yang Zhang <y_z@mit.edu> Mon, 28 Jul 2008 12:25:03 -0400 |
---|
| 86 | |
---|
[766] | 87 | sipb-xen-base (8.7) unstable; urgency=low |
---|
| 88 | |
---|
| 89 | * back to 2.4 compatibility |
---|
| 90 | |
---|
| 91 | -- Greg Price <price@mit.edu> Mon, 28 Jul 2008 07:44:27 -0400 |
---|
| 92 | |
---|
[737] | 93 | sipb-xen-base (8.6) unstable; urgency=low |
---|
| 94 | |
---|
| 95 | * switching to python 2.5 only |
---|
| 96 | * added y_z to .k5login |
---|
| 97 | |
---|
| 98 | -- Yang Zhang <y_z@mit.edu> Sun, 27 Jul 2008 20:23:54 -0400 |
---|
| 99 | |
---|
[729] | 100 | sipb-xen-base (8.5) unstable; urgency=low |
---|
| 101 | |
---|
| 102 | * using python 2.5 |
---|
[734] | 103 | * initial working version of invirt-getconf that reads & navigates YAML |
---|
[729] | 104 | |
---|
[734] | 105 | -- Yang Zhang <y_z@linerva.mit.edu> Sun, 27 Jul 2008 20:12:28 -0400 |
---|
[729] | 106 | |
---|
[725] | 107 | sipb-xen-base (8.4) unstable; urgency=low |
---|
| 108 | |
---|
[727] | 109 | [ Greg Price ] |
---|
[725] | 110 | * begin a Python package 'invirt' |
---|
| 111 | |
---|
[727] | 112 | [ Yang Zhang ] |
---|
| 113 | * added invirt-getconf to read configuration files |
---|
[725] | 114 | |
---|
[727] | 115 | -- Yang Zhang <y_z@mit.edu> Sun, 27 Jul 2008 19:10:10 -0400 |
---|
| 116 | |
---|
[702] | 117 | sipb-xen-base (8.3) unstable; urgency=low |
---|
| 118 | |
---|
| 119 | * add invirt-reload to regenerate and reload configs |
---|
| 120 | |
---|
| 121 | -- Greg Price <price@mit.edu> Mon, 21 Jul 2008 20:35:42 -0400 |
---|
| 122 | |
---|
[681] | 123 | sipb-xen-base (8.2) unstable; urgency=low |
---|
| 124 | |
---|
| 125 | * leave out debathena-system so we get only the packages we ask for |
---|
| 126 | |
---|
| 127 | -- Greg Price <price@mit.edu> Sun, 20 Jul 2008 13:58:52 -0400 |
---|
| 128 | |
---|
[673] | 129 | sipb-xen-base (8.1) unstable; urgency=low |
---|
| 130 | |
---|
| 131 | * include debathena to make stuff like kerberos config easier |
---|
| 132 | |
---|
| 133 | -- Greg Price <price@mit.edu> Sat, 19 Jul 2008 23:16:47 -0400 |
---|
| 134 | |
---|
[498] | 135 | sipb-xen-base (8) unstable; urgency=low |
---|
| 136 | |
---|
| 137 | * update .k5login to match black-mesa |
---|
| 138 | |
---|
| 139 | -- Greg Price <price@mit.edu> Sun, 4 May 2008 20:28:28 -0400 |
---|
| 140 | |
---|
[488] | 141 | sipb-xen-base (7) unstable; urgency=low |
---|
| 142 | |
---|
| 143 | * include backports.org |
---|
| 144 | * sources.list.d doesn't actually need a .sources.list, just .list |
---|
| 145 | |
---|
| 146 | -- Greg Price <price@mit.edu> Thu, 1 May 2008 19:45:50 -0400 |
---|
| 147 | |
---|
[459] | 148 | sipb-xen-base (6) unstable; urgency=low |
---|
| 149 | |
---|
| 150 | * actually use sources.list.d correctly |
---|
| 151 | |
---|
| 152 | -- Greg Price <price@mit.edu> Sat, 26 Apr 2008 21:22:12 -0400 |
---|
| 153 | |
---|
[456] | 154 | sipb-xen-base (5) unstable; urgency=low |
---|
| 155 | |
---|
| 156 | * update sources.list, use sources.list.d |
---|
| 157 | |
---|
| 158 | -- Greg Price <price@mit.edu> Sat, 26 Apr 2008 21:06:05 -0400 |
---|
| 159 | |
---|
[97] | 160 | sipb-xen-base (4) unstable; urgency=low |
---|
| 161 | |
---|
| 162 | * sipb-vm-1 becomes sipb-xen-dev |
---|
| 163 | |
---|
| 164 | -- Sam Hartman <hartmans@debian.org> Tue, 4 Sep 2007 15:48:50 -0400 |
---|
| 165 | |
---|
[67] | 166 | sipb-xen-base (3) unstable; urgency=low |
---|
| 167 | |
---|
| 168 | * We want security updates too |
---|
| 169 | |
---|
| 170 | -- Sam Hartman <hartmans@debian.org> Fri, 10 Aug 2007 20:39:14 -0400 |
---|
| 171 | |
---|
[54] | 172 | sipb-xen-base (2) unstable; urgency=low |
---|
| 173 | |
---|
| 174 | * Update sources.list to include our debian mirror |
---|
| 175 | |
---|
| 176 | -- Sam Hartman <hartmans@debian.org> Sat, 4 Aug 2007 19:11:18 -0400 |
---|
| 177 | |
---|
[48] | 178 | sipb-xen-base (1) unstable; urgency=low |
---|
| 179 | |
---|
| 180 | * New upstream version |
---|
| 181 | |
---|
| 182 | -- Sam Hartman <hartmans@debian.org> Sat, 4 Aug 2007 18:44:21 -0400 |
---|
| 183 | |
---|