Commit 113e08d7 authored by Holger Levsen's avatar Holger Levsen
Browse files

Revert "Add support for calculating a PureOS package set."

This reverts commit 6a6abf09.
parent 53cbe7b3
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -390,20 +390,6 @@ update_pkg_set_specific() {
				ABORT=true
			fi
			;;
		pureos)	# pureos
			URL="https://repo.puri.sm/pureos/dists/green/main/source/Sources.gz"
			echo "Downloading $URL now."
			curl $URL | gunzip > $TMPFILE
			if [ -s $TMPFILE ] ; then
				echo "parsing $TMPFILE now..."
				convert_from_deb822_into_source_packages_only
			else
				rm $TMPFILE
				MESSAGE="Warning: could not download PureOS's Sources file, skipping pkg set..."
				irc_message debian-reproducible $MESSAGE
				ABORT=true
			fi
			;;
		pureos_default_install) # pureos default installation
			# Use the list of binary packages that is shipped with the .iso image for now
			BASEURL="https://www.pureos.net/download/"
+0 −2
Original line number Diff line number Diff line
@@ -27,8 +27,6 @@ Debian distribution,grml
Debian distribution,grml_build-depends
Debian distribution,tails
Debian distribution,tails_build-depends
Debian distribution,pureos
Debian distribution,pureos_build-depends
Debian distribution,pureos_default_install
Debian distribution,subgraph_OS
Debian distribution,subgraph_OS_build-depends