mirror of
https://github.com/ovh/the-bastion.git
synced 2026-05-10 00:09:09 +02:00
[PR #32] [MERGED] enh: install-ttyrec.sh replaces build-and-install-ttyrec.sh #182
Labels
No labels
answered
bug
documentation
enhancement
enhancement
feature
feature
kept-open-for-info
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/the-bastion#182
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/ovh/the-bastion/pull/32
Author: @speed47
Created: 11/5/2020
Status: ✅ Merged
Merged: 11/5/2020
Merged by: @speed47
Base:
master← Head:ttyrec📝 Commits (1)
619000fenh: install-ttyrec.sh replaces build-and-install-ttyrec.sh📊 Changes
14 files changed (+209 additions, -137 deletions)
View changed files
➖
bin/admin/build-and-install-ttyrec.sh(+0 -57)📝
bin/admin/install(+3 -3)➕
bin/admin/install-ttyrec.sh(+162 -0)📝
docker/Dockerfile.centos7(+4 -7)📝
docker/Dockerfile.centos8(+4 -7)📝
docker/Dockerfile.debian10(+4 -7)📝
docker/Dockerfile.debian8(+4 -7)📝
docker/Dockerfile.debian9(+4 -7)📝
docker/Dockerfile.opensuse15(+4 -7)📝
docker/Dockerfile.opensuse151(+4 -7)📝
docker/Dockerfile.ubuntu1404(+4 -7)📝
docker/Dockerfile.ubuntu1604(+4 -7)📝
docker/Dockerfile.ubuntu1804(+4 -7)📝
docker/Dockerfile.ubuntu2004(+4 -7)📄 Description
No longer build ttyrec inplace, either download and install the
Debian/RPM package, or install the prebuild static binaries.
Modify the Dockerfiles accordingly.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.