tree: 03629b3c0a835b51f5bc186b328d98aae96d8d80 [path history] [tgz]
  1. BUILD
  2. embedded_tools_srcs_deps
  3. jdk_http_archives.tmpl
  4. outer-planets-repo.tar.gz
  5. outer-planets.git_log
  6. pluto-repo.tar.gz
  7. pluto.git_log
  8. README.md
  9. refetch-repo.tar.gz
  10. refetch.git_log
  11. strip-prefix-repo.tar.gz
  12. strip-prefix.git_log
  13. zstd_test_archive.tar.zst
src/test/shell/bazel/testdata/README.md

Test Data for Bazel Integration Tests

git_repository_test.sh

The following archives contain test Git repositories used by git_repository_test.sh to test the git_repository and new_git_repository workspace rules:

  • outer-planets-repo.tar.gz
  • pluto-repo.tar.gz
  • refetch-repo.tar.gz
  • strip-prefix.tar.gz

For reference, the following files contain the output of git log -p --decorate for the four repositories:

  • outer-planets.git_log
  • pluto.git_log
  • refetch.git_log
  • strip-prefix.git_log

These files were created by manually creating a git repository and tarring up the result using tar -zcvf.