mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Repository management - change control filename
This commit is contained in:
@@ -119,7 +119,7 @@ for release in "${distributions[@]}"; do
|
|||||||
#if [ $mainnum -gt 0 ] && [ $utilnum -gt 0 ] && [ $desknum -gt 0 ]; then
|
#if [ $mainnum -gt 0 ] && [ $utilnum -gt 0 ] && [ $desknum -gt 0 ]; then
|
||||||
# write repo sync control file
|
# write repo sync control file
|
||||||
mkdir -p ${2}/public/
|
mkdir -p ${2}/public/
|
||||||
sudo date +%s > ${2}/public/.control
|
sudo date +%s > ${2}/public/control
|
||||||
# publish
|
# publish
|
||||||
echo "Publishing ${release}"
|
echo "Publishing ${release}"
|
||||||
aptly publish \
|
aptly publish \
|
||||||
|
|||||||
Reference in New Issue
Block a user