Skip to content

Commit

Permalink
fixup! core: Add standard SOURCE_TITLE metadata key
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Oct 20, 2017
1 parent 4fdd72b commit 339a094
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/admin-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,6 @@ assert_streq ${curr_rev} ${head_rev}

echo "ok upgrade with and without override-commit"


${CMD_PREFIX} ostree --repo=${test_tmpdir}/testos-repo commit --add-metadata-string "version=${version}" \
--add-metadata-string 'ostree.source-title=libtest os_repository_new_commit()' -b testos/buildmaster/x86_64-runtime \
-s "Build" --tree=dir=${test_tmpdir}/osdata
Expand Down
4 changes: 4 additions & 0 deletions tests/test-admin-deploy-uboot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ extra_admin_tests=1
. $(dirname $0)/admin-test.sh

cd ${test_tmpdir}
# Note this test actually requires a checksum change to /boot,
# because adding the uEnv.txt isn't currently covered by the
# "bootcsum".
os_repository_new_commit "uboot test" "test upgrade multiple kernel args"
mkdir -p osdata/usr/lib/ostree-boot
cat << 'EOF' > osdata/usr/lib/ostree-boot/uEnv.txt
loaduimage=load mmc ${bootpart} ${loadaddr} ${kernel_image}
Expand Down

0 comments on commit 339a094

Please sign in to comment.