aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/packages/debian
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-10-09 14:10:42 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-10-09 14:42:58 +0000
commit80245bcdcb77493fbe3d6789c98b96c570159960 (patch)
treee72446d9ff497eb8d0fdb12892f7bb11303be606 /scripts/packages/debian
parentec07479061adae837c460a1dabc5ee396bfc9abf (diff)
Introduce debian and tar packaging rules
This refactor a bit the docker rules to reuse the tarball construction. Also introduce the debian archive for the release process. RELNOTES[NEW]: Debian and tar packaging is now supported (see tools/build_defs/pkg/README.md). -- MOS_MIGRATED_REVID=105053604
Diffstat (limited to 'scripts/packages/debian')
-rw-r--r--scripts/packages/debian/bazel.bazelrc3
-rw-r--r--scripts/packages/debian/description5
2 files changed, 8 insertions, 0 deletions
diff --git a/scripts/packages/debian/bazel.bazelrc b/scripts/packages/debian/bazel.bazelrc
new file mode 100644
index 0000000000..594b54bca8
--- /dev/null
+++ b/scripts/packages/debian/bazel.bazelrc
@@ -0,0 +1,3 @@
+build --package_path=%workspace%:/usr/share/lib/bazel/tools
+query --package_path=%workspace%:/usr/share/lib/bazel/tools
+fetch --package_path=%workspace%:/usr/share/lib/bazel/tools
diff --git a/scripts/packages/debian/description b/scripts/packages/debian/description
new file mode 100644
index 0000000000..5a0f8c0b64
--- /dev/null
+++ b/scripts/packages/debian/description
@@ -0,0 +1,5 @@
+Bazel is a tool that automates software builds and tests. Supported
+build tasks include running compilers and linkers to produce
+executable programs and libraries, and assembling deployable
+packages for Android, iOS and other target environments. Bazel is
+similar to other tools like Make, Ant, Gradle, Buck, Pants and Maven.