Repository management - change control filename

This commit is contained in:
Igor Pecovnik
2023-09-17 09:23:38 +02:00
committed by Igor
parent 58d4fcfc7a
commit 39ee6545d9

View File

@@ -119,7 +119,7 @@ for release in "${distributions[@]}"; do
#if [ $mainnum -gt 0 ] && [ $utilnum -gt 0 ] && [ $desknum -gt 0 ]; then
# write repo sync control file
mkdir -p ${2}/public/
sudo date +%s > ${2}/public/.control
sudo date +%s > ${2}/public/control
# publish
echo "Publishing ${release}"
aptly publish \