Removed: mirror-main-repo & mirror-recursive - replace with python

Signed-off-by: Václav Valíček <valicek1994@gmail.com>
This commit is contained in:
Václav Valíček 2022-08-07 21:52:37 +02:00
parent 8aa4ead937
commit e4736671aa
Signed by: valicek
GPG Key ID: FF05BDCA0C73BB31
2 changed files with 0 additions and 19 deletions

View File

@ -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>

View File

@ -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'