Skip to content

Commit

Permalink
Add some log line
Browse files Browse the repository at this point in the history
  • Loading branch information
macpie committed May 14, 2024
1 parent 3e8456a commit 4eac50f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/scripts/make_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,14 +99,16 @@ run_fpm()
sudo apt update
sudo apt install --yes ruby
sudo gem install fpm -v 1.14.2 # current as of 2022-11-08
echo "ruby deps installed"

for config_path in $( find . -name 'settings-template.toml' )
do
oracle=$(echo $config_path | sed -E 's!\./([^/]+)/.+$!\1!' | sed -E 's!_!-!g')

write_unit_template $oracle
write_prepost_template $oracle
run_fpm $oracle $config_path $VERSION
echo "$oracle done"
done

for deb in /tmp/*.deb
Expand Down

0 comments on commit 4eac50f

Please sign in to comment.