Skip to content

Commit

Permalink
chore: rename some of examples
Browse files Browse the repository at this point in the history
  • Loading branch information
thesayyn committed May 17, 2024
1 parent 138c84a commit 75afff9
Show file tree
Hide file tree
Showing 14 changed files with 5,547 additions and 10 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
docs/*.md
*.lock.json
12 changes: 6 additions & 6 deletions WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ load("//apt:index.bzl", "deb_index")
# bazel run @bullseye//:lock
deb_index(
name = "bullseye",
lock = "//examples/apt:bullseye.lock.json",
manifest = "//examples/apt:bullseye.yaml",
lock = "//examples/debian_snapshot:bullseye.lock.json",
manifest = "//examples/debian_snapshot:bullseye.yaml",
)

load("@bullseye//:packages.bzl", "bullseye_packages")
Expand All @@ -39,8 +39,8 @@ bullseye_packages()
# bazel run @apt_security//:lock
deb_index(
name = "apt_security",
# lock = "//examples/apt_security:security.lock.json",
manifest = "//examples/apt_security:security.yaml",
# lock = "//examples/debian_snapshot_security:security.lock.json",
manifest = "//examples/debian_snapshot_security:security.yaml",
)

load("@apt_security//:packages.bzl", "apt_security_packages")
Expand All @@ -50,8 +50,8 @@ apt_security_packages()
# bazel run @shared_dependencies//:lock
deb_index(
name = "shared_dependencies",
lock = "//examples/shared_dependencies:bullseye.lock.json",
manifest = "//examples/shared_dependencies:bullseye.yaml",
lock = "//examples/debian_shared_dependencies:bullseye.lock.json",
manifest = "//examples/debian_shared_dependencies:bullseye.yaml",
)

load("@shared_dependencies//:packages.bzl", "shared_dependencies_packages")
Expand Down
File renamed without changes.
Loading

0 comments on commit 75afff9

Please sign in to comment.