Skip to content

Commit 66d7765

Browse files
committed
ci/hermetic: move RPM lockfiles to repository root
This change ensures RPM lockfiles are located in the repository's root directory, a requirement for MintMaker to correctly update them.
1 parent 3096431 commit 66d7765

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

ci/hermetic/update_rpms_lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -euo pipefail
55
# of the *deps*.txt file located in src/.
66
dep_files=$(find ../../src/ -name "*deps*.txt" | tr '\n' ' ')
77
# shellcheck disable=SC2086
8-
./update_package_list --package_file $dep_files --yaml_file rpms.in.yaml
8+
./update_package_list --package_file $dep_files --yaml_file ../../rpms.in.yaml
99

1010
# Then we update the rpms.lock.yaml file based on rpms.in.yaml with
1111
# rpm-lockfile-prototype.
@@ -45,7 +45,7 @@ else
4545
exit 1
4646
fi
4747

48-
rpm-lockfile-prototype rpms.in.yaml --outfile rpms.lock.yaml
48+
rpm-lockfile-prototype ../../rpms.in.yaml --outfile ../../rpms.lock.yaml
4949

5050
echo "Deactivating virtual environment..."
5151
deactivate
File renamed without changes.

0 commit comments

Comments
 (0)