Skip to content

Commit

Permalink
task 302526: freeipa-healthcheck 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislavlevin committed Jun 29, 2022
1 parent 6288217 commit da6f104
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scripts/prepare-build-altlinux.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/bin/bash -eu

function prepare_build() {
apt-repo add task 302526
apt-get update
apt-get install -y gear rpm-build rpm-build-python3
runuser -u "$GHA_USER" -- gear-rpm -bs --nodeps \
Expand Down
1 change: 1 addition & 0 deletions ipatests/azure/Dockerfiles/Dockerfile.build.altlinux
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ENV container=docker LANG=en_US.utf8 LANGUAGE=en_US.utf8 LC_ALL=en_US.utf8

COPY dist /root
RUN \
apt-repo add task 302526 && \
apt-get update \
&& apt-get install -y /root/rpms/*.rpm openssh \
gssproxy-nfs-server nfs-server \
Expand Down
1 change: 1 addition & 0 deletions ipatests/azure/templates/prepare-build-altlinux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
steps:
- script: |
set -e
sudo apt-repo add task 302526
sudo apt-get update
echo "Installing base development environment"
sudo apt-get install -y gear rpm-build rpm-build-python3
Expand Down

0 comments on commit da6f104

Please sign in to comment.