mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-15 14:16:02 -06:00
[PR #24] [MERGED] docker recipes for several linux distributions #1544
Labels
No labels
HiDPI
bounty
bsd/freebsd
bsd/openbsd
bug
bug
build-infra
cantfix
critical
doc
duplicate
enhancement
fix-available
from git
from release
good first issue
help wanted
installer/package
invalid
linux
macOS
meta
needs testing
pull-request
query
question
regression
regression
v2.4.0
windows
wontfix
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/barrier#1544
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/debauchee/barrier/pull/24
Author: @truatpasteurdotfr
Created: 3/23/2018
Status: ✅ Merged
Merged: 3/24/2018
Merged by: @walker0643
Base:
packages← Head:master📝 Commits (10+)
49d2835adding some buildrequires for Centos-{6,7}31554e0Update barrier.spec.in97d8916Merge remote-tracking branch 'upstream/master'd227282initial spec file that actually build2a2feb2barrier.spec in place: rpmbuild -ta should work557fc6efixing missing build_env.sh for rpmbuildd434140fix 2.0.0-RC2 in spec file70356caextra git requirement removed1e33d85docker recipes1b51842singularity recipe for CentOS-7 builder📊 Changes
23 files changed (+512 additions, -11 deletions)
View changed files
➕
barrier.spec(+86 -0)➕
build_rpm.sh(+28 -0)📝
cmake/Package.cmake(+1 -1)➕
debian/changelog(+6 -0)📝
debian/rules(+64 -2)➖
debian/source/format(+0 -1)📝
dist/rpm/barrier.spec.in(+66 -7)➕
dist/rpm/build_env.sh(+7 -0)➕
dist/rpm/build_installer.sh.in(+55 -0)➕
docker/CentOS-6-git-builder/Dockerfile(+19 -0)➕
docker/CentOS-6-git-builder/README.md(+1 -0)➕
docker/CentOS-6-release-builder/README.md(+1 -0)➕
docker/CentOS-7-git-builder/Dockerfile(+14 -0)➕
docker/CentOS-7-git-builder/README.md(+1 -0)➕
docker/CentOS-7-release-builder/Dockerfile(+13 -0)➕
docker/debian9-git-builder/Dockerfile(+27 -0)➕
docker/debian9-git-builder/README.md(+2 -0)➕
docker/debian9-release-builder/Dockerfile(+29 -0)➕
docker/fedora27-git-builder/Dockerfile(+12 -0)➕
docker/fedora27-git-builder/README.md(+1 -0)...and 3 more files
📄 Description
works for me on c6/c7/f27 and tentative debian9
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.