Skip to content

Commit 24f10d7

Browse files
authored
misc: remove unneeded trailing whitespace (#23)
1 parent 5b6532b commit 24f10d7

10 files changed

Lines changed: 22 additions & 22 deletions

File tree

apache-trusted-release/data-model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Public Signing Keys are stored using the User ID of the owner as the key.
4444

4545
### Vote Policy
4646

47-
These are a set of choices which control how a release vote is conducted by the ATR.
47+
These are a set of choices which control how a release vote is conducted by the ATR.
4848

4949
1. Mailto Addresses for Emails - defaults to the project dev list, but the PMC can change these and add contacts.
5050
This will be helpful in getting dependent projects to check releases early.
@@ -97,8 +97,8 @@ Multiple roles are possible and available actions are composed. Empty cells deno
9797

9898
| Activity | PMC Member | Release Manager | Committer | Visitor | ASF Member | SysAdmin
9999
| ---------- | ---------- | --------------- | --------- | ------- | ---------- | -----
100-
| binding vote | yes | | | | |
101-
| vote | yes | yes | yes | yes | yes |
100+
| binding vote | yes | | | | |
101+
| vote | yes | yes | yes | yes | yes |
102102
| release admin | yes | yes | | | | yes
103103
| project admin | yes | | | | | yes
104104
| product admin | yes | | | | | yes

apache-trusted-release/platform.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ See [Data Model](./data-model.md) for a discussion of the objects managed by the
2626
- downloads.apache.org and dlcdn.apache.org
2727
- dist.apache.org
2828
2. See [Legacy Releases from SVN Dist](./svn-dist.md). In this development phase we prefer to be at _transition 2_.
29-
29+
3030
### Release Stages
3131

3232
1. Build Releases
@@ -65,7 +65,7 @@ The co-ordinates make up the external path to objects. The metadata database pro
6565
- Package files including SBOMs
6666
- Signing keys
6767

68-
2. CRUD on
68+
2. CRUD on
6969
- Releases - Delete is not removal. It is a stage.
7070
- Artifacts - Managed with a Release. Infra can do targeted full CRUD on artifacts if required.
7171
- Public Signing Keys - Delete only if unused.
@@ -115,7 +115,7 @@ Note: this section is a flexible outline of what we intend for the UI, and may c
115115
- Enable GHA Builds
116116
- Manage PMC Transitions
117117
- Watch Operations
118-
118+
119119
5. Audit Page
120120
- ASF event history
121121
- PMC event history

apache-trusted-release/requirements.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ While reading consider these Notes:
2222
- Assure that the **ATR platform** follows industry best practices especially regarding **SBOMs**,
2323
**Certificate Management**, and **Digital Signatures**.
2424
- Help lead the industry to better practices.
25-
- Work within the **ASF** on **Release Policy** improvements.
25+
- Work within the **ASF** on **Release Policy** improvements.
2626

2727
## 3. Apache Trusted Release Platform (ATR)
2828

@@ -76,7 +76,7 @@ While reading consider these Notes:
7676
- Integrate with the [Security Advisory Process](advisory-process.md) to make it easy to track applicable advisories on download pages.
7777
- Expand support for [Evaluating Build Claims](evaluate.md) to additional build tools.
7878
- Expand automated support for additional [Distribution Channels](distributions.md).
79-
- Include a [Signing Candidates](./digital-signatures.md) phase during ATR processing.
79+
- Include a [Signing Candidates](./digital-signatures.md) phase during ATR processing.
8080

8181
> There are policy implications to the automation of digital signatures.
8282
> For now, creating digital signatures on certain artifact types must be done prior to GPG signing and

apache-trusted-release/svn-dist.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ flowchart TD
8282
ATR -->|rsync| D
8383
end
8484
```
85-
85+
8686
3. **Legacy is Retired** - `svn:dist/release` is retired.
8787

8888
```mermaid
@@ -95,7 +95,7 @@ flowchart TD
9595
ATR -->|rsync| D
9696
end
9797
```
98-
98+
9999
4. **Further Integration** - downloads.apache.org is hosted on ATR.
100100

101101
```mermaid

content/css/headerlink.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ h4:hover > .headerlink,
1212
h5:hover > .headerlink,
1313
h6:hover > .headerlink,
1414
dt:hover > .elementid-permalink {
15-
visibility: visible
15+
visibility: visible
1616
}

content/pages/data-model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Public Signing Keys are stored using the User ID of the owner as the key.
4848

4949
### Vote Policy
5050

51-
These are a set of choices which control how a release vote is conducted by the ATR.
51+
These are a set of choices which control how a release vote is conducted by the ATR.
5252

5353
1. Mailto Addresses for Emails - defaults to the project dev list, but the PMC can change these and add contacts.
5454
This will be helpful in getting dependent projects to check releases early.
@@ -101,8 +101,8 @@ Multiple roles are possible and available actions are composed. Empty cells deno
101101

102102
| Activity | PMC Member | Release Manager | Committer | Visitor | ASF Member | SysAdmin
103103
| ---------- | ---------- | --------------- | --------- | ------- | ---------- | -----
104-
| binding vote | yes | | | | |
105-
| vote | yes | yes | yes | yes | yes |
104+
| binding vote | yes | | | | |
105+
| vote | yes | yes | yes | yes | yes |
106106
| release admin | yes | yes | | | | yes
107107
| project admin | yes | | | | | yes
108108
| product admin | yes | | | | | yes

content/pages/platform.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ See [Data Model](data-model.html) for a discussion of the objects managed by the
3030
- downloads.apache.org and dlcdn.apache.org
3131
- dist.apache.org
3232
2. See [Legacy Releases from SVN Dist](https://github.com/apache/tooling-docs/blob/main/apache-trusted-release/svn-dist.md). In this development phase we prefer to be at _transition 2_.
33-
33+
3434
### Release Stages
3535

3636
1. Build Releases
@@ -69,7 +69,7 @@ The co-ordinates make up the external path to objects. The metadata database pro
6969
- Package files including SBOMs
7070
- Signing keys
7171

72-
2. CRUD on
72+
2. CRUD on
7373
- Releases - Delete is not removal. It is a stage.
7474
- Artifacts - Managed with a Release. Infra can do targeted full CRUD on artifacts if required.
7575
- Public Signing Keys - Delete only if unused.
@@ -119,7 +119,7 @@ Note: this section is a flexible outline of what we intend for the UI, and may c
119119
- Enable GHA Builds
120120
- Manage PMC Transitions
121121
- Watch Operations
122-
122+
123123
5. Audit Page
124124
- ASF event history
125125
- PMC event history

content/pages/trusted-release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The main project is the Apache Trusted Release Platform.
2020
- Assure that the **ATR platform** follows industry best practices especially regarding **SBOMs**,
2121
**Certificate Management**, and **Digital Signatures**.
2222
- Help lead the industry to better practices.
23-
- Work within the **ASF** on **Release Policy** improvements.
23+
- Work within the **ASF** on **Release Policy** improvements.
2424

2525
## 3. Apache Trusted Release Platform (ATR)
2626

@@ -74,7 +74,7 @@ The main project is the Apache Trusted Release Platform.
7474
- Integrate with the [Security Advisory Process](https://github.com/apache/tooling-docs/blob/main/apache-trusted-release/advisory-process.md) to make it easy to track applicable advisories on download pages.
7575
- Expand support for [Evaluating Build Claims](https://github.com/apache/tooling-docs/blob/main/apache-trusted-release/evaluate.md) to additional build tools.
7676
- Expand automated support for additional [Distribution Channels](https://github.com/apache/tooling-docs/blob/main/apache-trusted-release/distributions.md).
77-
- Include a [Signing Candidates](https://github.com/apache/tooling-docs/blob/main/apache-trusted-release/digital-signatures.md) phase during ATR processing.
77+
- Include a [Signing Candidates](https://github.com/apache/tooling-docs/blob/main/apache-trusted-release/digital-signatures.md) phase during ATR processing.
7878

7979
> There are policy implications to the automation of digital signatures.
8080
> For now, creating digital signatures on certain artifact types must be done prior to GPG signing and

content/pages/volunteer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ There are some basic things you could do if you're going to help out with the AS
1212
- Bring your `python` and `asfquart` skills and offer to help with modules.
1313
- Work on documentation.
1414
- Discuss policy clarifications and other difficult issues including moving questions and proposals to the apprioriate place.
15-
15+
1616
**Come talk to us on [Slack](https://the-asf.slack.com/) in the #tooling-discuss channel!**
1717

content/theme/templates/article.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<main class="flex-shrink-0">
1313
{% include "menu.html" %}
1414
{% include "breadcrumbs.html" %}
15-
15+
1616
{% include "generic.html" %}
17-
17+
1818
{% include "footer.html" %}
1919
</main>
2020
</body>

0 commit comments

Comments
 (0)