Compare commits

...
Sign in to create a new pull request.

11 commits

Author SHA1 Message Date
Stephen Gallagher
384b17a75c
Rebuild for F30 branch
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-08-16 11:42:41 -04:00
Stephen Gallagher
4188f37999
Rebuild because of garbage-collection bug
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
2018-07-24 11:44:21 -04:00
Petr Šabata
698fdf8612 Updating to modulemd v2
Signed-off-by: Petr Šabata <contyk@redhat.com>
2018-04-09 18:56:40 +02:00
Lokesh Mandvekar
573442f4f4
ignore tests cause they fail for go-md2man
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2018-03-12 10:19:05 -04:00
Lokesh Mandvekar
1396224517
build f28 branch from rpm dist-git
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2018-03-06 11:47:23 -05:00
Lokesh Mandvekar
93ba1d01d8
add quotes around golang module branch
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2018-03-06 10:00:19 -05:00
Lokesh Mandvekar
d9ebadd24f
build with latest golang module
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2018-03-06 09:47:10 -05:00
Lokesh Mandvekar
38130153f5
bump platform dep to f28
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2018-02-07 10:45:55 -05:00
Lokesh Mandvekar
afcbefc094
include go-compilers and go-srpm-macros
These tools are needed to build Go-based packages.

Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2017-12-03 20:54:21 -05:00
Lokesh Mandvekar
8e555c2bdf
fix yamllint errors
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2017-12-01 15:24:27 -05:00
Lokesh Mandvekar
36cb85d0b8
Resolves: #1512925 - initial build
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
2017-12-01 15:22:16 -05:00

56
golang-ecosystem.yaml Normal file
View file

@ -0,0 +1,56 @@
---
document: modulemd
version: 2
data:
summary: The ecosystem of packages for the Go programming language
description: >-
This module contains golang based tools used as dependencies for
other packages, for instance, go-md2man, a manpage converter
written in Go, along with rpm macros for building Go based tools.
license:
module:
- MIT
dependencies:
- buildrequires:
platform: []
golang: [1.10]
requires:
platform: []
references:
community: https://github.com/golang-github-cpuguy83-go-md2man
documentation: https://github.com/golang-github-cpuguy83-go-md2man
tracker: https://github.com/golang-github-cpuguy83-go-md2man
profiles:
default:
rpms:
- go-compilers
- go-srpm-macros
- golang-github-cpuguy83-go-md2man
- golang-github-russross-blackfriday
api:
rpms:
- go-compilers-golang-compiler
- go-srpm-macros
- golang-github-cpuguy83-go-md2man
buildopts:
rpms:
macros: |
%_with_ignore_tests 1
components:
rpms:
go-compilers:
rationale: Build dependency for Go packages.
ref: f28
buildorder: 0
go-srpm-macros:
rationale: Build dependency for Go packages.
ref: f28
buildorder: 1
golang-github-russross-blackfriday:
rationale: Build dependency for go-md2man.
ref: f28
buildorder: 2
golang-github-cpuguy83-go-md2man:
rationale: Primary component of this module.
ref: f28
buildorder: 3