Skip to content

Commit

Permalink
Merge branch 'master' of github.com:thought-machine/please
Browse files Browse the repository at this point in the history
  • Loading branch information
pebers committed Feb 10, 2016
2 parents 0b7a0ea + f2034d1 commit a3ea404
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .plzconfig
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ buildfilename = BUILD_

[go]
version = 1.5.3
testtool = //src/build/go:plz_go_test
testtool = //src/build/go:please_go_test

[cpp]
defaultnamespace = thought_machine
Expand Down
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ filegroup(
'//src/cache/tools:cache_cleaner',
'//src/cache/server:http_cache_server_bin',
'//src/cache/server:rpc_cache_server_bin',
'//src/build/go:plz_go_test',
'//src/build/go:please_go_test',
'//src/build/java:jarcat',
'//src/build/java:please_maven',
'//src/misc:plz_diff_graphs',
Expand Down
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Version 1.5.3
-------------

* Fix tarballs to be consistent about /opt/please/please_go_test.


Version 1.5.2
-------------

Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ else
chmod 0775 /opt/please/cache_cleaner
cp plz-out/bin/src/misc/plz_diff_graphs /opt/please/please_diff_graphs
chmod 0775 /opt/please/please_diff_graphs
cp plz-out/bin/src/build/go/plz_go_test /opt/please/please_go_test
cp plz-out/bin/src/build/go/please_go_test /opt/please/please_go_test
chmod 0775 /opt/please/please_go_test
ln -sf /opt/please/please /usr/local/bin/plz
echo "Please installed"
Expand Down
4 changes: 2 additions & 2 deletions package/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fpm_deb(
'/opt/please/cache_cleaner': '//src/cache/tools:cache_cleaner',
'/opt/please/jarcat': '//src/build/java:jarcat',
'/opt/please/please_diff_graphs': '//src/misc:plz_diff_graphs',
'/opt/please/please_go_test': '//src/build/go:plz_go_test',
'/opt/please/please_go_test': '//src/build/go:please_go_test',
},
links = {
'/usr/bin/plz': '/opt/please/please',
Expand Down Expand Up @@ -61,7 +61,7 @@ tarball(
'//src/build/java:jarcat',
'//src/build/java:please_maven',
'//src/misc:plz_diff_graphs',
'//src/build/go:plz_go_test',
'//src/build/go:please_go_test',
],
subdir = 'please',
out = 'please.tar.gz',
Expand Down
2 changes: 1 addition & 1 deletion src/build/go/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ go_library(
)

go_binary(
name = 'plz_go_test',
name = 'please_go_test',
main = 'plz_go_test.go',
deps = [
':buildgo',
Expand Down

0 comments on commit a3ea404

Please sign in to comment.