Skip to content

Commit

Permalink
mention official repository
Browse files Browse the repository at this point in the history
  • Loading branch information
dholth committed Oct 25, 2023
1 parent fb49802 commit 7c0aa9d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions app/repodata_proxy.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
#!/usr/bin/env python3
"""
Local server for (repo.anaconda.com|conda.anaconda.org) that caches
repodata.json, and updates repodata.json using patches from repodata.fly.dev.
Other requests (for packages e.g.) are redirects to the upstream server.
repodata.json, and updates repodata.json using patches from "the official
repository"! previously, repodata.fly.dev. Other requests (for packages e.g.)
are redirects to the upstream server.
Usage:
$ python repodata_proxy.py &
$ conda install -c http://localhost:8080/conda.anaconda.org/conda-forge <package>
$ conda install -c http://localhost:8080/conda.anaconda.org/conda-forge
<package>
"""

import argparse
Expand Down

0 comments on commit 7c0aa9d

Please sign in to comment.