Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added installer for Dremio, a software for federated data #6688

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lucafabbian
Copy link

:)

Since there is no official way to install this open source software in Ubuntu, I thought I could contribute.

The script is mostly inspired from the docker and android studio ones.

pkgname="dremio-bin"
gives="dremio"
pkgver="4.9.1"
fullver="4.9.1-202010230218060541-2e764ed0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
fullver="4.9.1-202010230218060541-2e764ed0"
fullver="${pkgver}-202010230218060541-2e764ed0"

Comment on lines +10 to +11
sha256sums_amd64=("ccd0ac89c9d3dc13eee8eba0f3f489b3f9efc7a897c1c550d919fcc294c749f9")
source_amd64=("https://download.dremio.com/community-server/${fullver}/dremio-community-${fullver}.tar.gz")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
sha256sums_amd64=("ccd0ac89c9d3dc13eee8eba0f3f489b3f9efc7a897c1c550d919fcc294c749f9")
source_amd64=("https://download.dremio.com/community-server/${fullver}/dremio-community-${fullver}.tar.gz")
sha256sums=("ccd0ac89c9d3dc13eee8eba0f3f489b3f9efc7a897c1c550d919fcc294c749f9")
source=("https://download.dremio.com/community-server/${fullver}/${gives}-community-${fullver}.tar.gz")

source_amd64=("https://download.dremio.com/community-server/${fullver}/dremio-community-${fullver}.tar.gz")

package() {
cd "${_archive}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
cd "${_archive}"
cd "${gives}-community-${fullver}"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants