Skip to content

Commit

Permalink
Build Packages for MS73 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanKeo45 committed Sep 6, 2024
1 parent b477316 commit f1d8d14
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 13 deletions.
2 changes: 0 additions & 2 deletions 45drives-motherboard/public/helper_scripts/sata
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@ def generate_dynamic_paths():
return dynamic_paths




def ls_by_path(motherboard):
try:
ls_result = subprocess.Popen(
Expand Down
6 changes: 0 additions & 6 deletions 45drives-system/public/scripts/sata
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,6 @@ g_motherboard_sata_addresses = {
## ["pci-0000:00:0{X}:00.0-ata-{i}","I-SATA{i}"]
],
"MS03-6L0-000":[
# ["pci-0000:00:17.0-ata-1","I-SATA0"],
# ["pci-0000:00:17.0-ata-2","I-SATA1"],
# ["pci-0000:00:17.0-ata-3","I-SATA2"],
# ["pci-0000:00:17.0-ata-4","I-SATA3"],
# ["pci-0000:00:17.0-ata-5","I-SATA4"],
# ["pci-0000:00:17.0-ata-6","I-SATA5"],
["pci-0000:00:17.0-ata-1","SL_SATA1"],
["pci-0000:00:17.0-ata-2","SL_SATA1"],
["pci-0000:00:17.0-ata-3","SL_SATA1"],
Expand Down
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
## cockpit-45drives-hardware 2.4.2-1
## cockpit-45drives-hardware 2.4.3-1

* Adds second new Gigabyte motherboard (MS03-6L0) and fixes error in SATA Helper script so all sata drives plugged into mobo ports show in 45Drives Motherboard module
* Updating build number due to packaging tag conflict
* Adds Gigabyte MS73-HB0 motherboard support
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "cockpit-45drives-hardware",
"title": "cockpit-45drives-hardware",
"prerelease": true,
"version": "2.4.2",
"version": "2.4.3",
"buildVersion": "1",
"author": "Mark Hooper <[email protected]>",
"url": "https://github.com/45Drives/cockpit-hardware",
Expand Down Expand Up @@ -58,7 +58,7 @@
],
"changelog": {
"urgency": "medium",
"version": "2.4.2",
"version": "2.4.3",
"buildVersion": "1",
"ignore": [],
"date": null,
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 @@ make DESTDIR=%{buildroot} install
/usr/lib/udev/rules.d/68-cockpit-45drives-disks.rules

%changelog
* Fri Sep 06 2024 Jordan Keough <[email protected]> 2.4.3-1
- Adds Gigabyte MS73-HB0 motherboard support
* Fri Aug 23 2024 Jordan Keough <[email protected]> 2.4.2-1
- Adds second new Gigabyte motherboard (MS03-6L0) and fixes error in SATA Helper
script so all sata drives plugged into mobo ports show in 45Drives Motherboard
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 @@
cockpit-45drives-hardware (2.4.3-1focal) focal; urgency=medium

* Adds Gigabyte MS73-HB0 motherboard support

-- Jordan Keough <[email protected]> Fri, 06 Sep 2024 07:53:13 -0300

cockpit-45drives-hardware (2.4.2-1focal) focal; urgency=medium

* Adds second new Gigabyte motherboard (MS03-6L0) and fixes error in SATA Helper
Expand Down

0 comments on commit f1d8d14

Please sign in to comment.