I was asked to merge three of my manifest modules under the main module.
No errors are present when the I used three modules.
When I merged them as below, I get:
HEAD is now at 56b6357a Update build instructions in readme
fatal: reference is not a tree: ba46d58d5d6417c2bf627d45436290dfb46da641
Error: module snis: Child process exited with code 128
Am I missing something obvious? It seems to be because I have two git sources. If I have one, and move it to it’s own module, it works.
- name: snis
buildsystem: simple
build-commands:
- make install PREFIX=${FLATPAK_DEST} WITHVOICECHAT=yes
- install -Dm755 snis.sh ${FLATPAK_DEST}/bin/snis.sh
- mv ${FLATPAK_DEST}/bin/snis_launcher ${FLATPAK_DEST}/snis_launcher
- install -Dm0644 logo.svg "${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/${FLATPAK_ID}.svg"
- install -Dm0644 ${FLATPAK_ID}.metainfo.xml "${FLATPAK_DEST}/share/metainfo/${FLATPAK_ID}.metainfo.xml"
- install -Dm0644 ${FLATPAK_ID}.desktop "${FLATPAK_DEST}/share/applications/${FLATPAK_ID}.desktop"
sources:
- type: git
url: https://github.com/smcameron/space-nerds-in-space.git
commit: 56b6357a493ea8c8ab01cff1ce472b76d7e71b6d
- type: script
dest-filename: snis.sh
commands:
- cd /app
- exec ./snis_launcher
- type: git
url: https://github.com/vpelss/snis_flatpak.git
commit: ba46d58d5d6417c2bf627d45436290dfb46da641