Commit 9507efe7 authored by Chris Lamb's avatar Chris Lamb 👀 Committed by Holger Levsen
Browse files

Add support for calculating a PureOS package set.

parent f21b8c49
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -390,6 +390,20 @@ 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
			;;
		subgraph_OS)
			# installed by Subgraph OS
			# one day we will get a proper data provider from Subgraph OS...
+2 −0
Original line number Diff line number Diff line
@@ -27,6 +27,8 @@ 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,subgraph_OS
Debian distribution,subgraph_OS_build-depends
maintenance team,maint_debian-accessibility