#7 manifest: freeze skopeo distgit
Merged 7 years ago by walters. Opened 7 years ago by miabbott.
miabbott/fedora-atomic-host-continuous freeze_skopeo_distgit  into  master

file modified
+5 -3
@@ -41,9 +41,11 @@ 

      distgit:

        patches: drop

  

-   - src: github:projectatomic/skopeo

-     distgit:

-       patches: drop

+ # Get skopeo from the updates repo because of:

+ # https://github.com/projectatomic/skopeo/issues/416

+ #  - src: github:projectatomic/skopeo

+ #    distgit:

+ #      patches: drop

  

    - src: github:projectatomic/atomic

      distgit:

The tests against FAHC have been failing because of

https://github.com/projectatomic/skopeo/issues/416

I think the best way to address this is to freeze the distgit so that
we build it using the older source.tar.gz file.

@walters Not sure if this is the right thing to do. Please let me know.

This seems OK, though we could also comment out the entire block, then we'd go back to whatever's in the updates repo.

If we're trying to entirely revert skopeo that's what we'd need to do I think, otherwise we're still tracking upstream git master.

1 new commit added

  • manifest: get skopeo from updates repo
7 years ago

OK, I confirmed the version it the updates repo works correctly, so pushed a new commit that just removes skopeo from the manifest.

That should work, thanks!

Pull-Request has been merged by walters

7 years ago
Metadata