Skip to content

Commit

Permalink
Cloud-Sync Testing Package
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanKeo45 committed Jan 6, 2025
1 parent 31f0580 commit a27c07c
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
## task scheduler 1.2.7-1
## task scheduler 1.2.8-1

* *FIXED VERSION NUMBER* Adds more robust error handling to ZFSRepTask parameters and updates EditTask logic to check for changes before saving.
* Creating testing package for Cloud-Sync addition
10 changes: 6 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "cockpit-scheduler",
"title": "task scheduler",
"prerelease": true,
"version": "1.2.7",
"version": "1.2.8",
"buildVersion": "1",
"author": "Jordan Keough <jkeough@45drives.com>",
"url": "https://github.com/45Drives/cockpit-scheduler",
Expand All @@ -29,7 +29,8 @@
"rsync",
"findutils",
"smartmontools",
"mbuffer"
"mbuffer",
"rclone"
]
},
"el": {
Expand All @@ -39,7 +40,8 @@
"rsync",
"findutils",
"smartmontools",
"mbuffer"
"mbuffer",
"rclone"
]
}
},
Expand All @@ -57,7 +59,7 @@
],
"changelog": {
"urgency": "medium",
"version": "1.2.7",
"version": "1.2.8",
"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 @@ -28,6 +28,8 @@ make DESTDIR=%{buildroot} install
/opt/45drives/houston/scheduler/*

%changelog
* Mon Jan 06 2025 Jordan Keough <jkeough@45drives.com> 1.2.8-1
- Creating testing package for Cloud-Sync addition
* Thu Jan 02 2025 Jordan Keough <jkeough@45drives.com> 1.2.7-1
- *FIXED VERSION NUMBER* Adds more robust error handling to ZFSRepTask parameters
and updates EditTask logic to check for changes before saving.
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-scheduler (1.2.8-1focal) focal; urgency=medium

* Creating testing package for Cloud-Sync addition

-- Jordan Keough <jkeough@45drives.com> Mon, 06 Jan 2025 07:20:27 -0400

cockpit-scheduler (1.2.7-1focal) focal; urgency=medium

* *FIXED VERSION NUMBER* Adds more robust error handling to ZFSRepTask parameters
Expand Down
2 changes: 1 addition & 1 deletion scheduler/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cockpit-scheduler",
"private": true,
"version": "1.0.2",
"version": "1.2.8",
"description": "Scheduler Module for Automating Server Tasks",
"types": "./src/index.d.ts",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion scheduler/public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

"menu": {
"scheduler": {
"label": "Task Scheduler (TESTING)",
"label": "Task Scheduler (CLOUD-SYNC)",
"path": "index.html",
"order": 110
}
Expand Down

0 comments on commit a27c07c

Please sign in to comment.