commit:     9e889bc74012c4d7bedb9f7fa31d6625be93cf3c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 11:44:11 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May  4 11:47:05 2024 +0000
URL:        https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=9e889bc7

crossdev: write profiles/repo_name

PMS requires it, the key in layout.conf isn't enough. Noticed after
pkgcraft rightly complained about it.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 crossdev | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/crossdev b/crossdev
index 7a5ad37..1a63bb8 100755
--- a/crossdev
+++ b/crossdev
@@ -1490,6 +1490,12 @@ set_metadata() {
        $(printf '%b' "${this_manifests}")
        EOF
 
+       if [[ ! -f "${CROSSDEV_OVERLAY}"/profiles/repo_name ]] ; then
+               cat <<-EOF > "${CROSSDEV_OVERLAY}"/profiles/repo_name || die 
"could not write ${CROSSDEV_OVERLAY}/profiles/repo_name"
+               ${repo_name}
+               EOF
+       fi
+
        # If there is no repos.conf entry for the output overlay, create one 
here
        if [[ -n ${CROSSDEV_OVERLAY_CREATE_REPOS_CONF} ]]; then
                cat <<-EOF > "${CROSSDEV_OVERLAY_CREATE_REPOS_CONF}" || die 
"could not create the repo conf"

Reply via email to