mirror of
https://github.com/ansible/awx.git
synced 2026-05-24 17:17:45 -02:30
Fix Makefile tabs/spaces
This commit is contained in:
2
Makefile
2
Makefile
@@ -529,7 +529,7 @@ deb-src-upload: deb-src
|
||||
|
||||
reprepro: deb
|
||||
mkdir -p $@/conf
|
||||
cp -a packaging/reprepro $@/conf
|
||||
cp -a packaging/reprepro/* $@/conf/
|
||||
if [ "$(OFFICIAL)" = "yes" ] ; then \
|
||||
echo "ask-passphrase" >> $@/conf/options; \
|
||||
sed -i -e 's|^\(Codename:\)|SignWith: $(DEB_GPG_KEY)\n\1|' $@/conf/distributions ; \
|
||||
|
||||
Reference in New Issue
Block a user