This commit is contained in:
Neha Agarwal 2023-09-18 12:02:05 -07:00 коммит произвёл GitHub
Родитель 420acdeb74
Коммит e370dd5350
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -177,6 +177,7 @@ done
cp resources/welcome.txt $tmp_dir
sed -i "s~<REPO_PATH>~${repo_path}~" $tmp_dir/welcome.txt
sed -i "s~<REPO_BRANCH>~${repo_branch}~" $tmp_dir/welcome.txt
sed -i "s~<AARCH>~$(uname -m)~" $tmp_dir/welcome.txt
cp resources/setup_functions.sh $tmp_dir/setup_functions.sh
sed -i "s~<TOPDIR>~${topdir}~" $tmp_dir/setup_functions.sh

Просмотреть файл

@ -25,7 +25,7 @@
* Changes to /usr/src/mariner/SOURCES will not be available on host machine
* RPMs built in the container are stored at /usr/src/mariner/RPMS, and will not be available on host machine
* RPMs from host's <CBL-Mariner>/out/RPMs will be available in /repo
* Individual packages may be installed directly via\e[32m tdnf install /repo/x86_64/pkg.rpm and /repo/noarch/pkg.rpm\e[0m
* Individual packages may be installed directly via\e[32m tdnf install /repo/<AARCH>/pkg.rpm and /repo/noarch/pkg.rpm\e[0m
*
* \e[31mDirectory information:\e[0m
* Mariner repo path: <REPO_PATH>