Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DATA/tools/epn/gen_topo_o2dpg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ while true; do
done
git checkout $GEN_TOPO_SOURCE &> /dev/null
if [[ $? != 0 ]]; then
git fetch --tags origin 1>&2 || { echo Repository update failed 1>&2; exit 1; }
git fetch -f --tags origin 1>&2 || { echo Repository update failed 1>&2; exit 1; }
git checkout $GEN_TOPO_SOURCE &> /dev/null || { echo commit does not exist 1>&2; exit 1; }
fi
# At a tag, or a detached non-dirty commit, but not on a branch
Expand Down