#28 tree: Bump to f29
Merged 5 years ago by jlebon. Opened 5 years ago by jlebon.
jlebon/fedora-atomic-host-continuous pr/f29  into  master

file modified
+1 -1
@@ -16,7 +16,7 @@ 

  

  ```

  $ ostree remote add fahc --set=gpg-verify=false https://ci.centos.org/artifacts/sig-atomic/fahc/ostree/repo/

- $ rpm-ostree rebase fahc:fahc/28/x86_64/buildmaster

+ $ rpm-ostree rebase fahc:fahc/29/x86_64/buildmaster

  ```

  

  Job status

@@ -1,4 +1,4 @@ 

- FROM registry.fedoraproject.org/fedora:28

+ FROM registry.fedoraproject.org/fedora:29

  ADD walters-buildtools.repo /etc/yum.repos.d

  RUN yum -y install \

          ostree rpm-ostree rpm-build selinux-policy-targeted createrepo_c /usr/bin/repomanage \

file modified
+3 -3
@@ -4,13 +4,13 @@ 

  . ${basedir}/libtask.sh

  . ${basedir}/libtoolbox.sh

  

- vmajor=28

+ vmajor=29

  ref=fahc/${vmajor}/x86_64/buildmaster

  assembler=quay.io/cgwalters/coreos-assembler:alpha

  

  # This is managed by JJB but that's a pain to maintain

- (cd ~/fedora-atomic && git checkout f28

-  # convert to yaml and add rojig manually until this PR makes it to the f28

+ (cd ~/fedora-atomic && git checkout f29

+  # convert to yaml and add rojig manually until this PR makes it to the f29

   # branch: https://pagure.io/fedora-atomic/pull-request/125

   python -c '

  import sys, json, yaml

file modified
+2 -2
@@ -2,7 +2,7 @@ 

  # used for downstream content (Docker images, rpm-ostree commits),

  # but can also be used directly by yum.

  

- # Broadly speaking, dependencies are pulled from Fedora 28, and we

+ # Broadly speaking, dependencies are pulled from Fedora 29, and we

  # track git master for things we are actively developing.

  

  aliases:
@@ -23,7 +23,7 @@ 

    branch: master

  

  root:

-   mock: fedora-28-$arch

+   mock: fedora-29-$arch

  

  cache:

    buildserial: 0

We still have a bunch of our CI that relies on FAHC. So for now, let's
just keep bumping it so e.g. rpm-ostree/ostree is actually tested
against the version we're delivering to.

OK, I'm going to merge this and fix any hiccups in follow ups. Eventually we want to move away from rdgo, but until we've got e.g. a Koji continuous setup, I'd like to update rpm-ostree/ostree to target f29.

Pull-Request has been merged by jlebon

5 years ago