aboutsummaryrefslogtreecommitdiff
path: root/mirror-repos.py
diff options
context:
space:
mode:
authorDon Delmar Davis <don@suspectdevices.com>2021-01-09 17:40:01 -0800
committerDon Delmar Davis <don@suspectdevices.com>2021-01-09 17:40:01 -0800
commitd1a19305e126286406d1be744c6b82ef93d88bc2 (patch)
tree47f57e83f21f7e8984fbbbc4cdd720679a497dba /mirror-repos.py
parentb267a099e217d6b2b92dede730a591603a3c2aea (diff)
small docs.
Diffstat (limited to 'mirror-repos.py')
-rwxr-xr-xmirror-repos.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/mirror-repos.py b/mirror-repos.py
index 358bb7d..c9f399c 100755
--- a/mirror-repos.py
+++ b/mirror-repos.py
@@ -1,9 +1,8 @@
#!/usr/bin/python
"""-------------------------------------------------------------------------clone-repos.py
-STUB FOR REWRITE:
-This should be segmented into servertomirror/organization/user/repository
-and the sources should be consolidated into either a file or other data source.
+this is mostly stolen from code here
+https://jpmens.net/2019/04/15/i-mirror-my-github-repositories-to-gitea/
Make mirror copies of repos from github and bitbucket.
Author: D. Delmar Davis <don@suspectdevices.com>