Skip to content

Commit

Permalink
Fix debian package build
Browse files Browse the repository at this point in the history
  • Loading branch information
floodcode committed Feb 25, 2024
1 parent 6ff8360 commit b5ded07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions debian/.debian-ci/build_source/build-script
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ rev_upstream_branch="$(git rev-parse --short=16 "$upstream_branch")"
pkgrev="${rev_upstream_branch}"
distribution="${pkg}-${pkg_env}"

"$pkggitdir/scripts/ci/update-version.sh" "${pkg_env}"
"$pkggitdir/scripts/ci/copy-auth-dirs.sh" "${pkg_env}"
"$pkggitdir/scripts/ci/update-env.sh" "${pkg_env}"

debianrev=$(cd "$pkggitdir" && git rev-parse --short HEAD)
ts="$(TZ=UTC date +%Y%m%dT%H%M%SZ)"
Expand Down

0 comments on commit b5ded07

Please sign in to comment.