Packages: move base-files, bsp-desktop and desktop packages to RELEASE specific folders
This commit is contained in:
parent
4e4b77923d
commit
264852642d
@ -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")
|
||||
|
||||
|
||||
@ -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}")
|
||||
|
||||
@ -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}")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user