Skip to content

Commit

Permalink
[werf] check SOURCE_REPO (nfs-utils rpcbind)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Karpov <[email protected]>
  • Loading branch information
krpsh123 committed Dec 12, 2024
1 parent ed5b946 commit 3241235
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/nfs-utils/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ shell:
- useradd -g deckhouse -u {{ $deckhouse_uid_gid }} deckhouse
install:
- cd
- git clone --depth 1 --branch {{ $version }} {{ env "SOURCE_REPO" }}/steved/nfs-utils.git nfs-utils
- git clone --depth 1 --branch {{ $version }} git://git.linux-nfs.org/projects/steved/nfs-utils.git nfs-utils
- cd nfs-utils
- ./autogen.sh
- ./configure --disable-gss --disable-mount --with-statduser=deckhouse --with-rpcgen=internal
Expand Down
2 changes: 1 addition & 1 deletion images/rpcbind/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ shell:
- useradd -g deckhouse -u {{ $deckhouse_uid_gid }} deckhouse
install:
- cd
- git clone --depth 1 --branch {{ $version }} {{ env "SOURCE_REPO" }}/steved/rpcbind.git rpcbind
- git clone --depth 1 --branch {{ $version }} git://git.linux-nfs.org/projects/steved/rpcbind.git rpcbind
- cd rpcbind
- ./autogen.sh
- ./configure --sbindir=/sbin --enable-warmstarts --with-statedir=/var/run/rpcbind --with-rpcuser=deckhouse --disable-libwrap --with-systemdsystemunitdir=no --enable-debug
Expand Down

0 comments on commit 3241235

Please sign in to comment.