From 539f0294f2dcb54724db0b275ddbca4f82694cf3 Mon Sep 17 00:00:00 2001 From: Tomas Hrcka Date: Feb 19 2019 15:53:06 +0000 Subject: Branching F30 from rawhide Signed-off-by: Tomas Hrcka --- diff --git a/fedora.conf b/fedora.conf index 06eff7f..1be2ea1 100644 --- a/fedora.conf +++ b/fedora.conf @@ -1,7 +1,7 @@ # PRODUCT INFO release_name = 'Fedora' release_short = 'Fedora' -release_version = 'Rawhide' +release_version = '30' release_is_layered = False # GENERAL SETTINGS @@ -10,13 +10,13 @@ comps_file = { 'scm': 'git', 'repo': 'https://pagure.io/fedora-comps.git', 'branch': 'master', - 'file': 'comps-rawhide.xml', - 'command': 'make comps-rawhide.xml' + 'file': 'comps-f30.xml', + 'command': 'make comps-f30.xml' } module_defaults_dir = { 'scm': 'git', 'repo': 'https://pagure.io/releng/fedora-module-defaults.git', - 'branch': 'master', + 'branch': 'f30', 'dir': '.' } @@ -303,7 +303,7 @@ translate_paths = [ # These will be inherited by live_media, live_images and image_build global_ksurl = 'git+https://pagure.io/fedora-kickstarts.git?#HEAD' global_release = '!RELEASE_FROM_LABEL_DATE_TYPE_RESPIN' -global_version = 'Rawhide' +global_version = '30' # live_images ignores this in favor of live_target global_target = 'f30' @@ -730,11 +730,11 @@ ostree = { "force_new_commit": True, "treefile": "fedora-silverblue.yaml", "config_url": "https://pagure.io/workstation-ostree-config.git", - "config_branch": "master", + "config_branch": "f30", "repo": "Everything", "tag_ref": False, "ostree_repo": "/mnt/koji/compose/ostree/repo/", - "ostree_ref": "fedora/rawhide/${basearch}/silverblue", + "ostree_ref": "fedora/30/${basearch}/silverblue", "arches": ["x86_64"], "failable": ['*'], } @@ -754,11 +754,11 @@ ostree_installer = [ "ostree_osname=fedora-workstation", "ostree_oskey=fedora-30-primary", "ostree_contenturl=mirrorlist=https://ostree.fedoraproject.org/mirrorlist", - "ostree_install_ref=fedora/rawhide/x86_64/silverblue", - "ostree_update_ref=fedora/rawhide/x86_64/silverblue", + "ostree_install_ref=fedora/30/x86_64/silverblue", + "ostree_update_ref=fedora/30/x86_64/silverblue", ], 'template_repo': 'https://pagure.io/fedora-lorax-templates.git', - 'template_branch': 'master', + 'template_branch': 'f30', 'failable': ['*'], } }) diff --git a/nightly.sh b/nightly.sh index 2ac1479..3e66f14 100755 --- a/nightly.sh +++ b/nightly.sh @@ -11,12 +11,12 @@ SKIP_PHASES="--skip-phase=productimg" DEST=$(pwd) DATE=$(date "+%Y%m%d") SHORT="Fedora" -RELEASE="rawhide" -RELEASE_TITLE="Rawhide" -COMPSFILE="comps-rawhide.xml" +RELEASE="30" +RELEASE_TITLE="30" +COMPSFILE="comps-f30.xml" TMPDIR=`mktemp -d /tmp/$RELEASE.$DATE.XXXX` TOMAIL="devel@lists.fedoraproject.org test@lists.fedoraproject.org" -FROM="Fedora Rawhide Report " +FROM="Fedora Branched Report " RSYNCPREFIX="sudo -u ftpsync" RSYNCTARGET="/pub/fedora/linux/development/$RELEASE" RSYNCALTTARGET="/pub/alt/development/$RELEASE" @@ -111,7 +111,7 @@ fi ./releng/scripts/spam-o-matic --nomail --treename="$TREENAME" "$DESTDIR/compose/Everything/" --only-arches i386 ppc64le s390x x86_64> "$DESTDIR/logs/depcheck" [ -z "$ARCH" ] && { -./releng/scripts/critpath.py --url file://$DESTDIR/compose/Everything/ -o $DESTDIR/logs/critpath.txt rawhide &> $DESTDIR/logs/critpath.log +./releng/scripts/critpath.py --url file://$DESTDIR/compose/Everything/ -o $DESTDIR/logs/critpath.txt branched &> $DESTDIR/logs/critpath.log } # Tell interested persons that the rsync is starting (zomg!)