Skip to content

Commit

Permalink
Switch to disco and drop trusty (niklasb#13)
Browse files Browse the repository at this point in the history
packages.ubuntu.com remove trusty support on 2019.04.23
  • Loading branch information
NyaMisty authored and niklasb committed May 9, 2019
1 parent 2e9c2b5 commit 156f312
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions get
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
cd "$(dirname "$0")"
. common/libc.sh

get_current_ubuntu trusty i386 libc6
get_current_ubuntu trusty amd64 libc6
get_current_ubuntu trusty amd64 libc6-i386
#get_current_ubuntu trusty i386 libc6
#get_current_ubuntu trusty amd64 libc6
#get_current_ubuntu trusty amd64 libc6-i386
#get_current_ubuntu utopic i386 libc6
#get_current_ubuntu utopic amd64 libc6
#get_current_ubuntu utopic amd64 libc6-i386
Expand Down Expand Up @@ -32,6 +32,9 @@ get_current_ubuntu bionic amd64 libc6-i386
get_current_ubuntu cosmic i386 libc6
get_current_ubuntu cosmic amd64 libc6
get_current_ubuntu cosmic amd64 libc6-i386
get_current_ubuntu disco i386 libc6
get_current_ubuntu disco amd64 libc6
get_current_ubuntu disco amd64 libc6-i386

get_all_ubuntu archive-eglibc http://security.ubuntu.com/ubuntu/pool/main/e/eglibc/
get_all_ubuntu archive-glibc http://security.ubuntu.com/ubuntu/pool/main/g/glibc/
Expand Down

0 comments on commit 156f312

Please sign in to comment.