forked from typedb/typedb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
grakn-core-all RPM package (typedb#5070)
## What is the goal of this PR? Adds `grakn-core-all` (`bazel build //:assemble-linux-rpm`) : virtual package to install both `server` and `console` ## What are the changes implemented in this PR? - Adds `//:assemble-linux-rpm` and `//:deploy-rpm` targets - Adds `.spec` file to build `grakn-core-all` - Introduces exact version dependencies between `console`/`server` and `bin` - Deploys and installs `grakn-core-all` on `test-deployment`
- Loading branch information
1 parent
e189161
commit 719d8fe
Showing
7 changed files
with
41 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Name: grakn-core-all | ||
Version: devel | ||
Release: 1 | ||
Summary: Grakn Core (all) | ||
URL: https://grakn.ai | ||
License: Apache License, v2.0 | ||
AutoReqProv: no | ||
|
||
Requires: grakn-core-server = %{version} | ||
Requires: grakn-core-console = %{version} | ||
|
||
%description | ||
Grakn Core (all) - virtual package which installs both Grakn Core Server and Grakn Core Console | ||
|
||
%prep | ||
|
||
%build | ||
|
||
%install | ||
|
||
%files | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters