-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ADMIN] Ratification of v1.0-preview by FOCUS Steering Committee (#487)
The group approved this PR's content on the FOCUS Members' call on June 13. See PR #484 for further details. --------- Signed-off-by: Mike Fuller <[email protected]> Co-authored-by: Mike Fuller <[email protected]>
- Loading branch information
1 parent
3fbf0d0
commit a46d114
Showing
7 changed files
with
99 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,36 +2,36 @@ name: generate_candidate_release_spec | |
on: | ||
push: | ||
branches: | ||
- 'candidate_release' | ||
- "candidate_recommendation" | ||
|
||
jobs: | ||
# The job that will use the container image you just pushed to ghcr.io | ||
gen_pdf: | ||
runs-on: ubuntu-20.04 | ||
container: | ||
image: pandoc/extra:latest-ubuntu | ||
steps: | ||
- name: Check out repository code | ||
uses: actions/checkout@v3 | ||
- name: Install prequirements | ||
shell: bash | ||
run: | | ||
/usr/bin/apt-get -y update | ||
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.jammy_amd64.deb | ||
DEBIAN_FRONTEND=noninteractive /usr/bin/apt install -y make | ||
DEBIAN_FRONTEND=noninteractive /usr/bin/apt install -y -f ./wkhtmltox_0.12.6.1-2.jammy_amd64.deb | ||
/usr/bin/pip3 install -r requirements.txt | ||
- name: Build PDF | ||
shell: bash | ||
working-directory: ./specification | ||
run: | | ||
make STYLE=candidate_release | ||
- name: Upload Spec | ||
uses: actions/[email protected] | ||
with: | ||
name: FOCUS_specification | ||
path: | | ||
specification/spec.html | ||
specification/spec.pdf | ||
specification/images/* | ||
specification/styles/* | ||
# The job that will use the container image you just pushed to ghcr.io | ||
gen_pdf: | ||
runs-on: ubuntu-20.04 | ||
container: | ||
image: pandoc/extra:latest-ubuntu | ||
steps: | ||
- name: Check out repository code | ||
uses: actions/checkout@v3 | ||
- name: Install prequirements | ||
shell: bash | ||
run: | | ||
/usr/bin/apt-get -y update | ||
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.jammy_amd64.deb | ||
DEBIAN_FRONTEND=noninteractive /usr/bin/apt install -y make | ||
DEBIAN_FRONTEND=noninteractive /usr/bin/apt install -y -f ./wkhtmltox_0.12.6.1-2.jammy_amd64.deb | ||
/usr/bin/pip3 install --break-system-packages -r requirements.txt | ||
- name: Build PDF | ||
shell: bash | ||
working-directory: ./specification | ||
run: | | ||
make STYLE=candidate_release | ||
- name: Upload Spec | ||
uses: actions/[email protected] | ||
with: | ||
name: FOCUS_specification | ||
path: | | ||
specification/spec.html | ||
specification/spec.pdf | ||
specification/images/* | ||
specification/styles/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,36 +2,36 @@ name: generate_publication_spec | |
on: | ||
push: | ||
branches: | ||
- 'main' | ||
- "main" | ||
|
||
jobs: | ||
# The job that will use the container image you just pushed to ghcr.io | ||
gen_pdf: | ||
runs-on: ubuntu-20.04 | ||
container: | ||
image: pandoc/extra:latest-ubuntu | ||
steps: | ||
- name: Check out repository code | ||
uses: actions/checkout@v3 | ||
- name: Install prequirements | ||
shell: bash | ||
run: | | ||
/usr/bin/apt-get -y update | ||
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.jammy_amd64.deb | ||
DEBIAN_FRONTEND=noninteractive /usr/bin/apt install -y make | ||
DEBIAN_FRONTEND=noninteractive /usr/bin/apt install -y -f ./wkhtmltox_0.12.6.1-2.jammy_amd64.deb | ||
/usr/bin/pip3 install -r requirements.txt | ||
- name: Build PDF | ||
shell: bash | ||
working-directory: ./specification | ||
run: | | ||
make STYLE=main | ||
- name: Upload Spec | ||
uses: actions/[email protected] | ||
with: | ||
name: FOCUS_specification | ||
path: | | ||
specification/spec.html | ||
specification/spec.pdf | ||
specification/images/* | ||
specification/styles/* | ||
# The job that will use the container image you just pushed to ghcr.io | ||
gen_pdf: | ||
runs-on: ubuntu-20.04 | ||
container: | ||
image: pandoc/extra:latest-ubuntu | ||
steps: | ||
- name: Check out repository code | ||
uses: actions/checkout@v3 | ||
- name: Install prequirements | ||
shell: bash | ||
run: | | ||
/usr/bin/apt-get -y update | ||
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.jammy_amd64.deb | ||
DEBIAN_FRONTEND=noninteractive /usr/bin/apt install -y make | ||
DEBIAN_FRONTEND=noninteractive /usr/bin/apt install -y -f ./wkhtmltox_0.12.6.1-2.jammy_amd64.deb | ||
/usr/bin/pip3 install --break-system-packages -r requirements.txt | ||
- name: Build PDF | ||
shell: bash | ||
working-directory: ./specification | ||
run: | | ||
make STYLE=main | ||
- name: Upload Spec | ||
uses: actions/[email protected] | ||
with: | ||
name: FOCUS_specification | ||
path: | | ||
specification/spec.html | ||
specification/spec.pdf | ||
specification/images/* | ||
specification/styles/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,38 +2,38 @@ name: generate_draft_spec | |
on: | ||
push: | ||
branches: | ||
- '*' | ||
- '!main' | ||
- '!candidate_release' | ||
- "*" | ||
- "!main" | ||
- "!candidate_release" | ||
|
||
jobs: | ||
# The job that will use the container image you just pushed to ghcr.io | ||
gen_pdf: | ||
runs-on: ubuntu-20.04 | ||
container: | ||
image: pandoc/extra:latest-ubuntu | ||
steps: | ||
- name: Check out repository code | ||
uses: actions/checkout@v3 | ||
- name: Install prequirements | ||
shell: bash | ||
run: | | ||
/usr/bin/apt-get -y update | ||
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.jammy_amd64.deb | ||
DEBIAN_FRONTEND=noninteractive /usr/bin/apt install -y make | ||
DEBIAN_FRONTEND=noninteractive /usr/bin/apt install -y -f ./wkhtmltox_0.12.6.1-2.jammy_amd64.deb | ||
/usr/bin/pip3 install -r requirements.txt | ||
- name: Build PDF | ||
shell: bash | ||
working-directory: ./specification | ||
run: | | ||
make STYLE=working_draft | ||
- name: Upload Spec | ||
uses: actions/[email protected] | ||
with: | ||
name: FOCUS_specification | ||
path: | | ||
specification/spec.html | ||
specification/spec.pdf | ||
specification/images/* | ||
specification/styles/* | ||
# The job that will use the container image you just pushed to ghcr.io | ||
gen_pdf: | ||
runs-on: ubuntu-20.04 | ||
container: | ||
image: pandoc/extra:latest-ubuntu | ||
steps: | ||
- name: Check out repository code | ||
uses: actions/checkout@v3 | ||
- name: Install prequirements | ||
shell: bash | ||
run: | | ||
/usr/bin/apt-get -y update | ||
wget https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.jammy_amd64.deb | ||
DEBIAN_FRONTEND=noninteractive /usr/bin/apt install -y make | ||
DEBIAN_FRONTEND=noninteractive /usr/bin/apt install -y -f ./wkhtmltox_0.12.6.1-2.jammy_amd64.deb | ||
/usr/bin/pip3 install --break-system-packages -r requirements.txt | ||
- name: Build PDF | ||
shell: bash | ||
working-directory: ./specification | ||
run: | | ||
make STYLE=working_draft | ||
- name: Upload Spec | ||
uses: actions/[email protected] | ||
with: | ||
name: FOCUS_specification | ||
path: | | ||
specification/spec.html | ||
specification/spec.pdf | ||
specification/images/* | ||
specification/styles/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
watchdog==3.0.0 | ||
pymarkdownlnt==0.9.11 | ||
pymarkdownlnt==0.9.12 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters