Skip to content

Commit

Permalink
add fs_reset_sentinels.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
humbletim committed Jul 28, 2022
1 parent b597937 commit 106107b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/fs_reset_sentinels.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash
set -eu
test -d "${1}" || { echo "$0 expected builddir as first and only script argument" ; exit 1; }
sleep 2 && touch ${1}/packages/cmake_tracking/sentinel_installed || true
sleep 2 && touch `ls ${1}/packages/cmake_tracking/*_installed | fgrep -v sentinel_installed` || true

0 comments on commit 106107b

Please sign in to comment.