Nico Schottelius
|
2b03ccd776
|
changes for 3.1.0
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Daniel Heule
|
619076bd2d
|
corrected a small relict in example
|
11 years ago |
Steven Armstrong
|
5ec617fa3e
|
ignore trailing slashes for comparison of source
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Steven Armstrong
|
301b4e18ff
|
either to it all, or fail; echo and cat suck, printf ftw!
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Daniel Heule
|
38c3d551ba
|
bugfix, if file was absent and type is now tested on openwrt
|
11 years ago |
Steven Armstrong
|
75c203a1f0
|
handle existing symlink but wrong source
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Nico Schottelius
|
0a98abbffa
|
add messaging support for __key_value
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
og
|
3d5706d3cc
|
escaped some variables in the gencode-remote output
|
11 years ago |
og
|
074938c697
|
.
|
11 years ago |
og
|
3fffb93150
|
OpenBSD pkg utils does not return properly, so we have to verify success by looking at the list of installed packages after the present/absent actions
|
11 years ago |
og
|
ef1f9bf633
|
updated documentation to reflect new parameter
|
11 years ago |
og
|
6a455be63a
|
openbsd and freebsd both use the 'passwd' database
|
11 years ago |
og
|
5cbdf981c0
|
adding pkg_path parameter to be explicitly set, this is important for using -current, as os_version always parses to a release version (e.g. 5.5) but the path that mirrors have is /snapshots/
|
11 years ago |
og
|
1c0d74f7db
|
openbsd stat works the same way that freebsd's does
|
11 years ago |
Daniel Heule
|
fa55cd7d3b
|
ups, typo ... thx to steven
|
11 years ago |
Daniel Heule
|
727c918f67
|
work around a bug in bash3, now tested with dash, bash, busybox
|
11 years ago |
Daniel Heule
|
0198b99eb5
|
corrected some debug codesnips
|
11 years ago |
Daniel Heule
|
8d80e52de9
|
implemented some suggestions from steven
|
11 years ago |
Daniel Heule
|
225752bd42
|
updated the man page ....
|
11 years ago |
Daniel Heule
|
820ed5ae0c
|
added option comment_line to prefix key value with a comment line
|
11 years ago |
Daniel Heule
|
205e256ef6
|
rewrite of __key_value, now support nerarly every value
|
11 years ago |
Nico Schottelius
|
a126bd955f
|
use while read -> avoids ifs problem
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Nico Schottelius
|
ce0f779664
|
include the owner into the object_id for line
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Antoine Catton
|
4e535b6b8b
|
Docfix: ssh service listen on port 22
|
11 years ago |
Steven Armstrong
|
95f38d9d44
|
remove no longer supported parameter --comment
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Steven Armstrong
|
16a829d3eb
|
manage individual keys instead of block of text
also fixes #251
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Steven Armstrong
|
2fdff153d6
|
dont fail if result is empty file
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Steven Armstrong
|
68c1bf6633
|
preserve ownership and permissions of existing file
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Nico Schottelius
|
f461a5073c
|
pass owner/group/mode to __directory as well
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Nico Schottelius
|
95b1ac0706
|
update rbenv type to cdist 3.0 style
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Steven Armstrong
|
f82a6224f2
|
use positional arguments in favour of keyword arguments for backwards compatibility with older python
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Steven Armstrong
|
46459053f4
|
use posix -L in favour of longopts
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Daniel Heule
|
e8f5d4c340
|
some new explorers wich are handy if you must tune for example sap or
oracle to the systemtype, cpu cores and/or physical memory
|
11 years ago |
Nico Schottelius
|
a2c2cc139a
|
adjust default branch hint
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Nico Schottelius
|
23f85118f5
|
add a hint about unsupported os
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Daniel Heule
|
cfbc68aa11
|
bugfix if both override and order is specified
|
11 years ago |
Daniel Heule
|
6a5f908269
|
yep, dryrun option has now a unittest, was hard to work out ...
|
11 years ago |
Daniel Heule
|
e29255b9f2
|
add an unittest for CDIST_ORDER_DEPENDENCY
|
11 years ago |
Daniel Heule
|
a5426ff4b5
|
completed copyright infos ...
|
11 years ago |
Daniel Heule
|
2dd2f5593f
|
bugfixes for issue 161 and FIXME: also check that there is no object ID
when type is singleton?
|
11 years ago |
Daniel Heule
|
f3172fda95
|
2 more types for issue 131
|
11 years ago |
Daniel Heule
|
423001b702
|
Make state parameter optional for all types, fixes #131
|
11 years ago |
Daniel Heule
|
60c53e213c
|
testcases emulator.OverrideTestCase, with some minor bugfixes to make
test work as expected ...
|
11 years ago |
Daniel Heule
|
f163b32720
|
first try of a test
|
11 years ago |
Daniel Heule
|
717e21da6c
|
initial update for override unittests
|
11 years ago |
Daniel Heule
|
52e2017d8f
|
CDIST_ALLOW_OVERRIDE -> CDIST_OVERRIDE as requested by nico
|
11 years ago |
Daniel Heule
|
51afca5336
|
Implement lastest suggestions from nico, rename ENV Variable to
CDIST_ORDER_DEPENDENCY
|
11 years ago |
Nico Schottelius
|
294285c164
|
import __ccollect_source type
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Steven Armstrong
|
6f0459f3c5
|
remove legacy FIXME
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Steven Armstrong
|
7686a5ac5e
|
be nice to them users
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |