SSIA
Details
Details
test suite works
Diff Detail
Diff Detail
- Repository
- rLTRN libtaskotron
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
SSIA
test suite works
| Automatic diff as part of commit; lint not applicable. |
| Automatic diff as part of commit; unit tests not applicable. |
| Path | Packages | |||
|---|---|---|---|---|
| M | conf/yumrepoinfo.conf.example (19 lines) |
| Commit | Tree | Parents | Author | Summary | Date |
|---|---|---|---|---|---|
| 8d53d099a405 | ed42c1cdf865 | 6881caa8e189 | Kamil Páral | yumrepoinfo: Fedora 23 has been branched (Show More…) | Jul 15 2015, 4:24 PM |
| Show All 27 Lines | |||||
| 28 | # release_status can be one of: obsolete, stable, branched or rawhide | 28 | # release_status can be one of: obsolete, stable, branched or rawhide | ||
| 29 | # for non-top-parent repos this is an empty string | 29 | # for non-top-parent repos this is an empty string | ||
| 30 | release_status = | 30 | release_status = | ||
| 31 | 31 | | |||
| 32 | # Rawhide | 32 | # Rawhide | ||
| 33 | [rawhide] | 33 | [rawhide] | ||
| 34 | url = %(rawhideurl)s | 34 | url = %(rawhideurl)s | ||
| 35 | path = development/rawhide | 35 | path = development/rawhide | ||
| 36 | tag = f23 | 36 | tag = f24 | ||
| 37 | release_status = rawhide | 37 | release_status = rawhide | ||
| 38 | 38 | | |||
| 39 | # Fedora 23 | ||||
| 40 | [f23] | ||||
| 41 | url = %(rawhideurl)s | ||||
| 42 | path = development/23 | ||||
| 43 | release_status = branched | ||||
| 44 | | ||||
| 45 | [f23-updates] | ||||
| 46 | url = %(updatesurl)s | ||||
| 47 | path = 23 | ||||
| 48 | parent = f23 | ||||
| 49 | | ||||
| 50 | [f23-updates-testing] | ||||
| 51 | url = %(updatesurl)s | ||||
| 52 | path = testing/23 | ||||
| 53 | parent = f23-updates | ||||
| 54 | | ||||
| 39 | # Fedora 22 | 55 | # Fedora 22 | ||
| 40 | [f22] | 56 | [f22] | ||
| 41 | url = %(goldurl)s | 57 | url = %(goldurl)s | ||
| 42 | path = 22 | 58 | path = 22 | ||
| 43 | release_status = stable | 59 | release_status = stable | ||
| 44 | 60 | | |||
| 45 | [f22-updates] | 61 | [f22-updates] | ||
| 46 | url = %(updatesurl)s | 62 | url = %(updatesurl)s | ||
| Show All 15 Lines | |||||
| 62 | url = %(updatesurl)s | 78 | url = %(updatesurl)s | ||
| 63 | path = 21 | 79 | path = 21 | ||
| 64 | parent = f21 | 80 | parent = f21 | ||
| 65 | 81 | | |||
| 66 | [f21-updates-testing] | 82 | [f21-updates-testing] | ||
| 67 | url = %(updatesurl)s | 83 | url = %(updatesurl)s | ||
| 68 | path = testing/21 | 84 | path = testing/21 | ||
| 69 | parent = f21-updates | 85 | parent = f21-updates | ||
| 70 | | ||||