Skip to content

Commit

Permalink
Update OBS download script
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Holecek <[email protected]>
  • Loading branch information
hluk committed Feb 2, 2020
1 parent 291309a commit 2ce056d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions utils/download_obs_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ if [ -z "$version" ]; then
fi

fetch_package "${pkg}_openSUSE_Tumbleweed${xrpm}" "$url/openSUSE_Tumbleweed/${pkg_rpm}"
fetch_package "${pkg}_openSUSE_Leap_15.1${xrpm}" "$url/openSUSE_Leap_15.1/${pkg_rpm_lp15}"
fetch_package "${pkg}_Debian_8.0${xdeb_i386}" "$url/Debian_8.0/${pkg_deb_i386}"
fetch_package "${pkg}_Debian_8.0${xdeb}" "$url/Debian_8.0/${pkg_deb}"
fetch_package "${pkg}_openSUSE_Leap_15.2${xrpm}" "$url/openSUSE_Leap_15.2/${pkg_rpm_lp15}"
fetch_package "${pkg}_Debian_9.0${xdeb_i386}" "$url/Debian_9.0/${pkg_deb_i386}"
fetch_package "${pkg}_Debian_9.0${xdeb}" "$url/Debian_9.0/${pkg_deb}"
fetch_package "${pkg}_Debian_10${xdeb}" "$url/Debian_10/${pkg_deb}"
Expand Down

0 comments on commit 2ce056d

Please sign in to comment.