Skip to content

Commit 0bc7380

Browse files
committed
weer eens een update gedraaid
1 parent e973900 commit 0bc7380

File tree

4 files changed

+194
-175
lines changed

4 files changed

+194
-175
lines changed

Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
all:
22
python3 listGeonovumRepos.py
3+
4+
repos:
5+
(cd repos; python3 checkoutGeonovumRepos.py)

checkoutGeonovumRepos.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#
55
# Dit script checkt alle Geonovum repositories uit en houdt ze up to date.
66
# Vereisten:
7-
# - Github client is geinstalleerd: https://cli.github.com/manual
8-
# - Token maken en inloggen met
7+
# - Github client is geinstalleerd: (sudo apt-get install gh)
8+
# - Authenticatie regel (export GH_TOKEN=)
99
#
1010
import subprocess
1111
import json

0 commit comments

Comments
 (0)