Select Git revision
dynamic_scheduling.py
-
Jorrit Schaap authoredJorrit Schaap authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
submodule-and-lfs.sh 307 B
#!/bin/bash
#
# Copyright (C) 2025 ASTRON (Netherlands Institute for Radio Astronomy)
# SPDX-License-Identifier: Apache-2.0
#
if [ ! -f "setup.sh" ]; then
echo "submodule-and-lfs.sh must be executed with repository root as working directory!"
exit 1
fi
mkdir -p .git/hooks/
cp bin/hooks/* .git/hooks/