From 9a22337a23d6122e13323f3b9e51c4cf037cbf9f Mon Sep 17 00:00:00 2001 From: davidovski Date: Wed, 6 Oct 2021 23:30:26 +0100 Subject: added features for branch switching --- build-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build-repo.sh') diff --git a/build-repo.sh b/build-repo.sh index c3dd2b0..6cfc416 100755 --- a/build-repo.sh +++ b/build-repo.sh @@ -9,7 +9,7 @@ fetch () { } build () { - for REPO in $(du -h xipkgs/repo/* | awk '{print $2}'); do + for REPO in $(du -h xipkgs/repo/* | awk '{print $2}' | sort -r); do REPO_NAME=$(echo $REPO | cut -d"/" -f2-) REPO_INDEX=dist/$REPO_NAME/index.html -- cgit v1.2.1