Skip to content

Commit

Permalink
Merge branch 'master' of ssh://github.com/STNS/libnss
Browse files Browse the repository at this point in the history
  • Loading branch information
pyama86 committed Jul 16, 2024
2 parents ea92059 + 9fd61f5 commit 9f9aa3a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 41 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,8 @@ version:

pkg: version ## Create some distribution packages
rm -rf builds && mkdir build:
scripts/pkg.sh
docker-compose build
docker-compose run --rm -v $(shell pwd)/:/stns

changelog:
git-chglog -o CHANGELOG.md
Expand Down
5 changes: 4 additions & 1 deletion dockerfiles/Dockerfile.centos-7
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM centos:7
MAINTAINER pyama86 <[email protected]>
RUN yum install -y glibc \
RUN sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* && \
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* && \
yum -y update && yum clean all && \
yum install -y glibc \
gcc \
make \
bzip2 \
Expand Down
20 changes: 0 additions & 20 deletions dockerfiles/Dockerfile.debian-10

This file was deleted.

19 changes: 0 additions & 19 deletions scripts/pkg.sh

This file was deleted.

0 comments on commit 9f9aa3a

Please sign in to comment.