[go: up one dir, main page]

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

Improved Docker pkgbuild #824

Merged
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove superfluous VERSION variables
  • Loading branch information
joshuaboniface committed Feb 9, 2019
commit da860e6e54bb938741d264c58569f809129b3792
1 change: 0 additions & 1 deletion deployment/debian-package-x64/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ source ../common.build.sh
keep_artifacts="${1}"

WORKDIR="$( pwd )"
VERSION="$( grep '^jellyfin' ${WORKDIR}/pkg-src/changelog | head -1 | awk -F '[()]' '{ print $2 }' )"

package_temporary_dir="${WORKDIR}/pkg-dist-tmp"
output_dir="${WORKDIR}/pkg-dist"
Expand Down
1 change: 0 additions & 1 deletion deployment/debian-package-x64/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
source ../common.build.sh

WORKDIR="$( pwd )"
VERSION="$( grep '^jellyfin' ${WORKDIR}/pkg-src/changelog | head -1 | awk -F '[()]' '{ print $2 }' )"

package_temporary_dir="${WORKDIR}/pkg-dist-tmp"
output_dir="${WORKDIR}/pkg-dist"
Expand Down