Skip to content

Commit

Permalink
added new product names for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
markdhooper committed Aug 8, 2022
1 parent 50a8436 commit 6b48554
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- build
- dev
tags:
- 'v*.*.*'
jobs:
Expand Down
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
## Serial45d 1.0.2-7
## Serial45d 1.0.3-1

* added Stornado-2U-Turbo product name to config.txt
* updated motherboard entries in config.txt
* added fx series chassis sizes and product names for testing
10 changes: 5 additions & 5 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"__version": "45D-R1",
"name": "serial45d",
"title": "Serial45d",
"prerelease": false,
"version": "1.0.2",
"buildVersion": "7",
"prerelease": true,
"version": "1.0.3",
"buildVersion": "1",
"author": "Mark Hooper <mhooper@45drives.com>",
"url": "https://github.com/45Drives/serial45d",
"category": "utils",
Expand Down Expand Up @@ -50,8 +50,8 @@
],
"changelog": {
"urgency": "medium",
"version": "1.0.2",
"buildVersion": "7",
"version": "1.0.3",
"buildVersion": "1",
"ignore": [],
"date": null,
"packager": "Mark Hooper <mhooper@45drives.com>",
Expand Down
2 changes: 2 additions & 0 deletions packaging/el7/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ fi
%{_bindir}/*

%changelog
* Mon Aug 08 2022 Mark Hooper <mhooper@45drives.com> 1.0.3-1
- added fx series chassis sizes and product names for testing
* Mon Aug 08 2022 Mark Hooper <mhooper@45drives.com> 1.0.2-7
- added Stornado-2U-Turbo product name to config.txt
- updated motherboard entries in config.txt
Expand Down
2 changes: 2 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ fi
%{_bindir}/*

%changelog
* Mon Aug 08 2022 Mark Hooper <mhooper@45drives.com> 1.0.3-1
- added fx series chassis sizes and product names for testing
* Mon Aug 08 2022 Mark Hooper <mhooper@45drives.com> 1.0.2-7
- added Stornado-2U-Turbo product name to config.txt
- updated motherboard entries in config.txt
Expand Down
6 changes: 6 additions & 0 deletions packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
serial45d (1.0.3-1focal) focal; urgency=medium

* added fx series chassis sizes and product names for testing

-- Mark Hooper <mhooper@45drives.com> Mon, 08 Aug 2022 12:08:59 -0300

serial45d (1.0.2-7focal) focal; urgency=medium

* added Stornado-2U-Turbo product name to config.txt
Expand Down
18 changes: 18 additions & 0 deletions src/fakeroot/opt/45drives/serial45d/configs/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ CPU:Intel(R) Xeon(R) Silver 4216 CPU @ 2.10GHz
Chassis Type:2U
Chassis Type:2UGW
Chassis Type:AV15
Chassis Type:F8X1
Chassis Type:F8X2
Chassis Type:F8X3
Chassis Type:C8
Chassis Type:MI4
Chassis Type:Q30
Expand Down Expand Up @@ -71,6 +74,21 @@ Product Name:Storinator-C8-Enhanced-AMD
Product Name:Storinator-C8-Enhanced-S
Product Name:Storinator-C8-Turbo
Product Name:Storinator-C8-Turbo-G
Product Name:Storinator-F8X1-Base-B
Product Name:Storinator-F8X1-Enhanced
Product Name:Storinator-F8X1-Enhanced-AMD
Product Name:Storinator-F8X1-Turbo
Product Name:Storinator-F8X1-Turbo-G
Product Name:Storinator-F8X2-Base-B
Product Name:Storinator-F8X2-Enhanced
Product Name:Storinator-F8X2-Enhanced-AMD
Product Name:Storinator-F8X2-Turbo
Product Name:Storinator-F8X2-Turbo-G
Product Name:Storinator-F8X3-Base-B
Product Name:Storinator-F8X3-Enhanced
Product Name:Storinator-F8X3-Enhanced-AMD
Product Name:Storinator-F8X3-Turbo
Product Name:Storinator-F8X3-Turbo-G
Product Name:Storinator-H16-AV15-Enhanced
Product Name:Storinator-H16-AV15-Enhanced-AMD
Product Name:Storinator-H16-AV15-Enhanced-S
Expand Down

0 comments on commit 6b48554

Please sign in to comment.