summaryrefslogtreecommitdiff
path: root/build-repo.sh
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2021-10-07 00:07:30 +0100
committerdavidovski <david@davidovski.xyz>2021-10-07 00:07:30 +0100
commit180f016139fafb301a90dbfe67111420b027c99e (patch)
tree040555b7d2855885e79bb32f5c20476e66261eb9 /build-repo.sh
parent9a22337a23d6122e13323f3b9e51c4cf037cbf9f (diff)
formatting
Diffstat (limited to 'build-repo.sh')
-rwxr-xr-xbuild-repo.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build-repo.sh b/build-repo.sh
index 6cfc416..bf6f783 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}' | sort -r); 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
@@ -129,6 +129,7 @@ sync () {
# update the repository
+clean
fetch
build
clean