Skip to content

Commit 8f22adc

Browse files
committed
some help
1 parent 249bc47 commit 8f22adc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

tools/all_repos.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def get_packages(url):
5252

5353

5454
default_orgs = [
55-
"binder-examples",
55+
# "binder-examples",
5656
"binderhub-ci-repos",
5757
"ipython",
5858
"jupyter",
@@ -66,7 +66,7 @@ def get_packages(url):
6666
"jupyter-standards",
6767
"jupyter-widgets",
6868
"jupyter-xeus",
69-
"jupytercon",
69+
# "jupytercon",
7070
"jupyterhub",
7171
"jupyterlab",
7272
"voila-dashboards",

tools/tide.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ def get_packages(url):
2525

2626
if "A required part of this site couldn’t load" in response.text:
2727
print(f"Fastly is blocking us for {url}. Status code: 403")
28+
print(
29+
"You can try `Array.from(document.querySelectorAll('h3')).map(h3 => h3.innerText).join(' ');`, from js console when viewing a page from a browser and use the `--packages` option."
30+
)
2831
exit(1)
2932

3033
# Parse the HTML content

0 commit comments

Comments
 (0)