Skip to content

Commit

Permalink
Global cleanup change.
Browse files Browse the repository at this point in the history
--
MOS_MIGRATED_REVID=132422029
  • Loading branch information
vladmos authored and hermione521 committed Sep 7, 2016
1 parent d2e307c commit 9f1f282
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions tools/build_defs/docker/docker.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -417,12 +417,12 @@ docker_build_ = rule(
"label_file_strings": attr.string_list(),
"build_layer": attr.label(
default=Label("//tools/build_defs/pkg:build_tar"),
cfg=HOST_CFG,
cfg="host",
executable=True,
allow_files=True),
"create_image": attr.label(
default=Label("//tools/build_defs/docker:create_image"),
cfg=HOST_CFG,
cfg="host",
executable=True,
allow_files=True),
"incremental_load_template": attr.label(
Expand All @@ -431,22 +431,22 @@ docker_build_ = rule(
allow_files=True),
"join_layers": attr.label(
default=Label("//tools/build_defs/docker:join_layers"),
cfg=HOST_CFG,
cfg="host",
executable=True,
allow_files=True),
"rewrite_tool": attr.label(
default=Label("//tools/build_defs/docker:rewrite_json"),
cfg=HOST_CFG,
cfg="host",
executable=True,
allow_files=True),
"create_image_config": attr.label(
default=Label("//tools/build_defs/docker:create_image_config"),
cfg=HOST_CFG,
cfg="host",
executable=True,
allow_files=True),
"sha256": attr.label(
default=Label("//tools/build_defs/docker:sha256"),
cfg=HOST_CFG,
cfg="host",
executable=True,
allow_files=True)
},
Expand Down
4 changes: 2 additions & 2 deletions tools/build_defs/pkg/pkg.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ pkg_tar = rule(
# Implicit dependencies.
"build_tar": attr.label(
default=Label("@bazel_tools//tools/build_defs/pkg:build_tar"),
cfg=HOST_CFG,
cfg="host",
executable=True,
allow_files=True)
},
Expand Down Expand Up @@ -203,7 +203,7 @@ pkg_deb = rule(
# Implicit dependencies.
"make_deb": attr.label(
default=Label("@bazel_tools//tools/build_defs/pkg:make_deb"),
cfg=HOST_CFG,
cfg="host",
executable=True,
allow_files=True)
},
Expand Down

0 comments on commit 9f1f282

Please sign in to comment.