#777 RFE: add ability to specify ostree ref in OSTREE phase
Closed: Fixed 6 years ago Opened 6 years ago by dustymabe.

We can specify "ostree_repo", and "repo" in an ostree config section:

ostree = [                                                                                                                          
    ("^Atomic$", {                                                                                                                  
        "aarch64": {                                                                                                                
            "treefile": "fedora-atomic-host.json",                                                                                  
            "config_url": "https://pagure.io/fedora-atomic.git",                                                                    
            "config_branch": "f27",                                                                                                 
            "repo": "Everything",                                                                                                   
            "ostree_repo": "/mnt/koji/compose/atomic/27/",                                                                          
            'failable': ['*'],

Would be nice if we can specify what ref we want this compose to commit to with something like: "ostree_ref": 'fedora/27/x86_64/testing/atomic-host' to override the default in the treefile json.


Commit a6c65e0 relates to this ticket

Commit 9642c11 relates to this ticket

Metadata Update from @lsedlar:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)
- Issue tagged with: 4.1.21

6 years ago

Login to comment on this ticket.

Metadata