Skip to content

Commit

Permalink
debs/
Browse files Browse the repository at this point in the history
  • Loading branch information
phlax committed Jan 14, 2025
1 parent a3fcb6e commit 81a685a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions debs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ exports_files([
"signing-token.txt",
])

filegroup(
name = "import",
srcs = glob(["import/v*/*"]),
)

genrule(
name = "empty",
outs = ["empty.txt"],
Expand Down Expand Up @@ -144,6 +139,11 @@ fetch_debs(
excludes = ":excludes",
)

filegroup(
name = "import",
srcs = glob(["import/v*/*"]),
)

PUBLISH_ENV = {
"APTLY_BIN": "$(location @aptly)",
"MAINTAINER_KEY": "$(location //:envoy-maintainers-public.key)",
Expand Down Expand Up @@ -180,7 +180,8 @@ HTML_BUILD_CMD = """
export APTLY_BIN="$(location @aptly)"
export MAINTAINER_KEY="$(location //:envoy-maintainers-public.key)"
export APTLY_CONF="$(location //:aptly-config)"
export DEBS="$(location :debs-publish)"
DEBS="$(dirname $(dirname $(echo $(locations :debs-publish) | cut -d' ' -f1)))"
export DEBS
export DEBS_ROOT="$${APT_ROOT}/repository"
export SIGNING_TOKEN="$(location :signing-token)"
ls -alh /opt/build
Expand Down

0 comments on commit 81a685a

Please sign in to comment.