lp://qastaging/uec-persistency

Created by Torsten Spindler and last modified
Get this branch:
bzr branch lp://qastaging/uec-persistency
Members of UEC persistency can upload to this branch. Log in for directions.

Related bugs

Related blueprints

Branch information

Owner:
UEC persistency
Project:
uec-persistency
Status:
Development

Recent revisions

46. By Torsten Spindler

add UEC class exercise

45. By Scott Moser

update TODO

44. By Scott Moser

fix for rsync command in in doc/ebs-root.txt

43. By Scott Moser

add TODO

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.

41. By Scott Moser

fix bad copied code that resulted in empty ari

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 that

example:
   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.

38. By Scott Moser

publish-uec-image: add TODO

37. By Scott Moser

fix wrong commands to 'rq'

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.

Subscribers