Update refs to 3.0 Ruby stream.
Remove unused files. Resolves: rhbz#1938942
This commit is contained in:
parent
25ff65fa16
commit
aaec10b641
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +0,0 @@
|
|||||||
*.py[oc]
|
|
||||||
tests/generated.py
|
|
16
Dockerfile
16
Dockerfile
@ -1,16 +0,0 @@
|
|||||||
# A workflow with docker is still uncertain.
|
|
||||||
# Keep watching below file and other module's situation.
|
|
||||||
# https://github.com/container-images/container-image-template/blob/master/Dockerfile.template
|
|
||||||
FROM registry.fedoraproject.org/f26-modular/boltron
|
|
||||||
|
|
||||||
WORKDIR /build
|
|
||||||
COPY . .
|
|
||||||
|
|
||||||
ENV LC_CTYPE C.UTF-8
|
|
||||||
|
|
||||||
RUN dnf -y update
|
|
||||||
RUN dnf -y --nodocs install \
|
|
||||||
ruby \
|
|
||||||
&& dnf -y clean all
|
|
||||||
|
|
||||||
CMD /bin/bash
|
|
14
Makefile
14
Makefile
@ -1,14 +0,0 @@
|
|||||||
DOCKER_IMAGE=ruby
|
|
||||||
|
|
||||||
default: test
|
|
||||||
|
|
||||||
build-docker:
|
|
||||||
docker build -t $(DOCKER_IMAGE) .
|
|
||||||
|
|
||||||
test-nspawn:
|
|
||||||
MODULE=nspawn $(MAKE) -C tests test
|
|
||||||
|
|
||||||
test-docker: build-docker
|
|
||||||
MODULE=docker URL=docker=$(DOCKER_IMAGE) $(MAKE) -C tests test
|
|
||||||
|
|
||||||
test: test-nspawn test-docker
|
|
14
ruby.yaml
14
ruby.yaml
@ -2,7 +2,7 @@
|
|||||||
document: modulemd
|
document: modulemd
|
||||||
version: 2
|
version: 2
|
||||||
data:
|
data:
|
||||||
stream: 2.7
|
stream: 3.0
|
||||||
summary: An interpreter of object-oriented scripting language
|
summary: An interpreter of object-oriented scripting language
|
||||||
description: >-
|
description: >-
|
||||||
Ruby is the interpreted scripting language for quick and easy object-oriented
|
Ruby is the interpreted scripting language for quick and easy object-oriented
|
||||||
@ -55,27 +55,27 @@ data:
|
|||||||
rpms:
|
rpms:
|
||||||
ruby:
|
ruby:
|
||||||
rationale: An interpreter of object-oriented scripting language
|
rationale: An interpreter of object-oriented scripting language
|
||||||
ref: stream-ruby-2.7-rhel-8.5.0
|
ref: stream-ruby-3.0-rhel-8.5.0
|
||||||
buildorder: 101
|
buildorder: 101
|
||||||
multilib: [x86_64]
|
multilib: [x86_64]
|
||||||
rubygem-abrt:
|
rubygem-abrt:
|
||||||
rationale: ABRT support for Ruby
|
rationale: ABRT support for Ruby
|
||||||
ref: stream-ruby-2.7-rhel-8.5.0
|
ref: stream-ruby-3.0-rhel-8.5.0
|
||||||
buildorder: 102
|
buildorder: 102
|
||||||
rubygem-bson:
|
rubygem-bson:
|
||||||
rationale: Ruby Implementation of the BSON specification
|
rationale: Ruby Implementation of the BSON specification
|
||||||
ref: stream-ruby-2.7-rhel-8.5.0
|
ref: stream-ruby-3.0-rhel-8.5.0
|
||||||
buildorder: 102
|
buildorder: 102
|
||||||
rubygem-mongo:
|
rubygem-mongo:
|
||||||
rationale: Ruby driver for MongoDB
|
rationale: Ruby driver for MongoDB
|
||||||
ref: stream-ruby-2.7-rhel-8.5.0
|
ref: stream-ruby-3.0-rhel-8.5.0
|
||||||
buildorder: 103
|
buildorder: 103
|
||||||
rubygem-mysql2:
|
rubygem-mysql2:
|
||||||
rationale: A simple, fast Mysql library for Ruby, binding to libmysql
|
rationale: A simple, fast Mysql library for Ruby, binding to libmysql
|
||||||
ref: stream-ruby-2.7-rhel-8.5.0
|
ref: stream-ruby-3.0-rhel-8.5.0
|
||||||
buildorder: 102
|
buildorder: 102
|
||||||
rubygem-pg:
|
rubygem-pg:
|
||||||
rationale: A Ruby interface to the PostgreSQL RDBMS
|
rationale: A Ruby interface to the PostgreSQL RDBMS
|
||||||
ref: stream-ruby-2.7-rhel-8.5.0
|
ref: stream-ruby-3.0-rhel-8.5.0
|
||||||
buildorder: 102
|
buildorder: 102
|
||||||
...
|
...
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
# Installation
|
|
||||||
# https://meta-test-family.readthedocs.io/en/latest/installation.html#installing-mtf
|
|
||||||
test:
|
|
||||||
mtf-env-set
|
|
||||||
mtf-generator
|
|
||||||
mtf -l *.py
|
|
@ -1,15 +0,0 @@
|
|||||||
document: modularity-testing
|
|
||||||
version: 1
|
|
||||||
name: ruby
|
|
||||||
modulemd-url: https://src.fedoraproject.org/cgit/modules/ruby.git/plain/ruby.yaml
|
|
||||||
packages:
|
|
||||||
rpms:
|
|
||||||
- ruby
|
|
||||||
module:
|
|
||||||
rpm:
|
|
||||||
url: http://ftp.fi.muni.cz/pub/linux/fedora/linux/releases/26/Everything/x86_64/os/
|
|
||||||
docker:
|
|
||||||
url: docker.io/centos/ruby-23-centos7
|
|
||||||
test:
|
|
||||||
version:
|
|
||||||
- 'ruby -v'
|
|
Loading…
Reference in New Issue
Block a user