2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-30 06:48:20 +00:00

correct the generation of conf/distributions for xcat-dep (#3553)

This commit is contained in:
yangsong
2017-07-28 00:00:35 -05:00
committed by GitHub
parent 915248a419
commit 38539f48bd

View File

@@ -338,7 +338,7 @@ __EOF__
echo "SignWith: yes" >> conf/distributions
echo "" >> conf/distributions
fi
done
done
cat << __EOF__ > conf/options
verbose
@@ -457,15 +457,18 @@ Architectures: $tmp_out_arch
Components: main
Description: Repository automatically genereted conf
__EOF__
if [ "$GPGSIGN" = "0" ];then
echo "GPGSIGN=$GPGSIGN specified, the repo will not be signed"
echo "" >> conf/distributions
else
echo "SignWith: yes" >> conf/distributions
echo "" >> conf/distributions
fi
done
if [ "$GPGSIGN" = "0" ];then
echo "GPGSIGN=$GPGSIGN specified, the repo will not be signed"
echo "" >> conf/distributions
else
echo "SignWith: yes" >> conf/distributions
echo "" >> conf/distributions
fi
cat << __EOF__ > conf/options
verbose