From 5df976fcf405a96d324f0fc087f775dede0b3803 Mon Sep 17 00:00:00 2001 From: pulpbot Date: Sun, 7 Apr 2024 02:34:09 +0000 Subject: [PATCH] Update CI files [noissue] --- .github/template_gitref | 2 +- .github/workflows/scripts/script.sh | 1 + lint_requirements.txt | 2 +- template_config.yml | 4 +++- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/template_gitref b/.github/template_gitref index d42a1cd95..9ec4e6fe6 100644 --- a/.github/template_gitref +++ b/.github/template_gitref @@ -1 +1 @@ -2021.08.26-324-gb820cc2 +2021.08.26-326-ge5addc7 diff --git a/.github/workflows/scripts/script.sh b/.github/workflows/scripts/script.sh index eefab9b32..31a0760a3 100755 --- a/.github/workflows/scripts/script.sh +++ b/.github/workflows/scripts/script.sh @@ -31,6 +31,7 @@ if [[ "$TEST" = "docs" ]]; then if [[ "$GITHUB_WORKFLOW" == "Rpm CI" ]]; then towncrier build --yes --version 4.0.0.ci fi + # Legacy Docs Build cd docs make PULP_URL="$PULP_URL" diagrams html tar -cvf docs.tar ./_build diff --git a/lint_requirements.txt b/lint_requirements.txt index d7785650e..24a7ef0dc 100644 --- a/lint_requirements.txt +++ b/lint_requirements.txt @@ -6,7 +6,7 @@ # For more info visit https://github.com/pulp/plugin_template # python packages handy for developers, but not required by pulp -black==23.12.1 +black==24.3.0 check-manifest flake8 flake8-black diff --git a/template_config.yml b/template_config.yml index 7d50cef8b..1ded4ad1d 100644 --- a/template_config.yml +++ b/template_config.yml @@ -1,7 +1,7 @@ # This config represents the latest values used when running the plugin-template. Any settings that # were not present before running plugin-template have been added with their default values. -# generated with plugin_template@2021.08.26-319-ga283c28 +# generated with plugin_template@2021.08.26-326-ge5addc7 api_root: /pulp/ black: true @@ -88,4 +88,6 @@ test_performance: test_reroute: true test_s3: true use_issue_template: true +use_legacy_docs: true +use_unified_docs: false