xiexianbin / tengine-rpm

Home Page:https://copr.fedorainfracloud.org/coprs/xiexianbin/tengine-rpm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tengine-rpm

build taobao tengine rpm use fedorainfracloud copr

Usage

sudo curl -sL -o /etc/yum.repos.d/xiexianbin-tengine-rpm-epel-7.repo https://copr.fedorainfracloud.org/coprs/xiexianbin/tengine-rpm/repo/epel-7/xiexianbin-tengine-rpm-epel-7.repo

sudo yum -y install tengine

build rpm step

Help

make help info:

# make help
help                 Show this help.
build                Build Docker image to build rpm.
bash                 Run /bin/bash in the Docker image to build rpm.
copr                 Run docker image to build rpm and push srpm to copr.
debug                Build Docker image to build rpm and into bash.

Setup

Build docker image

make build

build docker image: xiexianbin/rpm-builder:latest

debug

make bash

into docker /bin/bash, you can debug rpm packages

copr

make copr

auto public

About

https://copr.fedorainfracloud.org/coprs/xiexianbin/tengine-rpm/

License:MIT License


Languages

Language:Shell 66.4%Language:Makefile 21.7%Language:Dockerfile 11.9%