#7969 Can't push to modules/stratis
Closed: Fixed Opened by ignatenkobrain.

Describe the issue

> ~/P/f/m/stratis on 1  git push                                                                                                  15:18:27
Enumerating objects: 5, done.
Counting objects: 100% (5/5), done.
Delta compression using up to 8 threads
Compressing objects: 100% (3/3), done.
Writing objects: 100% (3/3), 1.00 KiB | 1.00 MiB/s, done.
Total 3 (delta 1), reused 0 (delta 0)
remote: Running hooks for modules/stratis
remote: Branch refs/heads/1 is unsupported
remote: Denied push for ref 'refs/heads/1' for user 'ignatenkobrain'
remote: All changes have been rejected
To ssh://pkgs.fedoraproject.org/modules/stratis
 ! [remote rejected] 1 -> 1 (pre-receive hook declined)
error: failed to push some refs to 'ssh://ignatenkobrain@pkgs.fedoraproject.org/modules/stratis'

When do you need this? (YYYY/MM/DD)

ASAP.

If we cannot complete your request, what is the impact?

Users are left with unsupported and unmaintained version of stratis.


This is caused by EOL'd module stream:

https://pdc.fedoraproject.org/rest_api/v1/component-branches/?global_component=stratis&type=module&name=1

"results": [
        {
            "id": 395040,
            "global_component": "stratis",
            "name": "1",
            "slas": [
                {
                    "id": 787145,
                    "sla": "rawhide",
                    "eol": "2018-12-01"
                }
            ],
            "type": "module",
            "active": false,
            "critical_path": false
        }

Fixed in https://pagure.io/releng/issue/7978

Metadata Update from @mohanboddu:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata