diff --git a/.github/workflows/external.yml b/.github/workflows/external.yml index ccf7508d..7a14514f 100644 --- a/.github/workflows/external.yml +++ b/.github/workflows/external.yml @@ -25,7 +25,24 @@ jobs: needs: Cancel if: ${{ github.repository_owner == 'Armbian' }} - uses: armbian/scripts/.github/workflows/download-external.yml@main + uses: armbian/scripts/.github/workflows/download-external.yml@devel3 + with: + ACCESS_NAME: armbian + BUILD_RUNNER: ${{ inputs.BUILD_RUNNER }} || "ubuntu-latest" + REFERENCE: ${{ github.event.pull_request.head.sha }} + secrets: + GPG_KEY1: ${{ secrets.GPG_KEY1 }} + GPG_PASSPHRASE1: ${{ secrets.GPG_PASSPHRASE1 }} + ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }} + KEY_TORRENTS: ${{ secrets.KEY_TORRENTS }} + KNOWN_HOSTS_UPLOAD: ${{ secrets.KNOWN_HOSTS_UPLOAD }} + + repository: + name: "Generate repository" + needs: external + + if: ${{ github.repository_owner == 'Armbian' }} + uses: armbian/scripts/.github/workflows/generate-repository.yml@devel3 with: ACCESS_NAME: armbian BUILD_RUNNER: ${{ inputs.BUILD_RUNNER }} || "ubuntu-latest" diff --git a/external/pacstall.conf b/external/pacstall.conf new file mode 100644 index 00000000..2a7b0e96 --- /dev/null +++ b/external/pacstall.conf @@ -0,0 +1,9 @@ +URL=https://github.com/pacstall/pacstall +KEY=jammy +RELEASE=all +TARGET=utils +METHOD=gh +INSTALL=pacstall +GLOB=pacstall +ARCH=armhf:arm64:amd64 +REPOSITORY=BS diff --git a/external/projects.csv b/external/projects.csv index 99deb3fc..afaa4baa 100644 --- a/external/projects.csv +++ b/external/projects.csv @@ -1,9 +1,9 @@ Project name,URL,Source component,Release,Target location,Method,Search parameter,Arhitectures,Repository #zfs-dkms,http://ports.ubuntu.com/ubuntu-ports,lunar main restricted universe multiverse,jammy,utils,aptly,Name (% zfs-dkms),armhf:arm64,B -zfs-from-lunar-amd64,http://archive.ubuntu.com/ubuntu,lunar main restricted universe multiverse,jammy,utils,aptly,"Name (% zfsutils-linux) | Name (% libnvpair3linux) | Name (% libzfs4linux) | Name (% libzpool5linux) | Name (% libuutil3linux) | Name (% zfs-dkms)",amd64,B -zfs-from-lunar,http://ports.ubuntu.com/ubuntu-ports,lunar main restricted universe multiverse,jammy,utils,aptly,"Name (% zfsutils-linux) | Name (% libnvpair3linux) | Name (% libzfs4linux) | Name (% libzpool5linux) | Name (% libuutil3linux) | Name (% zfs-dkms)",armhf:arm64,B +zfs-from-lunar-amd64,http://archive.ubuntu.com/ubuntu,lunar main restricted universe multiverse,jammy,utils,aptly,zfs-dkms,"Name (% zfsutils-linux) | Name (% libnvpair3linux) | Name (% libzfs4linux) | Name (% libzpool5linux) | Name (% libuutil3linux) | Name (% zfs-dkms)",amd64,B +zfs-from-lunar,http://ports.ubuntu.com/ubuntu-ports,lunar main restricted universe multiverse,jammy,utils,aptly,zfs-dkms,"Name (% zfsutils-linux) | Name (% libnvpair3linux) | Name (% libzfs4linux) | Name (% libzpool5linux) | Name (% libuutil3linux) | Name (% zfs-dkms)",armhf:arm64,B #zfs-from-sid,http://deb.debian.org/debian,bullseye-backports contrib non-free,lunar,utils,aptly,"Name (% zfsutils-linux) | Name (% libnvpair3linux) | Name (% libzfs4linux) | Name (% libzpool5linux) | Name (% libuutil3linux) | Name (% zfs-dkms)",armhf:arm64:amd64,B -zulu20,https://repos.azul.com/zulu/deb,stable main,all,utils,aptly,Name (% zulu20*),arm64:amd64,B -openhab,https://openhab.jfrog.io/artifactory/openhab-linuxpkg stable,main,all,utils,aptly,"$Version (> 3.4.2), Name (% openhab*)",arm64:amd64,B -cockpit-file-sharing,https://github.com/45Drives/cockpit-file-sharing,jammy,all,utils,gh,cockpit-file-sharing,armhf:arm64:amd64,BS -pacstall,https://github.com/pacstall/pacstall,jammy,all,utils,gh,cockpit-file-sharing,armhf:arm64:amd64,BS +zulu20,https://repos.azul.com/zulu/deb,stable main,all,utils,aptly,zulu20,Name (% zulu20*),arm64:amd64,B +openhab,https://openhab.jfrog.io/artifactory/openhab-linuxpkg stable,main,all,utils,aptly,openhab,"$Version (> 3.4.2), Name (% openhab*)",arm64:amd64,B +cockpit-file-sharing,https://github.com/45Drives/cockpit-file-sharing,jammy,all,utils,gh,cockpit-file-sharing,cockpit-file-sharing,armhf:arm64:amd64,BS +pacstall,https://github.com/pacstall/pacstall,jammy,all,utils,gh,pacstall,pacstall,armhf:arm64:amd64,BS diff --git a/external/zfs-from-lunar-amd64.conf b/external/zfs-from-lunar-amd64.conf new file mode 100644 index 00000000..7aefdab6 --- /dev/null +++ b/external/zfs-from-lunar-amd64.conf @@ -0,0 +1,9 @@ +URL=http://archive.ubuntu.com/ubuntu,lunar +KEY="main restricted universe multiverse" +RELEASE=jammy +TARGET=utils +METHOD=aptly +INSTALL=zfs-dkms +GLOB="Name (% zfsutils-linux) | Name (% libnvpair3linux) | Name (% libzfs4linux) | Name (% libzpool5linux) | Name (% libuutil3linux) | Name (% zfs-dkms)" +ARCH=amd64 +REPOSITORY=B