30859 Commits

Author SHA1 Message Date
Brandon Philips
61b3246614 Merge pull request #17 from marineam/version
fix(bootstrap_sdk): Default to uploading official builds.
2013-07-03 09:55:21 -07:00
Michael Marineau
e9ca88bc69 fix(bootstrap_sdk): Default to uploading official builds. 2013-07-03 12:24:09 -04:00
Michael Marineau
794f472faf Merge pull request #16 from marineam/version
add(master_release): Add script for updating master's version.txt
2013-07-03 09:15:33 -07:00
Michael Marineau
5790b3e182 fix(*_release): Calculate TODAYS_VERSION in common.sh 2013-07-03 12:11:49 -04:00
Michael Marineau
1099dbe319 add(master_release): Add script for updating master's version.txt
This is intended to be called after branch_release and all official
builds from that new branch are complete. Then updating master's
version.txt will switch things to start using that new release as the
source for binary packages.

Complete documentation for this whole process coming soon. :)
2013-07-03 11:40:36 -04: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
736d7aa3c0 Merge pull request #14 from philips/core_upload_update-use-script-framework
feat(core_upload_update): use flag parsing library
2013-07-02 13:52:31 -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
polvi
4353dd3793 Merge pull request #12 from philips/bump-iproute2
bump(sys-apps/iproute2): sync with upstream
2013-07-02 13:43:04 -07:00
Michael Marineau
3428565cf1 Merge pull request #47 from marineam/version
fix(coreos): Get version from manifest, export COREOS_ names
2013-07-02 13:41:51 -07:00
Brandon Philips
0062f008c2 bump(sys-apps/iproute2): sync with upstream 2013-07-02 13:39:22 -07:00
Michael Marineau
065eedf142 Merge pull request #15 from marineam/version
Version handling cleanup
2013-07-02 13:35:47 -07:00
Michael Marineau
2482291e7d fix(scripts): Cleanup build version handling.
A few things here:
 - Source manifests/version.txt directly instead of coreos-version.sh
 - Remove Chrome branch from target image directory names.
 - Use proper version instead of timestap for catalyst builds.
 - Move lsb_release script from coreos-overlay to build_library.
2013-07-02 16:12:02 -04:00
Michael Marineau
be2bdaaecf fix(build_packages): Remove unnecessary version info export.
Nothing in build_packages references the variables from
coreos_version.sh and nothing in our ebuilds depends on it being in the
environments so just remove it.
2013-07-02 15:39:31 -04:00
Michael Marineau
4147cfa1ba fix(coreos): Get version from manifest, export COREOS_ names
The version will now be tracked in the manifest so the old
coreos_version.sh needs to source it from there. Also export variables
with a COREOS_ prefix in addition to CHROMEOS_ since the latter name
isn't really correct. This is particularly true for the data published
via lsb_release.
2013-07-02 15:05:10 -04:00
Michael Marineau
023936e152 Merge pull request #13 from marineam/version
add(branch_release): Add script for generating release branches.
2013-07-02 11:29:35 -07:00
Michael Marineau
92c408ab3b fix(branch_release): Change default track from dev to dev-channel 2013-07-02 14:23:02 -04:00
Michael Marineau
ea9664bb94 add(branch_release): Add script for generating release branches. 2013-07-02 14:02:59 -04:00
Brandon Philips
16d3d078fd Merge pull request #11 from philips/bump-curl
bump(net-misc/curl): sync with upstream
2013-07-02 09:22:20 -07:00
Brandon Philips
5b34638134 bump(net-misc/curl): sync with upstream 2013-07-02 08:19:37 -07:00
Michael Marineau
2ab0eb8b2b Merge pull request #12 from philips/core-upload-update
feat(core_upload_update): set track on cli
2013-07-02 07:30:45 -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
Michael Marineau
dcbea838a8 Merge pull request #10 from philips/bump-go
bump(dev-lang/go): sync with upstream
2013-07-01 14:53:54 -07:00
Michael Marineau
da64347a48 Merge pull request #46 from philips/unmask-go-1.1-star
fix(profiles): unmask go-1.1*
2013-07-01 14:39:57 -07:00
Brandon Philips
915483da08 fix(profiles): unmask go-1.1*
unmask the 1.1 series so we don't have to keep editing this file.
2013-07-01 14:22:52 -07:00
Brandon Philips
f01d2c2e5c bump(dev-lang/go): sync with upstream 2013-07-01 14:18:49 -07:00
polvi
b6fda4784c Merge pull request #45 from philips/bump-criu
bump(sys-process/criu): bump to 0.6
2013-07-01 13:04:28 -07:00
Brandon Philips
fb3c813e38 bump(sys-process/criu): bump to 0.6
- bump to criu 0.6
- remove the ~amd64 KEYWORDS since it is in our overlay
2013-07-01 13:00:04 -07:00
Brandon Philips
066cafc479 Merge pull request #44 from gregkh/kernel_update
fix(sys-kernel/coreos-kernel) bump kernel version to 3.10.0
2013-07-01 10:29:09 -07:00
Greg Kroah-Hartman
4397bbb97e fix(sys-kernel/coreos-kernel) bump kernel version to 3.10.0
This allows the checkpoint/restore dump and check commands to work
properly, due to the new netlink dump code in this release.
2013-07-01 10:18:18 -07:00
Brandon Philips
9b7d216afe Merge pull request #11 from philips/fixup-official-for-coreos
fix(*): use COREOS_OFFICIAL
2013-06-30 21:33:48 -07:00
Michael Marineau
c134fa7a1f Merge pull request #43 from philips/fixup-lsb-release
fix(coreos): use production CoreOS values
2013-06-30 19:49:42 -07:00
Michael Marineau
598ae99fdf Merge pull request #42 from philips/remove-chromeos
chore(*): remove chromeos ebuilds and files
2013-06-30 19:47:24 -07:00
Brandon Philips
62260a1fa6 fix(coreos-base/crash-reporter): don't use chromeos*
fixup crash-reporter ebuild to not use chromeos* ebuilds.
2013-06-30 19:45:11 -07:00
Michael Marineau
ad24124af4 Merge pull request #41 from philips/bump-core-admin
feat(coreos-base/core-admin): bump to the latest version
2013-06-30 19:44:31 -07:00
Brandon Philips
c4f562c62c fix(coreos-base/update_engine): use coreos-ca-certificates
missed fixing this up. Use the coreos-ca-certificates.
2013-06-30 19:42:56 -07:00
Brandon Philips
aa7eed311a fix(*): use COREOS_OFFICIAL
use the COREOS_OFFICIAL env variable instead of CHROMEOS_OFFICIAL
2013-06-30 19:39:39 -07:00
Brandon Philips
18e3d5ca50 fix(coreos): use production CoreOS values
use production values for CoreOS in /etc/lsb-release
2013-06-30 19:17:43 -07:00
Brandon Philips
6066b8c19d chore(*): remove chromeos ebuilds and files
lots of stuff isn't needed from chromeos anymore, remove it.
2013-06-30 19:05:59 -07:00
Brandon Philips
f161183b12 feat(coreos-base/core-admin): bump to the latest version
new version has metadata features
https://github.com/coreos/core-admin/pull/1
2013-06-30 18:48:25 -07:00
Michael Marineau
6ac55484e2 Merge pull request #10 from philips/add-code-signing
feat(core_update_developer_track): add code signing
2013-06-30 13:57:44 -07:00
Brandon Philips
7053527499 feat(core_update_developer_track): add code signing
add code signing features to core_update_developer_track. The input keys
are simply `openssl genrsa -out server.key` style keys.
2013-06-30 12:49:50 -07:00
Brandon Philips
cf50b31c0a Merge pull request #9 from marineam/dev86
Assorted build fixes
2013-06-28 22:29:13 -07:00
Michael Marineau
0fb381fff7 bump(media-libs/gd): sync with upstream 2013-06-28 22:46:19 -04:00
Michael Marineau
c88fd4a2e5 fix(dev-embedded/smdk-dltool): Add missing dependency on pkgconfig 2013-06-28 22:09:14 -04:00
Michael Marineau
de730bbe44 bump(sys-devel/dev86): sync with upstream 2013-06-28 22:09:14 -04:00
Brandon Philips
e3d5a705ec Merge pull request #9 from marineam/ebuildcommit
fix(update_ebuilds): Move misplaced command
2013-06-28 18:45:58 -07:00
Brandon Philips
6ca02a7959 Merge pull request #8 from marineam/gsutil
bump(net-misc/gsutil): Update dependencies for gsutil-3.31
2013-06-28 18:44:00 -07:00
Michael Marineau
29afbee64d fix(update_ebuilds): Move misplaced command
The big here document in the middle of a if statement confuses the code
layout some and I put the git commit outside of the else clause instead
of inside. Ooops. The joy of shell.
2013-06-28 20:58:44 -04:00