Skip to content
Snippets Groups Projects
Select Git revision
  • c707343848e54dd1b70e9bd41ac142ba28632779
  • master default protected
  • dither_on_off_disabled
  • yocto
  • pypcc2
  • pypcc3
  • 2020-12-07-the_only_working_copy
  • v2.1
  • v2.0
  • v1.0
  • v0.9
  • Working-RCU_ADC,ID
  • 2020-12-11-Holiday_Season_release
13 results

pypcc.pyc

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    submodule-and-lfs.sh 327 B
    #!/bin/bash
    # Copyright (C) 2024 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
    
    HOOKS_DIR=`git rev-parse --git-path hooks`
    cp bin/hooks/* ${HOOKS_DIR}/