Removed: mirror-main-repo & mirror-recursive - replace with python
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
This commit is contained in:
parent
8aa4ead937
commit
e4736671aa
|
@ -1,7 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
#
|
|
||||||
# Just mirror (clone or fetch) specified git repository
|
|
||||||
# - no other mess (eg submodules, just clean mirror)
|
|
||||||
#
|
|
||||||
# Usage:
|
|
||||||
# mirror-main-repo <url>
|
|
|
@ -1,12 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
#
|
|
||||||
# Mirror git repository with submodules - recursively
|
|
||||||
#
|
|
||||||
# Usage:
|
|
||||||
# mirror-recursive <main repo url> [<depth=1000>]
|
|
||||||
|
|
||||||
# strict mode
|
|
||||||
set -euo pipefail
|
|
||||||
IFS=$'\n\t'
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user