lp://qastaging/uec-persistency
- Get this branch:
- bzr branch lp://qastaging/uec-persistency
Branch information
Recent revisions
- 42. By Scott Moser
-
fix bug if loader image or loader tgz was a url. make 'dl' use 'rq'
dl now uses 'rq' if using wget, so you optionall see progress.
- 40. By Scott Moser
-
improve publish-uec-image
* does not have to make loader modifications (does not need root
if it not creating the rd workaround)
* support specifying either the rd-loader via tarball or image
and support downloading thatexample:
tgz_url=http://people. canonical. com/~smoser/ lucid-loaders/ loader- linux-image- 2.6.32- 28-virtual. tar.gz
aki=eki-2F4C2598
ari=eri-2DEF2588
suite=natty
bucket=smoser- ubuntu- images- testing Then, either with loader:
sudo TMPDIR=/mnt/tmp ${kld}/misc/publish- uec-image \
--stream daily --arch amd64 --rd-tarball ${tgz_url} -v \
${aki:+- -aki=${ aki}} ${ari:+ --ari=$ {ari}} \
${suite} ${bucket}or without loader workaround:
TMPDIR=/mnt/tmp publish-uec-image \
--stream daily --arch amd64 --rd-tarball ${tgz_url} -v \
${aki:+- -aki=${ aki}} ${ari:+ --ari=$ {ari}} \
${suite} ${bucket} - 39. By Scott Moser
-
init.kload fix error when arguments are given
if 'quiet' was specified, then init.kload executed as /sbin/init
would get 'ro quiet' as arguments and would fail. The issue was just bad
quoting.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)