From 95e2aea97ec1857e9e6ee16910c397a790e8a2f0 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mar 20 2020 20:51:58 +0000 Subject: Use f31 branch of flatpak-rpm-macros and flatpak-runtime-config We've diverged in master and targeting newer python 3.8. --- diff --git a/tools/util.py b/tools/util.py index c1f0379..ca05aca 100644 --- a/tools/util.py +++ b/tools/util.py @@ -10,7 +10,7 @@ import xml.sax STREAM = 'f31' ID_PREFIX = 'org.fedoraproject' # branch of flatpak-rpm-macros and flatpak-runtime-config -RPM_BRANCH = 'master' +RPM_BRANCH = 'f31' DATASET_ARG = '--dataset=f31' # If this is True, then we'll use the "base" profiles (freedesktop-based) as the main profiles BASEONLY = False