aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xauto-void-packages/auto-build-all-orphans.sh11
1 files changed, 4 insertions, 7 deletions
diff --git a/auto-void-packages/auto-build-all-orphans.sh b/auto-void-packages/auto-build-all-orphans.sh
index 373a058..13b5e95 100755
--- a/auto-void-packages/auto-build-all-orphans.sh
+++ b/auto-void-packages/auto-build-all-orphans.sh
@@ -120,15 +120,10 @@ echo "Executing update-git-repo.sh"
for package in "${!pkgs_to_update[@]}"; do
- echo "DEBUG : package : $package"
-
# If the currently selected package is in the exclude list, continue to the next package
- if echo "$pkgs_to_exclude" | grep -q "$package"; then #TODO
- echo "DEBUG : before continue"
+ if echo "$package" | grep -q -E "^($(echo "$pkgs_to_exclude" | tr ',' '|'))"; then #TODO
continue
- echo "DEBUG : after continue"
fi
- echo "DEBUG : after if exclude"
# If we've hit the max number of packages asked by the user, break the loop
if [ $pkg_counter -ge $nb_of_pkgs_to_build ]; then
@@ -137,9 +132,11 @@ for package in "${!pkgs_to_update[@]}"; do
latest_version="${pkgs_to_update[$package]}"
auto_build_archs_path="$HOME/workbench/auto-void-packages/auto-build/archs-${package}-${latest_version}.txt"
- echo "[$package - $latest_version]"
+ echo ">>>[$package - $latest_version]>>>"
./update-package.sh "$package" "$latest_version" "$auto_build_archs_path"
+ echo "<<<[$package - $latest_version]<<<"
+
((pkg_counter++))
done
it/commit/README.md?h=v1.0.0&id=68cda46c46b5050efbe8846307af7ff90c1856fc&follow=1'>Update README.mdv3.2.1Clyhtsuriva1-1/+1 2021-05-19Update README.mdClyhtsuriva1-3/+3 2021-05-19Update README.mdClyhtsuriva1-1/+1 2021-05-19Update README.mdClyhtsuriva1-8/+10 2021-05-19Update README.mdClyhtsuriva1-1/+2 2021-05-19Update README.mdClyhtsuriva1-8/+7 2021-05-19Update README.mdrelease/3.2.1Clyhtsuriva1-6/+21 2021-05-19Big updaterelease/3.2Clyhtsuriva55-235/+193 Restructuring the packages and adding a Constants.kt for the api URL. Also adding gson in Singletons.kt 2021-05-19Update README.mdClyhtsuriva1-1/+5 2021-05-14Update README.mdClyhtsuriva1-1/+3 2021-05-14Update README.mdClyhtsuriva1-0/+23 2021-05-14Update README.md and adding logo onto the main screenrelease/3.1Clyhtsuriva2-10/+13 2021-05-14Singletons on all pages : OKClyhtsuriva6-125/+81 2021-05-14Singletons : DetailTopManga : OKClyhtsuriva2-21/+49 2021-05-14Addedd Singletons for TopManga.Clyhtsuriva3-23/+43