Packages: move base-files, bsp-desktop and desktop packages to RELEASE specific folders

This commit is contained in:
Igor Pecovnik 2024-08-02 20:02:07 +02:00 committed by Igor
parent 4e4b77923d
commit 264852642d
3 changed files with 3 additions and 3 deletions

View File

@ -55,7 +55,7 @@ function artifact_armbian-base-files_prepare_version() {
artifact_name="armbian-base-files-${RELEASE}-${ARCH}"
artifact_type="deb"
artifact_deb_repo="${RELEASE}" # release-specific repo (jammy etc)
artifact_deb_repo="extra/${RELEASE}-utils" # release-specific repo (jammy etc)
artifact_deb_arch="${ARCH}" # arch-specific packages (arm64 etc)
artifact_map_packages=(["armbian-base-files"]="base-files")

View File

@ -53,7 +53,7 @@ function artifact_armbian-bsp-desktop_prepare_version() {
artifact_name="armbian-bsp-desktop-${BOARD}-${BRANCH}"
artifact_type="deb"
artifact_deb_repo="${RELEASE}"
artifact_deb_repo="extra/${RELEASE}-desktop"
artifact_deb_arch="${ARCH}"
artifact_map_packages=(["armbian-bsp-desktop"]="${artifact_name}")

View File

@ -59,7 +59,7 @@ function artifact_armbian-desktop_prepare_version() {
artifact_name="armbian-${RELEASE}-desktop-${DESKTOP_ENVIRONMENT}"
artifact_type="deb"
artifact_deb_repo="${RELEASE}"
artifact_deb_repo="extra/${RELEASE}-desktop"
artifact_deb_arch="all"
artifact_map_packages=(["armbian-desktop"]="${artifact_name}")