#6046 fix atomic ostree repo
Closed: Fixed None Opened 9 years ago by walters.

After https://git.fedorahosted.org/cgit/releng/commit/?id=328f68b49e21b85ae23f3db782519d36f8543d67

[09:38:16] mattdm, 1) find the content referenced by $ATOMICDEST in that patch 2) rm -rf it 3) mkdir $ATOMICDEST && stree oinit --repo=$ATOMICDEST --mode=archive-z2 4) rerun the steps after that in the patch


Let me put that line by line :)

  1. find the content referenced by $ATOMICDEST in that patch
  2. rm -rf it
  3. mkdir $ATOMICDEST
  4. ostree init --repo=$ATOMICDEST --mode=archive-z2

Which I think with the patch applied can be simplified to:

  1. rm -rf $ATOMICDEST (which from lmacken I believe to be /mnt/fedora_koji/koji/mash/atomic/21/)
  2. rerun the script or at least that part of it

the old repo has been removed and a new one built
{{{
http://dl.fedoraproject.org/pub/fedora/linux/atomic/21/
}}}
contains what should be a complete repo and
{{{
http://koji.fedoraproject.org/koji/taskinfo?taskID=8118903
}}}
has an image being built from it

Metadata Update from @walters:
- Issue set to the milestone: Fedora 21 Final

7 years ago

Login to comment on this ticket.

Metadata