Commit Graph

12 Commits

Author SHA1 Message Date
Michael Marineau
50e54cea85 fix(release_util): Move default upload root to common, add --upload_root
Make it possible for other scripts to share the same value for our
release repository and equally easy to override with a custom value.
Also allow setting the root from the command line in addition to the
environment. Usually --upload_root is better to use than --upload_path.
2014-02-07 10:37:45 -08:00
Brandon Philips
77123e9a2c feat(core_upload_update): copy stuff to channel URL
on upload copy stuff to channel URL.

TODO: add channel stuff to the index
2013-08-02 11:33:02 -07:00
Brandon Philips
94c36b5483 fix(core_upload_update): remove CORE_UPDATE_URL
We are using the CoreOS CA now in core-admin. This isn't needed (and in
fact breaks things).
2013-07-31 13:58:18 -07:00
Michael Marineau
42a4536d7d fix(*): Rename dev image to coreos_developer_image.bin
Remove hard-coded references and unused scripts that mentioned it.
2013-07-26 22:12:10 -04:00
Brandon Philips
95b2a4b8cd chore(*): use coreos_ everywhere 2013-07-21 23:20:50 -07:00
Michael Marineau
ea8ed8f5da fix(core_upload_update): Set PATH for au-generator.zip bundles.
The tools provided by au-generator.zip are expected to be in the PATH by
this script and the scripts it calls. Make it so.
2013-07-08 21:50:22 -07:00
Michael Marineau
c9a6956f6f fix(core_upload_update): Add to au-generator.zip, move some operations.
Add core_upload_update to au-generator.zip which requires some extra
logic to make it runnable anywhere it may be. To organize the code a
little better all the delta_generator calls have been moved to
cros_generate_update_payload. core_upload_update is now just a wrapper
around cros_generate_update_payload and core-admin.
2013-07-08 21:39:05 -07:00
Brandon Philips
d85bf2432a feat(core_upload_update): insert the public key
shove the public key into the image so it can be found by update_engine
2013-07-03 12:18:45 -07:00
Brandon Philips
3b9ff1ea62 fix(core_upload_update): use the base image
- Use variable for the image name
- add COREOS prefixed variables so we can start weaning ourself off of the
others.
2013-07-02 16:14:07 -07:00
Brandon Philips
ff7b7b064d chore(core_upload_update): remove TODO 2013-07-02 14:12:32 -07:00
Brandon Philips
379ff9e053 feat(core_upload_update): use flag parsing library
convert to use the flag parsing library instead of lots of positional
args.
2013-07-02 13:43:40 -07:00
Brandon Philips
5d145c3f49 feat(core_upload_update): set track on cli
move core_update_developer_track.sh to core_upload_update and give it
the ability to update a track via a command line argument.
2013-07-01 22:04:23 -07:00