1
0
Derivar 0

build: functions.bash: Checkout git submodules

Este cometimento está contido em:
Albert S. 2022-06-06 17:15:05 +02:00
ascendente c76b9cf7b5
cometimento fa38977813
1 ficheiros modificados com 3 adições e 0 eliminações

Ver ficheiro

@ -34,6 +34,9 @@ function build_git_repo()
sed -e "s/VERSION_PLACEHOLDER/$VERSION_CHANGELOG/g" -i ./debian/changelog
DATE_CHANGELOG=$(date -R)
sed -e "s/DATE_PLACEHOLDER/$DATE_CHANGELOG/g" -i ./debian/changelog
git submodule init
git submodule update
dpkg-buildpackage --no-sign
cp -a ../*.deb "$TARGET_DIR"/
}