Skip to content
Snippets Groups Projects
Select Git revision
  • 313af9377dc6cbfd65aafc99eb0297907fe9ee9f
  • master default protected
  • ao2g15/uos-latex-template-ao2g15-master-patch-59788
  • v1.6
  • v1.5
  • v1.4
  • v1.3
  • v1.1
  • v1.0-rc4
  • v2.2-rc1
  • v1.0-rc3
  • v1.0-rc2
  • v2.0
  • v1.0-rc1
  • v0.9
  • v0.9.1
  • v1.0-rc
17 results

uosdocs.ins

Blame
  • socpull 570 B
    #-----------------------------------------------------------------------------
    # SoC Labs SoCPull Script 
    # - Pull latest updates to all Repositories in a project
    # A joint work commissioned on behalf of SoC Labs, under Arm Academic Access license.
    #
    # Contributors
    #
    # David Mapstone (d.a.mapstone@soton.ac.uk)
    #
    # Copyright  2023, SoC Labs (www.soclabs.org)
    #-----------------------------------------------------------------------------
    #!/bin/bash
    
    # Update all Submodules to latest commit
    cd $SOCLABS_DESIGN_ROOT; git pull; git submodule foreach --recursive git pull