Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
andife committed Jul 7, 2024
1 parent 7fa2c10 commit 5c5453f
Show file tree
Hide file tree
Showing 7 changed files with 52 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/reuse.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# SPDX-FileCopyrightText: 2022 Free Software Foundation Europe e.V. <https://fsfe.org>
#
# SPDX-License-Identifier: CC0-1.0

name: REUSE Compliance Check

on: [push, pull_request]

permissions: # set top-level default permissions as security best practice
contents: read

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: REUSE Compliance Check
uses: fsfe/reuse-action@a46482ca367aef4454a87620aa37c2be4b2f8106 # v3.0.0
4 changes: 4 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright Contributors to the Pyro project.
#
# SPDX-License-Identifier: Apache-2.0

# Required
version: 2

Expand Down
11 changes: 11 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,14 @@ precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright Contributors to the Pyro project."
SPDX-License-Identifier = "Apache-2.0"

[[annotations]]
path = "docs/source/**png"
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright Contributors to the Pyro project."
SPDX-License-Identifier = "Apache-2.0"

[[annotations]]
path = "docs/source/**rst"
precedence = "aggregate"
SPDX-FileCopyrightText = "Copyright Contributors to the Pyro project."
SPDX-License-Identifier = "Apache-2.0"
4 changes: 4 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Copyright Contributors to the Pyro project.
#
# SPDX-License-Identifier: Apache-2.0

ARG base_img=ubuntu:18.04
FROM ${base_img}

Expand Down
6 changes: 6 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
Copyright Contributors to the Pyro project.
SPDX-License-Identifier: Apache-2.0
-->

## Using Pyro Docker

Some utilities for building docker images and running Pyro inside a Docker container are
Expand Down
5 changes: 5 additions & 0 deletions docker/install.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/usr/bin/env bash

# Copyright Contributors to the Pyro project.
#
# SPDX-License-Identifier: Apache-2.0

set -xe

pip install --upgrade pip
Expand Down
4 changes: 4 additions & 0 deletions scripts/perf_test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/usr/bin/env bash

# Copyright Contributors to the Pyro project.
#
# SPDX-License-Identifier: Apache-2.0

set -xe

function _cleanup() {
Expand Down

0 comments on commit 5c5453f

Please sign in to comment.