make-stable: Extend it to more directories uploaded that need sync

This commit is contained in:
Holger Hans Peter Freyther 2017-08-07 12:33:01 +08:00
parent ccf6ece826
commit d413b7be38
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ if [ "x$DRYRUN" != "x" ]; then
ARGS=--dry-run
fi
DIRS="images ipk sdk tools cache-state"
DIRS="images ipk sdk tools cache-state sources cache conf"
for i in $DIRS;
do