Skip to content

Commit

Permalink
Revert using HTTPS for APT repositories: Debian Lenny is too old for …
Browse files Browse the repository at this point in the history
…modern TLS
  • Loading branch information
dottedmag committed Oct 16, 2016
1 parent 464d08a commit 69d6fde
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion distributions/repositories/iplinux
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- mode: sh -*-

DEFAULT_URL=https://ftp.iplinux.org/iplinux/
DEFAULT_URL=http://ftp.iplinux.org/iplinux/
NAME=IPlinux
2 changes: 1 addition & 1 deletion distributions/repositories/openinkpot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# -*- mode: sh -*-

DEFAULT_URL=https://openinkpot.org/pub/oi/
DEFAULT_URL=http://openinkpot.org/pub/oi/
NAME=OpenInkpot
2 changes: 1 addition & 1 deletion iplinux-bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ generate_chroot() {
repo_url=$(eval echo \$${repo}_URL)
repo_name=$(eval echo \$${repo}_NAME)

$root_cmd sh -c "$chroot_env DEBOOTSTRAP_DIR=$(pwd)/debootstrap debootstrap/debootstrap --include=sudo,apt-transport-https --arch=$chroot_arch --components=$sections $suite $work_dir $repo_url"
$root_cmd sh -c "$chroot_env DEBOOTSTRAP_DIR=$(pwd)/debootstrap debootstrap/debootstrap --include=sudo --arch=$chroot_arch --components=$sections $suite $work_dir $repo_url"
if [ "$?" != 0 ]; then
echo "Failed to bootstrap $repo_name from $repo_url to $work_dir"
exit 1
Expand Down

0 comments on commit 69d6fde

Please sign in to comment.