Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docs-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
# gardenlinux.* (e.g. oci -> podman, distro_version -> semver) and generate
# the CLI/API reference pages. Pinning an older release tag here drops
# those deps and breaks the python-gardenlinux-lib-cli reference.
pip install git+https://github.com/gardenlinux/python-gardenlinux-lib.git@c1dfb1390e5352476cbfcee8ad809a04d808903b
pip install git+https://github.com/gardenlinux/python-gardenlinux-lib.git@2a27700198bc91e0f9b8321960ebc4709d65c41a
pip install -r requirements.txt

- name: Run aggregate
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
# gardenlinux.* (e.g. oci -> podman, distro_version -> semver) and generate
# the CLI/API reference pages. Pinning an older release tag here drops
# those deps and breaks the python-gardenlinux-lib-cli reference.
pip install git+https://github.com/gardenlinux/python-gardenlinux-lib.git@c1dfb1390e5352476cbfcee8ad809a04d808903b
pip install git+https://github.com/gardenlinux/python-gardenlinux-lib.git@2a27700198bc91e0f9b8321960ebc4709d65c41a
pip install -r requirements.txt

- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ install:
# gardenlinux.* (e.g. oci -> podman, distro_version -> semver) and generate
# the CLI/API reference pages. Pinning an older release tag here drops
# those deps and breaks the python-gardenlinux-lib-cli reference.
pip install git+https://github.com/gardenlinux/python-gardenlinux-lib.git@c1dfb1390e5352476cbfcee8ad809a04d808903b
pip install git+https://github.com/gardenlinux/python-gardenlinux-lib.git@2a27700198bc91e0f9b8321960ebc4709d65c41a
pip install -r requirements.txt

run:
Expand Down
4 changes: 0 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ features:
details: Learn how to report any issue you face with Garden Linux
link: /how-to/reporting-issues

migration_status: "done"
migration_issue: https://github.com/gardenlinux/gardenlinux/issues/4622
migration_stakeholder: "@tmang0ld, @yeoldegrove, @ByteOtter"
migration_approved: false
---

<script setup>
Expand Down
4 changes: 0 additions & 4 deletions docs/introduction/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
title: "Introduction"
description: "How Garden Linux documentation is organized"
order: 1
migration_status: "done"
migration_issue: https://github.com/gardenlinux/gardenlinux/issues/4622
migration_stakeholder: "@tmang0ld, @yeoldegrove, @ByteOtter"
migration_approved: false
---

# Garden Linux
Expand Down
3 changes: 0 additions & 3 deletions docs/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
title: Tutorials
description: Learning-oriented guides that take you through a series of steps to complete a project
order: 2
migration_status: "done"
migration_stakeholder: "@tmang0ld, @yeoldegrove, @ByteOtter"
migration_approved: false
---

# Tutorials
Expand Down
12 changes: 6 additions & 6 deletions repos-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "gardenlinux",
"url": "https://github.com/gardenlinux/gardenlinux",
"ref": "main",
"commit": "f135908d017f8b306f89a36d2048f6fedad1e177",
"commit": "18e01e0eda948504abb3df5ced6b99232d989a89",
"root_files": [
"CONTRIBUTING.md",
"SECURITY.md",
Expand All @@ -17,13 +17,13 @@
"name": "builder",
"url": "https://github.com/gardenlinux/builder",
"ref": "main",
"commit": "4bdc94bb29a8dcfcb7f3be50cd909a9af875b731"
"commit": "2363bc8264729642b9b28a046e712a9c7744d7b3"
},
{
"name": "python-gardenlinux-lib",
"url": "https://github.com/gardenlinux/python-gardenlinux-lib",
"ref": "main",
"commit": "c1dfb1390e5352476cbfcee8ad809a04d808903b",
"commit": "2a27700198bc91e0f9b8321960ebc4709d65c41a",
"structure": "sphinx",
"target_map": {
"cli.md": "reference/python-gardenlinux-lib-cli.md",
Expand All @@ -34,19 +34,19 @@
"name": "package-linux",
"url": "https://github.com/gardenlinux/package-linux",
"ref": "main",
"commit": "f69981886bced20b25c241f19863370e6cee6b3c"
"commit": "d5fb162f21a5b06eedfcefe2e78ee00736fd315b"
},
{
"name": "package-build",
"url": "https://github.com/gardenlinux/package-build",
"ref": "main",
"commit": "faf09b767270aacd869fbf0b11154d3044e8ad58"
"commit": "c571525680671caeac7a1471cd7f2ca812f96474"
},
{
"name": "repo",
"url": "https://github.com/gardenlinux/repo",
"ref": "main",
"commit": "cd9dba1588400e6ea44a5076a673c3587fe93c3c"
"commit": "e07c14a8a5ddac524d038c5c59687418d2e6492d"
},
{
"name": "glrd",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ codespell==2.4.2
pytest
pyyaml
# glrd @ git+https://github.com/gardenlinux/glrd.git@v4.2.0
# gardenlinux @ git+https://github.com/gardenlinux/python-gardenlinux-lib.git@c1dfb1390e5352476cbfcee8ad809a04d808903b
# gardenlinux @ git+https://github.com/gardenlinux/python-gardenlinux-lib.git@2a27700198bc91e0f9b8321960ebc4709d65c41a
sphinx
sphinx-markdown-builder
sphinx-rtd-theme
Expand Down
Loading
Loading