Skip to content

Commit

Permalink
check for user manual zips before creating product
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tee committed Aug 14, 2023
1 parent 5ba0ce6 commit ef68af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/send-to-sendowl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ create_product ()
}

# prefetch the installers not on this machine
# TODO check for user manuals too
prefetch () {
while \
! remote_pkg_exists "osx-brew-zip" "$connection_type_aws" \
|| ! remote_pkg_exists "windows-msys" "$connection_type_aws" \
|| ! remote_pkg_exists "gnu-linux" "$connection_type_aws" \
|| ! remote_pkg_exists "user-manual-zip" "$connection_type_aws" \
|| ! remote_pkg_exists "flatpak" "$connection_type_aws" ; do
>&2 echo "final packages don't exist. waiting to check again..."
sleep 24
Expand Down

0 comments on commit ef68af0

Please sign in to comment.