Compile: add reset option
1 unresolved thread
1 unresolved thread
Resets the submodules medialibrary and vlc to the tested hash
Merge request reports
Activity
Filter activity
added 22 commits
-
66916b92...2c2b7ab5 - 21 commits from branch
videolan:master
- 32f9d8bc - Compile: add reset option
-
66916b92...2c2b7ab5 - 21 commits from branch
enabled an automatic merge when the pipeline for 32f9d8bc succeeds
mentioned in issue #2139 (closed)
297 300 fi 298 301 if [ "$BYPASS_VLC_SRC_CHECKS" = 1 ]; then 299 302 diagnostic "VLC sources: Bypassing checks (required by option)" 303 elif [ $RESET -eq 1 ]; then 304 cd vlc 305 git reset --hard ${TESTED_HASH} || fail "VLC sources: TESTED_HASH ${TESTED_HASH} not found"