Skip to content

Commit

Permalink
Nightly build at 2023年 9月 8日 金曜日 07:15:54 JST
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-tee authored and Nightly build user committed Sep 7, 2023
1 parent b2c59f1 commit 3e2dac8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/create-manuals-zip.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ while true; do
wait_more=0
for lang in $linguas ; do
echo "checking if $lang manual exists..."
if remote_file_exists "manual/Zrythm-$zrythm_pkg_ver-$lang.pdf" "$connection_type_server"; then
if remote_file_exists "manual/Zrythm-$zrythm_pkg_ver-$lang.pdf" "$deploy_connection_type"; then
>&2 echo "found"
else
>&2 echo "does not exist"
Expand All @@ -48,7 +48,7 @@ for lang in $linguas ; do
echo "fetching $lang manual..."
fetch_file "manual/Zrythm-$zrythm_pkg_ver-$lang.pdf" \
"$dest_path/Zrythm-$zrythm_pkg_ver-$lang.pdf" \
"$connection_type_server"
"$deploy_connection_type"
echo "done"
done

Expand Down
2 changes: 1 addition & 1 deletion scripts/make-pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if [ -d "build" ]; then
reconfigure="--reconfigure"
fi
_locales=`join_by , $linguas`
zrythm_git_ver="$(git ls-remote https://git.zrythm.org/zrythm/zrythm HEAD | awk '{print $1;}')"
zrythm_git_ver="$(git ls-remote https://gitlab.zrythm.org/zrythm/zrythm HEAD | awk '{print $1;}')"
$meson_path build $reconfigure -Dmeson-path=$meson_path \
-Dzrythm-git-ver=$zrythm_git_ver -Dzrythm-pkg-ver=$zrythm_pkg_ver \
-Dzrythm-pkg-semver=$zrythm_pkg_semver \
Expand Down

0 comments on commit 3e2dac8

Please sign in to comment.