The Advance Reconnaissance Crew
Signed-off-by: james02135 <james02135@hotmail.com> Remove reformatted files Signed-off-by: james02135 <james02135@hotmail.com> Reformat URL with one underscore instead of two Signed-off-by: james02135 <james02135@hotmail.com> Include info about fedpkg wrapper and API calls Signed-off-by: james02135 <james02135@hotmail.com> Restrict interactions to DistGit class only Signed-off-by: james02135 <james02135@hotmail.com> Add any API Endpoints Signed-off-by: james02135 <james02135@hotmail.com> Remove Koji-related methods, and specify which fedpkg wrapper methods used Signed-off-by: james02135 <james02135@hotmail.com> Reformat packit.rst to display properly Signed-off-by: james02135 <james02135@hotmail.com> Include bullet points for already mentioned API Endpoints and fedpkg packit sources Signed-off-by: james02135 <james02135@hotmail.com> Include bullet points for already mentioned API Endpoints and fedpkg packit sources Signed-off-by: james02135 <james02135@hotmail.com> Remove links to fedpkg packit sources Signed-off-by: james02135 <james02135@hotmail.com> |
||
---|---|---|
.git-crypt | ||
ansible | ||
docs | ||
scripts | ||
.gitattributes | ||
.gitignore | ||
.readthedocs.yaml | ||
datagrepper_stats.ods | ||
README.md |
The Advance Reconnaissance Crew (ARC)
This reprository contains the notes, documentation and ansible repository for the investigation that the ARC team leads.
More documentation about the team can be found at: https://fedora-arc.readthedocs.io/en/latest/index.html
How to build locally
-
Create python virtual environment
python3 -m venv .venv
-
Activate virtual environment
. .venv/bin/activate
-
Install requirements
pip install -r docs/requirements.txt
-
Execute the Makefile
cd docs make html
-
You will find the compiled HTML in
docs/_build/html