Skip to content

Commit bf5f13a

Browse files
committed
Use display-friendly release archive name
1 parent fdd54b8 commit bf5f13a

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,13 +192,13 @@ full-smoke-gcc42:
192192
$(BUILD_DIR)/leojson_dist_smoke_gcc42
193193
$(MAKE) headerdoc
194194

195-
RELEASE_ARCHIVE = $(DIST_DIR)/LeoJSON-$(VERSION)-leopard-ppc.tar.gz
195+
RELEASE_ARCHIVE = $(DIST_DIR)/LeoJSON-$(VERSION)-Leopard-PPC.tar.gz
196196
RELEASE_SHA256 = $(RELEASE_ARCHIVE).sha256
197197

198198
.PHONY: archive-gcc42 verify-archive-gcc42 clean-archive
199199

200200
archive-gcc42: release-gcc42
201-
cd $(DIST_DIR) && tar -czf LeoJSON-$(VERSION)-leopard-ppc.tar.gz LeoJSON-$(VERSION)
201+
cd $(DIST_DIR) && tar -czf LeoJSON-$(VERSION)-Leopard-PPC.tar.gz LeoJSON-$(VERSION)
202202
openssl dgst -sha256 $(RELEASE_ARCHIVE) > $(RELEASE_SHA256)
203203

204204
verify-archive-gcc42: archive-gcc42

docs/package-hardening-results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ PowerPC hardware.
2424
## Artifact
2525

2626
```text
27-
dist/LeoJSON-0.7.0-leopard-ppc.tar.gz
27+
dist/LeoJSON-0.7.0-Leopard-PPC.tar.gz
2828
````
2929
3030
## SHA256

docs/release-archive-results.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ headers, static library, README, and checksum file.
1010
## Artifact pattern
1111

1212
```text
13-
dist/LeoJSON-<version>-leopard-ppc.tar.gz
14-
dist/LeoJSON-<version>-leopard-ppc.tar.gz.sha256
13+
dist/LeoJSON-<version>-Leopard-PPC.tar.gz
14+
dist/LeoJSON-<version>-Leopard-PPC.tar.gz.sha256
1515
````
1616
1717
## Interpretation

docs/release-archive.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ make verify-archive-gcc42
1818
## Archive name
1919

2020
```text
21-
LeoJSON-<version>-leopard-ppc.tar.gz
21+
LeoJSON-<version>-Leopard-PPC.tar.gz
2222
```
2323

2424
## Checksum
2525

2626
Each archive receives a SHA256 checksum file:
2727

2828
```text
29-
LeoJSON-<version>-leopard-ppc.tar.gz.sha256
29+
LeoJSON-<version>-Leopard-PPC.tar.gz.sha256
3030
```
3131

3232
## Rule

0 commit comments

Comments
 (0)