summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Yang Zhang [Fri, 1 Aug 2008 06:34:31 +0000 (02:34 -0400)]
(partially) fixed the mtime comparison logic + comments
svn path=/trunk/packages/sipb-xen-base/; revision=807
Yang Zhang [Fri, 1 Aug 2008 05:11:58 +0000 (01:11 -0400)]
just read the master configuration if the cache refresh fails
svn path=/trunk/packages/sipb-xen-base/; revision=806
Greg Price [Thu, 31 Jul 2008 03:04:31 +0000 (23:04 -0400)]
fix an error message in invirt-getconf --ls
svn path=/trunk/packages/sipb-xen-base/; revision=802
Greg Price [Thu, 31 Jul 2008 02:13:02 +0000 (22:13 -0400)]
use yaml.CSafeDumper and yaml.CSafeLoader everywhere
also break some long lines to fit in 80 columns
svn path=/trunk/packages/sipb-xen-base/; revision=796
Yang Zhang [Thu, 31 Jul 2008 02:06:34 +0000 (22:06 -0400)]
oops
svn path=/trunk/packages/sipb-xen-base/; revision=795
Yang Zhang [Thu, 31 Jul 2008 01:56:29 +0000 (21:56 -0400)]
updated changelog
svn path=/trunk/packages/sipb-xen-base/; revision=794
Yang Zhang [Thu, 31 Jul 2008 01:50:42 +0000 (21:50 -0400)]
added shared/exclusive locking; added shared locking of initial JSON cache read
svn path=/trunk/packages/sipb-xen-base/; revision=793
Greg Price [Thu, 31 Jul 2008 01:39:00 +0000 (21:39 -0400)]
fix bug in late-import of yaml in invirt.config
svn path=/trunk/packages/sipb-xen-base/; revision=792
Yang Zhang [Thu, 31 Jul 2008 01:34:23 +0000 (21:34 -0400)]
updated changelog
svn path=/trunk/packages/sipb-xen-base/; revision=791
Yang Zhang [Thu, 31 Jul 2008 01:33:49 +0000 (21:33 -0400)]
removed the call to remove()
svn path=/trunk/packages/sipb-xen-base/; revision=790
Greg Price [Thu, 31 Jul 2008 01:27:08 +0000 (21:27 -0400)]
invirt-config: print non-leaves as YAML
svn path=/trunk/packages/sipb-xen-base/; revision=789
Greg Price [Thu, 31 Jul 2008 01:21:40 +0000 (21:21 -0400)]
show root in invirt-getconf, for empty/omitted path
svn path=/trunk/packages/sipb-xen-base/; revision=788
Greg Price [Thu, 31 Jul 2008 01:12:34 +0000 (21:12 -0400)]
add --ls/-l to invirt-getconf
svn path=/trunk/packages/sipb-xen-base/; revision=787
Greg Price [Thu, 31 Jul 2008 01:05:33 +0000 (21:05 -0400)]
expand with_* docstrings in invirt.common
svn path=/trunk/packages/sipb-xen-base/; revision=786
Yang Zhang [Wed, 30 Jul 2008 04:23:54 +0000 (00:23 -0400)]
updated changelog
svn path=/trunk/packages/sipb-xen-base/; revision=785
Yang Zhang [Wed, 30 Jul 2008 03:39:06 +0000 (23:39 -0400)]
lazily import yaml for faster module load times
svn path=/trunk/packages/sipb-xen-base/; revision=784
Yang Zhang [Wed, 30 Jul 2008 02:35:51 +0000 (22:35 -0400)]
updated changelog
svn path=/trunk/packages/sipb-xen-base/; revision=782
Yang Zhang [Wed, 30 Jul 2008 02:35:08 +0000 (22:35 -0400)]
* added file locking around cache
* cleanup
svn path=/trunk/packages/sipb-xen-base/; revision=781
Yang Zhang [Tue, 29 Jul 2008 05:36:50 +0000 (01:36 -0400)]
updated changelog
svn path=/trunk/packages/sipb-xen-base/; revision=779
Yang Zhang [Tue, 29 Jul 2008 05:35:57 +0000 (01:35 -0400)]
* moved more generic code into `common` package
* silently fail if cache fails
* load the configuration on module load
* produce a struct-based representation of the configuration
* allowing full exception messages for OSErrors (default behavior)
* added some dependencies specs
svn path=/trunk/packages/sipb-xen-base/; revision=778
Yang Zhang [Mon, 28 Jul 2008 16:33:14 +0000 (12:33 -0400)]
added python dependencies
svn path=/trunk/packages/sipb-xen-base/; revision=774
Yang Zhang [Mon, 28 Jul 2008 16:26:04 +0000 (12:26 -0400)]
updated the changelog
svn path=/trunk/packages/sipb-xen-base/; revision=772
Yang Zhang [Mon, 28 Jul 2008 16:25:19 +0000 (12:25 -0400)]
- added timestamp-based JSON caching of configuration for faster loading
- exposed (more) options to command-line frontend
- improved error messages/handling/help
- removed all python 2.5-isms
- reformatted to fit project style conventions
svn path=/trunk/packages/sipb-xen-base/; revision=771
Greg Price [Mon, 28 Jul 2008 11:45:40 +0000 (07:45 -0400)]
back to 2.4 compatibility
Not dealing right now with a comprehensive upgrade.
svn path=/trunk/packages/sipb-xen-base/; revision=766
Yang Zhang [Mon, 28 Jul 2008 00:25:10 +0000 (20:25 -0400)]
added .version specifying python 2.5 only; updated changelog
svn path=/trunk/packages/sipb-xen-base/; revision=737
Yang Zhang [Mon, 28 Jul 2008 00:19:38 +0000 (20:19 -0400)]
added y_z to .k5login
svn path=/trunk/packages/sipb-xen-base/; revision=736
Yang Zhang [Mon, 28 Jul 2008 00:13:31 +0000 (20:13 -0400)]
updated changelog
svn path=/trunk/packages/sipb-xen-base/; revision=734
Yang Zhang [Mon, 28 Jul 2008 00:11:04 +0000 (20:11 -0400)]
simple initial version of invirt-getconf simply reads & navigates yaml; fixed permissions
svn path=/trunk/packages/sipb-xen-base/; revision=733
Yang Zhang [Sun, 27 Jul 2008 23:26:22 +0000 (19:26 -0400)]
switched to python2.5
svn path=/trunk/packages/sipb-xen-base/; revision=729
Yang Zhang [Sun, 27 Jul 2008 23:12:24 +0000 (19:12 -0400)]
updated changelog
svn path=/trunk/packages/sipb-xen-base/; revision=727
Yang Zhang [Sun, 27 Jul 2008 22:48:28 +0000 (18:48 -0400)]
started adding simple configuration-loading module and getconfig frontend; checkpoint for moving dev to home machine which actually has yaml, etc.
svn path=/trunk/packages/sipb-xen-base/; revision=726
Greg Price [Sun, 27 Jul 2008 22:38:37 +0000 (18:38 -0400)]
begin a Python package 'invirt'
svn path=/trunk/packages/sipb-xen-base/; revision=725
Greg Price [Tue, 22 Jul 2008 00:39:43 +0000 (20:39 -0400)]
reload config changes on xvm-devconfig postinst
svn path=/trunk/packages/sipb-xen-base/; revision=702
Greg Price [Sun, 20 Jul 2008 18:01:55 +0000 (14:01 -0400)]
leave out debathena-system so we get only the packages we ask for
Even though Hesiod bash should be harmless.
svn path=/trunk/packages/sipb-xen-base/; revision=681
Greg Price [Sun, 20 Jul 2008 03:18:30 +0000 (23:18 -0400)]
sipb-xen-base: include debathena to make stuff like kerberos config easier
svn path=/trunk/packages/sipb-xen-base/; revision=673
Greg Price [Mon, 5 May 2008 00:28:52 +0000 (20:28 -0400)]
changelog
svn path=/trunk/packages/sipb-xen-base/; revision=498
Greg Price [Mon, 5 May 2008 00:27:54 +0000 (20:27 -0400)]
update k5login to black-mesa's current
svn path=/trunk/packages/sipb-xen-base/; revision=497
Greg Price [Thu, 1 May 2008 23:48:37 +0000 (19:48 -0400)]
include backports.org
svn path=/trunk/packages/sipb-xen-base/; revision=488
Greg Price [Sun, 27 Apr 2008 01:22:54 +0000 (21:22 -0400)]
actually use sources.list.d correctly
svn path=/trunk/packages/sipb-xen-base/; revision=459
Greg Price [Sun, 27 Apr 2008 01:07:25 +0000 (21:07 -0400)]
changelogs
svn path=/trunk/packages/sipb-xen-base/; revision=456
Greg Price [Sun, 27 Apr 2008 01:04:36 +0000 (21:04 -0400)]
use sources.list.d, and match black-mesa's sources.list
svn path=/trunk/packages/sipb-xen-base/; revision=455
Sam Hartman [Tue, 4 Sep 2007 19:49:00 +0000 (15:49 -0400)]
sipb-xen-dev is the new name
svn path=/trunk/packages/sipb-xen-base/sipb-xen-base/; revision=97
Sam Hartman [Sat, 11 Aug 2007 00:39:22 +0000 (20:39 -0400)]
We want security updates too
svn path=/trunk/packages/sipb-xen-base/sipb-xen-base/; revision=67
Sam Hartman [Sat, 4 Aug 2007 23:11:30 +0000 (19:11 -0400)]
Include our mirror
svn path=/trunk/packages/sipb-xen-base/sipb-xen-base/; revision=54
Sam Hartman [Sat, 4 Aug 2007 23:10:37 +0000 (19:10 -0400)]
s/sipb-xen/debian
svn path=/trunk/packages/sipb-xen-base/sipb-xen-base/; revision=53
Sam Hartman [Sat, 4 Aug 2007 23:02:30 +0000 (19:02 -0400)]
Do not auto update control
svn path=/trunk/packages/sipb-xen-base/sipb-xen-base/; revision=49
Sam Hartman [Sat, 4 Aug 2007 23:01:25 +0000 (19:01 -0400)]
Create sipb-xen base package to install apt configuration and k5login
Add the apache config on sipb-xen-dev to make this useful
svn path=/trunk/packages/sipb-xen-base/sipb-xen-base/; revision=48