Nico Schottelius
|
3592a0c6dd
|
+suse support in __locale and __hostname
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Nico Schottelius
|
17504975a6
|
suse support for __timezone
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Manuel Hutter
|
8a70343e2c
|
Fixed wrong mode format for stat on OSX.
|
11 years ago |
Manuel Hutter
|
90acfc3952
|
Fixed stat on OSX
|
11 years ago |
Daniel Heule
|
9bac6da6c9
|
bugfix emerge type for slotted packages
|
11 years ago |
Nico Schottelius
|
bbd451433f
|
add --url support for __package_yum
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Nico Schottelius
|
bfbc621010
|
++releasedate
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Daniel Heule
|
3710557c62
|
bugfix the list of interfaces
|
11 years ago |
Daniel Heule
|
5a647ec763
|
Bugfix to auto import pgp keys for new repos, so we can add repos with new keys
|
11 years ago |
Nico Schottelius
|
9127e06109
|
CentOS support for __hostname
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Steven Armstrong
|
8a4cc56266
|
ensure all files we create end with a single newline
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Daniel Heule
|
c5152b75f2
|
rename parameter service_uri to uri as requested
|
11 years ago |
Daniel Heule
|
831acd16c6
|
rename parameter repo_uri to uri as requested by nico
|
11 years ago |
Steven Armstrong
|
40e517f50c
|
new type __yum_repo to manage yum repositories
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
|
11 years ago |
Jake Guffey
|
f7a6377b74
|
Updated man page
Included MESSAGES section
|
11 years ago |
Jake Guffey
|
d12daf10c4
|
Added messaging support for __jail type
prints start/stop/create/delete/onboot to $__messages_out
|
11 years ago |
Nico Schottelius
|
ad7977e51b
|
++;;
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Nico Schottelius
|
2955ef4344
|
cleanups
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Nico Schottelius
|
b7f8b5e339
|
catch unsupported state cases in __dog_vdi und __qemu_img
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Nico Schottelius
|
b22b581b67
|
first version of __dog_vdi
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Nico Schottelius
|
ff8f7ac287
|
add copied version __dog_vdi from __qemu_img
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
|
11 years ago |
Daniel Heule
|
50316902e3
|
renamed ll to lastline, hope its now clear what the var is for ..
|
11 years ago |
Daniel Heule
|
7b6102750e
|
as requested, replace space with _
|
11 years ago |
Daniel Heule
|
bae472eb33
|
fixed some typos in the man page
|
11 years ago |
Jake Guffey
|
c31278bcd0
|
Fix __jail explorers
Only fixed gencode*, manifest in PR #279, fixed explorers here
|
11 years ago |
Daniel Heule
|
b7fb973fa5
|
bugfix for whitespace stripping, its no more simple
|
11 years ago |
Daniel Heule
|
f36dc11601
|
forgot myself to the headers ..
|
11 years ago |
Daniel Heule
|
5ef27191fc
|
implementing the $__object and $__object_id on the local and remote
execution call, to allow read access to parameter files
|
11 years ago |
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 |