Commit Graph

1764 Commits

Author SHA1 Message Date
Nico Schottelius 199245e6ce ignore more pycache stuff
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-23 14:54:39 +02:00
Nico Schottelius 9c7e0e358c Merge branch 'master' into install 2011-09-23 14:22:20 +02:00
Nico Schottelius 412778206c and increment version
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-23 14:21:33 +02:00
Nico Schottelius e95defa6d2 Merge branch 'master' into install 2011-09-23 14:21:01 +02:00
Nico Schottelius ca3644b73a ++version
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-23 13:50:49 +02:00
Nico Schottelius 7a09266abf allow users to check whether an object changed
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-23 13:49:02 +02:00
Nico Schottelius 462ed49a74 BUGFIX: TypeError: Can't convert 'list' object to str implicitly (in emulator)
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-22 18:43:36 +02:00
Nico Schottelius 12e6e9288e ++tutorial
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-20 14:45:19 +02:00
Nico Schottelius 143a3a62dd ++todo
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-20 14:40:20 +02:00
Nico Schottelius e3849b917c ++todo
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-20 14:34:19 +02:00
Nico Schottelius 20bb4d044b --typo: .realines( vs. readlines(
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-20 13:29:08 +02:00
Nico Schottelius 9a3d9334d5 Merge branch 'master' into install
Conflicts:
	bin/cdist-config

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-19 15:05:39 +02:00
Nico Schottelius de7123df79 always catch KeyboardInterrupt
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-19 14:38:52 +02:00
Nico Schottelius b4b354305c Merge remote-tracking branch 'steven/type-emulator' into type-emulator 2011-09-19 14:12:19 +02:00
Steven Armstrong 1c1ebac90c dont break if sys.argv[0] is a relative path
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
2011-09-19 14:09:01 +02:00
Steven Armstrong 2a5ee06b0e no need to redefine again and again inside loop
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
2011-09-19 14:08:30 +02:00
Nico Schottelius 1745f0bbc3 also document TMPDIR and TEMP
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-19 08:31:14 +02:00
Nico Schottelius a56a6604be Merge branch 'master' into type-emulator 2011-09-19 00:53:15 +02:00
Nico Schottelius f8c49708cf contrib is not contrib but other stuff
this also help tab expansion

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-19 00:53:06 +02:00
Nico Schottelius 9e99d420b6 in theory implement double definition strategy in new type emulator
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-19 00:52:09 +02:00
Nico Schottelius de2a216ee6 cleanup bin/, move quickstart to mandir
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-19 00:39:43 +02:00
Nico Schottelius ce16725567 todo for 2.0.1
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-19 00:37:39 +02:00
Nico Schottelius 4e8f99b01d almost completly implemented type emulator in python
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-19 00:36:35 +02:00
Nico Schottelius b7b48414e1 use subdirectory, record source
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-19 00:32:33 +02:00
Nico Schottelius 9de1d9ce20 write parameters to object
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-19 00:24:17 +02:00
Nico Schottelius 3faf56cb04 Merge branch 'master' into type-emulator 2011-09-18 23:52:43 +02:00
Nico Schottelius e0030947e4 document TMP variable
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-18 21:04:23 +02:00
Nico Schottelius 606c479067 changes for 2.0.1
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-18 20:57:13 +02:00
Nico Schottelius a9bcec7fbe also catch OSError from subprocess
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-18 20:50:07 +02:00
Steven Armstrong a3086ae795 make it actually write the partition
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
2011-09-17 09:27:19 +02:00
Steven Armstrong 16d86dcf04 +debug, -type, -bug
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
2011-09-17 09:26:09 +02:00
Steven Armstrong cbd073dfbd Merge remote-tracking branch 'cdist/install' into install 2011-09-17 08:55:49 +02:00
Steven Armstrong 9d3fa5d4c7 new type __partition_msdos_apply
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
2011-09-17 08:55:24 +02:00
Steven Armstrong 31e9937098 finish new type for partition definition
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
2011-09-17 06:53:18 +02:00
Nico Schottelius 8838d5df11 begin writing params
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-16 19:06:43 +02:00
Nico Schottelius 5cefeb25fc +/- todo, improve argument handling
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-16 18:26:18 +02:00
Nico Schottelius 6485299a7c prepare source records, cleanup
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-16 17:08:59 +02:00
Nico Schottelius b4a431a03b more todo for soon
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-16 17:08:39 +02:00
Nico Schottelius 75510d88c9 first new type emulator parameter support in cdist
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-16 16:08:25 +02:00
Nico Schottelius f720ce9243 ++todo
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-16 15:46:02 +02:00
Nico Schottelius 1b0d85dcbe link type emulator to ourself
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-16 15:29:56 +02:00
Nico Schottelius 40d494ace2 and now replace the new cool function type_attribute_path() with easy type_dir
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-16 15:20:59 +02:00
Nico Schottelius d979bdc514 also replace self.type_explorer_dir
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-16 15:12:12 +02:00
Nico Schottelius eb3982b059 introduce more generic type_attribute_path() and replace type_manifest_path()
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-16 15:10:24 +02:00
Nico Schottelius dadc3ffe94 self....
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-16 15:01:33 +02:00
Nico Schottelius 4956c015c1 make __type available for type gencode
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-16 14:50:43 +02:00
Nico Schottelius 76f3792885 prepare argv[0] parsing for emulator use
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-16 14:47:50 +02:00
Nico Schottelius d0abfbf01b ++todo
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-16 14:17:45 +02:00
Nico Schottelius 182074bb9d remove unused type template (to be reimported, if someone has a use for it)
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-16 13:34:10 +02:00
Nico Schottelius b2546fb236 split deploy to into two stages
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
2011-09-16 13:24:40 +02:00