summaryrefslogtreecommitdiff
path: root/Makefile-tests.am
diff options
context:
space:
mode:
authorDaniel Drake <drake@endlessm.com>2017-05-15 12:13:38 -0600
committerAtomic Bot <atomic-devel@projectatomic.io>2017-05-22 20:18:07 +0000
commitc1ed9a15c1adb44ef30984f984c7ce199b88af03 (patch)
tree847c8bbbf1cf13012b97cc8f558a767f79c39ac7 /Makefile-tests.am
parentcd65f85dcbed6930eb5d3fdb344b173c4356da30 (diff)
downloadostree-c1ed9a15c1adb44ef30984f984c7ce199b88af03.tar.gz
Allow commits to mark refs as EOL, replaced by others
A commit can now include a "ostree.endoflife-rebase" metadata key pointing to a new ref. When updating, the sysroot upgrader will see this and proceed to pull and deploy the new ref instead. The origin file in the new deployment will point to the new ref. This functionality is planned to be used in Endless OS. We will create a lesser tested branch for brand new, cutting edge hardware support, and ship that on hardware platforms that require the latest drivers. However, once our slower-moving official release is later updated to support the new hardware, we will use this functionality to migrate those bleeding-edge users over to the official release. Closes: #874 Approved by: cgwalters
Diffstat (limited to 'Makefile-tests.am')
-rw-r--r--Makefile-tests.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile-tests.am b/Makefile-tests.am
index 89675288..6aae5f05 100644
--- a/Makefile-tests.am
+++ b/Makefile-tests.am
@@ -82,6 +82,7 @@ _installed_or_uninstalled_test_scripts = \
tests/test-local-pull-depth.sh \
tests/test-gpg-signed-commit.sh \
tests/test-admin-upgrade-unconfigured.sh \
+ tests/test-admin-upgrade-endoflife.sh \
tests/test-admin-deploy-syslinux.sh \
tests/test-admin-deploy-2.sh \
tests/test-admin-deploy-karg.sh \