MANIFEST: replacing THISBRANCH and THISREPO with "dir ."

This commit is contained in:
XargonWan 2025-01-09 13:57:22 +09:00
parent 5a165f1a5d
commit 1fb31e0cc5

View file

@ -93,9 +93,8 @@ modules:
# LIBMAN INSTALLATION # LIBMAN INSTALLATION
install -Dm755 "automation_tools/libman.sh" "/app/bin/libman.sh" install -Dm755 "automation_tools/libman.sh" "/app/bin/libman.sh"
sources: sources:
- type: git - type: dir
url: THISREPO path: .
branch: THISBRANCH
- name: xmlstarlet - name: xmlstarlet
config-opts: config-opts:
@ -798,6 +797,5 @@ modules:
- install -Dm 644 config/retrodeck/net.retrodeck.retrodeck.mime.xml /app/share/mime/packages/net.retrodeck.retrodeck.mime.xml - install -Dm 644 config/retrodeck/net.retrodeck.retrodeck.mime.xml /app/share/mime/packages/net.retrodeck.retrodeck.mime.xml
sources: sources:
- type: git - type: dir
url: THISREPO path: .
branch: THISBRANCH