On Mon, Jun 11, 2018 at 5:18 PM Dusty Mabe <du...@dustymabe.com> wrote:
> > > On 06/11/2018 11:06 AM, arnaud gaboury wrote: > > > yes there are some diff: > > > > Updated machine: > > > > > > ------------------------------------------------- > > root@control2➤➤ ~ # rpm-ostree status -v > > State: idle; auto updates disabled > > Deployments: > > ● ostree://fedora-atomic:fedora/28/x86_64/updates/atomic-host > > Version: 28.20180610.0 (2018-06-10 17:24:09) > > BaseCommit: > c593e1d580788b7cfd11e04d3998f536493922cee30db263ec86ae4bae266b61 > > -------------------------------------------------- > > ... > > > > > Non updated one (f28 - 1) > > ----------------------------------------------------------- > > root@etcd2➤➤ ~ # rpm-ostree status -v > > State: idle; auto updates disabled > > Deployments: > > ● ostree://fedora-atomic:fedora/28/x86_64/atomic-host > > Version: 28.20180527.0 (2018-05-27 19:05:29) > > BaseCommit: > 291ea90da29bc5abe757b5a50813b3de1396b08412939a89b3b671aba9856093 > > > You are getting "no upgrade available" because you are following different > branches in the repo. > > You can see the first machine is following > `fedora/28/x86_64/updates/atomic-host` > while the 2nd machine is following `fedora/28/x86_64/atomic-host`. > So now? rebase is my friend? How can I sync both machines? > > Dusty >