mirror of
https://github.com/45Drives/cockpit-navigator.git
synced 2025-07-31 01:24:37 +02:00
prepare for packaging
This commit is contained in:
parent
b0d36d95f6
commit
75c85df71c
@ -1,3 +1,3 @@
|
|||||||
## Cockpit Navigator 0.4.6-2
|
## Cockpit Navigator 0.4.6-3
|
||||||
|
|
||||||
* First build with auto packaging
|
* Add relase for el7
|
10
README.md
10
README.md
@ -23,17 +23,17 @@ With no command line use needed, you can:
|
|||||||
# Installation
|
# Installation
|
||||||
## From Github Release
|
## From Github Release
|
||||||
### Ubuntu
|
### Ubuntu
|
||||||
1. `$ wget https://github.com/45Drives/cockpit-navigator/releases/download/v0.4/cockpit-navigator_0.4.6-1focal_all.deb`
|
1. `$ wget https://github.com/45Drives/cockpit-navigator/releases/download/v0.4/cockpit-navigator_0.4.6-3focal_all.deb`
|
||||||
1. `# apt install ./cockpit-navigator_0.4.6-1focal_all.deb`
|
1. `# apt install ./cockpit-navigator_0.4.6-3focal_all.deb`
|
||||||
### EL7
|
### EL7
|
||||||
1. `# yum install https://github.com/45Drives/cockpit-navigator/releases/download/v0.4/cockpit-navigator-0.4.6-1.el7.noarch.rpm`
|
1. `# yum install https://github.com/45Drives/cockpit-navigator/releases/download/v0.4/cockpit-navigator-0.4.6-3.el7.noarch.rpm`
|
||||||
### EL8
|
### EL8
|
||||||
1. `# dnf install https://github.com/45Drives/cockpit-navigator/releases/download/v0.4/cockpit-navigator-0.4.6-1.el8.noarch.rpm`
|
1. `# dnf install https://github.com/45Drives/cockpit-navigator/releases/download/v0.4/cockpit-navigator-0.4.6-3.el8.noarch.rpm`
|
||||||
## From Source
|
## From Source
|
||||||
1. Ensure dependencies are installed: `cockpit`, `python3`, `rsync`, `zip`.
|
1. Ensure dependencies are installed: `cockpit`, `python3`, `rsync`, `zip`.
|
||||||
1. `$ git clone https://github.com/45Drives/cockpit-navigator.git`
|
1. `$ git clone https://github.com/45Drives/cockpit-navigator.git`
|
||||||
1. `$ cd cockpit-navigator`
|
1. `$ cd cockpit-navigator`
|
||||||
1. `$ git checkout <version>` (v0.4 is latest)
|
1. `$ git checkout <version>` (v0.4.6 is latest)
|
||||||
1. `# make install`
|
1. `# make install`
|
||||||
## From 45Drives Repositories
|
## From 45Drives Repositories
|
||||||
### Ubuntu
|
### Ubuntu
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"title": "Cockpit Navigator",
|
"title": "Cockpit Navigator",
|
||||||
"prerelease": false,
|
"prerelease": false,
|
||||||
"version": "0.4.6",
|
"version": "0.4.6",
|
||||||
"buildVersion": "2",
|
"buildVersion": "3",
|
||||||
"author": "Josh Boudreau <jboudreau@45drives.com>",
|
"author": "Josh Boudreau <jboudreau@45drives.com>",
|
||||||
"url": "https://github.com/45Drives/cockpit-navigator",
|
"url": "https://github.com/45Drives/cockpit-navigator",
|
||||||
"category": "utils",
|
"category": "utils",
|
||||||
@ -45,12 +45,17 @@
|
|||||||
"image": "rocky-el8-builder",
|
"image": "rocky-el8-builder",
|
||||||
"codeName": "el8",
|
"codeName": "el8",
|
||||||
"type": "el"
|
"type": "el"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"image": "centos-el7-builder",
|
||||||
|
"codeName": "el7",
|
||||||
|
"type": "el"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"changelog": {
|
"changelog": {
|
||||||
"urgency": "medium",
|
"urgency": "medium",
|
||||||
"version": "0.4.6",
|
"version": "0.4.6",
|
||||||
"buildVersion": "2",
|
"buildVersion": "3",
|
||||||
"ignore": [],
|
"ignore": [],
|
||||||
"date": null,
|
"date": null,
|
||||||
"packager": "Josh Boudreau <jboudreau@45drives.com>",
|
"packager": "Josh Boudreau <jboudreau@45drives.com>",
|
||||||
|
@ -30,6 +30,10 @@ rm -rf %{buildroot}
|
|||||||
/usr/share/cockpit/navigator/*
|
/usr/share/cockpit/navigator/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 07 2021 Josh Boudreau <jboudreau@45drives.com> 0.4.6-3
|
||||||
|
- Add relase for el7
|
||||||
|
* Wed Jul 07 2021 Josh Boudreau <jboudreau@45drives.com> 0.4.6-3
|
||||||
|
- Add relase for el7
|
||||||
* Wed Jun 30 2021 Josh Boudreau <jboudreau@45drives.com> 0.4.6-2
|
* Wed Jun 30 2021 Josh Boudreau <jboudreau@45drives.com> 0.4.6-2
|
||||||
- First build with auto packaging
|
- First build with auto packaging
|
||||||
* Fri Jun 18 2021 Josh Boudreau <jboudreau@45drives.com> 0.4.6-1
|
* Fri Jun 18 2021 Josh Boudreau <jboudreau@45drives.com> 0.4.6-1
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
cockpit-navigator (0.4.6-3focal) focal; urgency=medium
|
||||||
|
|
||||||
|
* Add relase for el7
|
||||||
|
|
||||||
|
-- Josh Boudreau <jboudreau@45drives.com> Wed, 07 Jul 2021 12:19:39 -0300
|
||||||
|
|
||||||
cockpit-navigator (0.4.6-2focal) focal; urgency=medium
|
cockpit-navigator (0.4.6-2focal) focal; urgency=medium
|
||||||
|
|
||||||
* First build with auto packaging
|
* First build with auto packaging
|
||||||
|
Loading…
x
Reference in New Issue
Block a user