Skip to content

Commit

Permalink
build packages
Browse files Browse the repository at this point in the history
  • Loading branch information
hansrachit123 committed Dec 11, 2024
1 parent 6f2709b commit 864ddf5
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
4 changes: 1 addition & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
## task scheduler 1.2.3-1

* Introduces time-based snapshot retention policies
## task scheduler 1.2.4-2
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
PLUGIN_SRCS=scheduler

# For installing to a remote machine for testing with `make install-remote`
REMOTE_TEST_HOST=192.168.123.5
REMOTE_TEST_HOST=192.168.207.33
REMOTE_TEST_USER=root

# Restarts cockpit after install
Expand Down
10 changes: 5 additions & 5 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": false,
"version": "1.2.3",
"version": "1.2.4",
"buildVersion": "1",
"author": "Jordan Keough <[email protected]>",
"url": "https://github.com/45Drives/cockpit-scheduler",
Expand Down Expand Up @@ -57,11 +57,11 @@
],
"changelog": {
"urgency": "medium",
"version": "1.2.3",
"buildVersion": "1",
"version": "1.2.4",
"buildVersion": "2",
"ignore": [],
"date": null,
"packager": "Jordan Keough <jkeough@45drives.com>",
"date": "2024-12-11T09:59:38.162212",
"packager": "Rachit Hans <rhans@45drives.com>",
"changes": []
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"scripts": {
"build": "yarn build:common && yarn build:app"
},
"packageManager": "yarn@4.2.2"
"packageManager": "yarn@4.5.3"
}
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
* Wed Dec 11 2024 Rachit Hans <[email protected]> 1.2.4-1
- Fixed auto-snapshot recursive bug
* Wed Nov 27 2024 Jordan Keough <[email protected]> 1.2.3-1
- Introduces time-based snapshot retention policies
* Mon Nov 04 2024 Jordan Keough <[email protected]> 1.2.2-1
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.4-1focal) focal; urgency=medium

* Fixed auto-snapshot recursive bug

-- Rachit Hans <[email protected]> Wed, 11 Dec 2024 05:53:37 -0400

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

* Introduces time-based snapshot retention policies
Expand Down

0 comments on commit 864ddf5

Please sign in to comment.