mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-31 16:36:38 +00:00
Merge pull request #536 from nitkon/ppc64le_repo
obs-packaging: Make distros file arch specific
This commit is contained in:
@@ -47,7 +47,7 @@ read_repos(){
|
||||
[[ "$p" != "#"* ]] || continue
|
||||
repos+=("${p}")
|
||||
echo "Adding distro: ${p}"
|
||||
done < "${script_dir}/distros"
|
||||
done < "${script_dir}/distros_${arch_target}"
|
||||
}
|
||||
|
||||
# Array of maintainers
|
||||
|
13
obs-packaging/distros_ppc64le
Normal file
13
obs-packaging/distros_ppc64le
Normal file
@@ -0,0 +1,13 @@
|
||||
# Repositories.
|
||||
#
|
||||
# Each element is comprised of multiple parts in the form:
|
||||
#
|
||||
# name::project::repository
|
||||
#
|
||||
CentOS_7::CentOS:CentOS-7::standard
|
||||
Fedora_28::Fedora:28::standard
|
||||
Fedora_29::Fedora:29::standard
|
||||
SLE_12_SP3::SUSE:SLE-12-SP3:GA::standard
|
||||
openSUSE_Leap_15.0::openSUSE:Leap:15.0:Ports::ports
|
||||
xUbuntu_16.04::Ubuntu:16.04:Ports::universe,update
|
||||
xUbuntu_18.04::Ubuntu:18.04:Ports::universe
|
Reference in New Issue
Block a user