mirror of
https://github.com/cusspvz/openwrt-builder.docker.git
synced 2026-08-11 16:32:52 +00:00
upgrade builders
This commit is contained in:
@@ -10,11 +10,10 @@ CUSTOM_REPOSITORIES=$(ls $PATH_REPOSITORIES)
|
||||
CPUS=${CPUS:-2}
|
||||
CLEAN=${CLEAN:-0}
|
||||
|
||||
|
||||
## HANDLE REPOSITORYS
|
||||
cp $PATH_SRC/repositories.conf $PATH_SRC/repositories.conf.default
|
||||
for CUSTOM_REPOSITORY in $CUSTOM_REPOSITORIES; do
|
||||
echo "src ${CUSTOM_REPOSITORY} file://${PATH_REPOSITORIES}/${CUSTOM_REPOSITORY}" >> $PATH_SRC/repositories.conf
|
||||
echo "src ${CUSTOM_REPOSITORY} ${PATH_REPOSITORIES}/${CUSTOM_REPOSITORY}" >> $PATH_SRC/repositories.conf
|
||||
done;
|
||||
|
||||
# Build image
|
||||
|
||||
Reference in New Issue
Block a user