Skip to content
Snippets Groups Projects
Commit 37fca30c authored by Bob Mottram's avatar Bob Mottram
Browse files

Send commit to downloads directory

parent 59ce6a74
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,7 @@ fi
xz --no-warn --verbose --keep --threads=3 -3 "${build_directory}"/*.img >> "$build_directory/build.txt"
mv "${build_directory}"/*.xz "${downloads_directory}"
cd "$source_directory" || exit 36735
git log -n 1 > "$source_directory/commit.txt"
git log -n 1 > "$downloads_directory/commit.txt"
rm "${build_directory}"/*.img
chown -R www-data:www-data "${downloads_directory}"
echo $"$(date) Build installed to website" >> "$build_directory/build.txt"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment