mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
keep-latest script: print commit hashes
This commit is contained in:
parent
fc0294326d
commit
4c80f513f5
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
set -e
|
||||
|
||||
last_commit=$(git log --grep='Update known apks' | grep commit | head -n 1 | sed -E -n 's/commit (.*)/\1/p')
|
||||
echo "Last known apks update at: $last_commit"
|
||||
echo "HEAD at: $(git rev-parse HEAD)"
|
||||
changed_files=$(git diff --name-only "$last_commit" HEAD)
|
||||
|
||||
for file in $changed_files; do
|
||||
|
|
|
|||
Loading…
Reference in a new issue