chorn: change pack files

This commit is contained in:
2023-10-25 17:44:27 +08:00
parent 1d26a1e318
commit 9fac585e5e
20 changed files with 57 additions and 57 deletions

View File

@@ -1,5 +1,5 @@
#!/bin/bash
DISTTAG=${1:latest}
DISTTAG=${1:beta}
for package in `ls packages`; do
echo $package
pushd packages/$package