Kai Lüke
76abe2e8c5
set_lsb_release: update codename
2020-05-18 12:22:51 +02:00
Kai Lüke
1a1fcadf0a
Use same APPID for arm64 and amd64
...
Nebraska supports an additional arch
variable to distinguish both boards.
2020-01-22 10:50:25 +01:00
Flatcar Buildbot
c7bbb2b1e2
2345.0.0
2019-12-04 14:59:11 +01:00
Flatcar Buildbot
7ee9c9c033
2331.0.0
2019-11-22 14:34:26 +01:00
Flatcar Buildbot
1dad511f69
2317.0.1
2019-11-07 19:40:01 +01:00
David Michael
2467923d56
Remove arm64 from supported board operations
2018-10-25 16:00:09 +00:00
Benjamin Gilbert
086b708c2f
set_lsb_release: update codename
2018-01-31 09:37:02 -08:00
Euan Kemp
539723169b
lsb_release: update BUG_REPORT_URL
...
See https://github.com/coreos/coreos-overlay/pull/2463 for the
reasoning.
This was missed in that sweep of changes.
2017-04-14 12:39:07 -07:00
Geoff Levand
3b8c558367
os-release: Add COREOS_BOARD variable
...
os-release is requested in bug reports, and knowing which board
the problem occurred on is often helpful.
Signed-off-by: Geoff Levand <geoff@infradead.org>
2017-03-14 09:45:24 -07:00
Alex Crawford
4cb4904654
set_lsb_release: properly quote lsb-release
2017-01-06 10:23:00 -08:00
Alex Crawford
ab60f519ec
set_lsb_release: update name and color
2016-12-29 12:33:02 -08:00
Alex Crawford
44a9f03df1
set_lsb_release: update codename
2016-12-12 13:57:44 -08:00
Michael Marineau
e3a24c3867
set_lsb_release: use an alternate app id for arm64
...
update_engine and CoreUpdate aren't quite ready, use an alternate id so
we can continue testing but not mistakenly serve amd64 updates to arm64.
2016-06-01 15:12:50 -07:00
Alex Crawford
d4103b08a6
set_lsb_release: a new name
2016-03-25 19:39:05 -07:00
Michael Marineau
06d5ac79b1
set_lsb_release: a little cleanup, a new name
...
❤️
2016-02-15 14:17:37 -08:00
Michael Marineau
5ba4c7181d
*: drop usage of COREOS_VERSION_STRING
...
This variable was semi-deprecated ages ago so `version.txt` could follow
a similar variable naming pattern to `os-release`. Finally drop usage of
it here in favor of `$COREOS_VERSION`.
2016-02-15 13:55:55 -08:00
Michael Marineau
0326b5f57f
build_library: move os-release to new location for systemd 215
2014-07-14 15:55:00 -07:00
Michael Marineau
eebe8d5fe9
build_library: long overdue for a code name change
2014-06-30 15:42:16 -07:00
Michael Marineau
b4d6fb9597
fix(set_lsb_release): Set default GROUP= from arg again.
...
This makes sure developer builds stick to the developer group. After
commit c3d07e94 developer PXE/ISO images would report as 'alpha'.
2014-05-07 12:52:05 -07:00
Michael Marineau
c3d07e942c
feat(set_lsb_release): Write configured group to /etc instead of /usr
...
The /usr images must be identical across groups so that information is
static. Eventually the default will be 'stable'
2014-05-06 13:21:10 -07:00
Michael Marineau
20f191a804
maint(set_lsb_release): Remove gentoo-release (again)
...
We now require Vagrant 1.5.0 both in documentation and in code which
uses os-release instead of gentoo-release.
2014-04-29 01:44:47 -04:00
Michael Marineau
2f8f0159f8
maint(*): Delete special case code for amd64-generic
2014-04-23 16:14:50 -07:00
Brandon Philips
e9896acc29
Merge pull request #218 from philips/new-update-url
...
fix(build_library): use https://public.update.core-os.net now
2014-04-18 10:58:33 -07:00
Michael Marineau
331c194003
fix(set_lsb_release): Set bug report url.
2014-04-11 12:35:43 -07:00
Michael Marineau
add4519021
fix(build_image): Only use 'alpha' group in official builds.
2014-04-09 18:46:07 -07:00
Brandon Philips
bd7d4f4aaa
fix(build_library): use https://public.update.core-os.net now
...
We added a new https certificate on the new update service and changed
the hostname to be consistent with all of the other endpoints. Update
the new images to use this.
The old URL http://public.roller.core-os.net will remain working until
all of the old client have been updated.
2014-04-08 10:54:45 -07:00
Michael Marineau
06e03e912e
fix(set_lsb_release): Code name was not epic enough.
2014-04-04 11:32:31 -07:00
Michael Marineau
8244c7a260
cleanup(set_lsb_release): Rework release config setup
...
- Remove custom COREOS_* attributes from /etc/lsb-release
- Move dev image logic to dev_image_util
For extra fun fix detection of local host URL for devserver.
- Remove weirdly verbose "DESCRIPTION" format.
- Add COREOS_RELEASE_BOARD back to /usr/share/coreos/release
This is mostly just so update_engine and gmerge report the correct
board name to devserver, informative-only on prod images.
- Remove version info from /etc/gentoo-release
- Switch from 'track' to 'group' terminology.
2014-03-19 15:56:21 -07:00
Michael Marineau
ee207599af
fix(set_lsb_release): Bear Creek Manor
2014-03-14 10:53:59 -07:00
Brandon Philips
87de0fa5df
Merge pull request #192 from philips/no-https-on-roller-yet
...
fix(build_library): use http until we get certs on roller
2014-03-13 14:13:50 -07:00
Brandon Philips
d71aab28df
fix(build_library): use http until we get certs on roller
2014-03-13 14:08:37 -07:00
Brandon Philips
98393b7a21
fix(build_library): mkdir /usr/share/coreos in the right order
...
This is important otherwise things fail to create files because the
directoreis don't exist.
2014-03-13 12:18:33 -07:00
Brandon Philips
6620d7a5a7
fix(build_library): put lsb-release in usr too
2014-03-13 12:08:50 -07:00
Brandon Philips
ed19e9f559
fix(build_library): use ln -sf instead of if
...
we don't need an if statement when we can force.
2014-03-13 12:05:33 -07:00
Brandon Philips
9ce005cf88
fix(build_library): make the usr link relative
...
Fix the problem of: "pecified switch root path %s does not seem to be an
OS tree. /etc/os-release is missing" because dracut doesn't have an
/usr/share/coreos/os-release file.
2014-03-13 12:04:10 -07:00
Greg Kroah-Hartman
1d6d1f7539
feat(build_library) move os-release to /usr/share/coreos/
2014-03-13 03:14:02 +00:00
Greg Kroah-Hartman
9ee59adf6f
fix(build_library) fix the build breakage from previous amd64-user change
2014-03-13 03:13:12 +00:00
Brandon Philips
03c152a519
hack(build_library): support amd64-usr
...
Make special defaults for amd64-usr
2014-03-12 19:28:46 -07:00
Brandon Philips
b8fe368087
fix(build_library): create /usr/share/coreos files
...
create the basic files in /usr/share/coreos that should exist
2014-03-12 18:45:51 -07:00
Michael Marineau
5524a7ce9a
fix(common): Define VERSION_ID and BUILD_ID
...
Scripts can now use COREOS_VERSION_ID to get the base version instead of
having to strip off the BUILD_ID that is appended for unofficial builds.
2014-02-09 13:59:42 -08:00
Michael Marineau
fa1ba72176
fix(set_lsb_release): Time for a new code name
2013-11-12 18:03:58 -08:00
Michael Marineau
c96af93ba6
fun(set_lsb_release): New code name for version 100
2013-10-08 18:43:26 -07:00
Brandon Philips
c003b47772
fix(build_library): properly quote fields with spaces
...
quote COREOS_RELEASE_DESCRIPTION since it has spaces
2013-09-05 17:35:12 -07:00
Michael Marineau
b52955ef00
fix(set_lsb_release): New code name suggested by @gregkh
2013-09-04 14:46:45 -07:00
Michael Marineau
a21a545f2e
fix(set_lsb_release): Make sure $ROOT/etc exists.
...
Useful for generating a root filesystem overlay that catalyst can apply.
2013-08-05 22:38:34 -04:00
Michael Marineau
ff6af5ea8f
feat(set_lsb_release): Add special "sdk" track without an update server.
...
I want to start including version info in SDK builds as an alternative
scheme to the existing "chroot_version_hooks" system which always
assumes freshly unpacked SDKs are the latest regardless of what version
they actually were.
2013-08-05 22:35:34 -04:00
Michael Marineau
2acc703cc8
fix(set_lsb_release): Spelling is for suckers
2013-07-26 00:02:11 -04:00
Michael Marineau
fcb2a614b6
fix(set_lsb_release): swap BUILD_ID and VERSION_ID
...
This is what happens when you run off without finishing testing.
2013-07-25 23:18:13 -04:00
Michael Marineau
cc0873bbd8
fix(set_lsb_release): Add option for production updates, misc updates.
...
Add --production_track argument to set_lsb_release and
cros_make_image_bootable to support using the production update service
on developer builds of the 'prod' image. This replaces the previous hack
of setting COREOS_OFFICIAL=1 in the middle of the build.
Since lsb-release doesn't exist prior to the first call to
set_lsb_release switch to sudo_clobber instead of append. That way if it
is called a second time later the contents aren't duplicated.
Write the info to gentoo-release and os-release as well so everything
gets the same information.
2013-07-25 18:14:51 -04:00
Brandon Philips
b9568f9dce
chore(*): use COREOS lsb-release variables
...
use the COREOS_ variables in /etc/lsb-release
2013-07-24 15:43:26 -07:00