mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 15:09:32 -02:30
Correct reprepro/conf path in Makefile
This commit is contained in:
4
Makefile
4
Makefile
@@ -629,8 +629,8 @@ reprepro/conf:
|
|||||||
mkdir -p $@
|
mkdir -p $@
|
||||||
cp -a packaging/reprepro/* $@/
|
cp -a packaging/reprepro/* $@/
|
||||||
if [ "$(OFFICIAL)" = "yes" ] ; then \
|
if [ "$(OFFICIAL)" = "yes" ] ; then \
|
||||||
echo "ask-passphrase" >> $@/conf/options; \
|
echo "ask-passphrase" >> $@/options; \
|
||||||
sed -i -e 's|^\(Codename:\)|SignWith: $(GPG_KEY)\n\1|' $@/conf/distributions ; \
|
sed -i -e 's|^\(Codename:\)|SignWith: $(GPG_KEY)\n\1|' $@/distributions ; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
reprepro: deb-build/$(DEB_NVRA).deb reprepro/conf
|
reprepro: deb-build/$(DEB_NVRA).deb reprepro/conf
|
||||||
|
|||||||
Reference in New Issue
Block a user