Skip to content

Tags: tokopedia/buck

Tags

v2019.05.06.01

Toggle v2019.05.06.01's commit message
Optionals.toStream -> RichStream.from

Summary: As suggested in D15194495, split into separate diffs.

Reviewed By: styurin

fbshipit-source-id: 9376858981

v2019.01.10.01

Toggle v2019.01.10.01's commit message
Fix one cause of zombie buckd processes

Summary:
We've gotten reports of multiple `buckd` processes being created for
a single root, and `buck kill` doesn't make the extras go away. I've
been investigating the prevalence of this problem, and along the way
I found one cause of it. The comment in the code says the rest.

Reviewed By: styurin

fbshipit-source-id: 4a13247d7d

v2018.10.29.01

Toggle v2018.10.29.01's commit message
Rename LocalCache to LocalCacheStorage

Summary: Renamed LocalCache to LocalCacheStorage.

Reviewed By: bobyangyf

fbshipit-source-id: 677265dec0

v2018.10.22.01

Toggle v2018.10.22.01's commit message
Remove unused properties from build.xml.

Reviewed By: styurin

fbshipit-source-id: 961d9a2478

v2018.10.17.01

Toggle v2018.10.17.01's commit message
Remove redundant throws.

Summary: `IOException` olready covers Json exceptions.

Reviewed By: philipjameson

fbshipit-source-id: a09f7a8a92

v2018.09.24.01

Toggle v2018.09.24.01's commit message
Try to use c:\Python2.7\python.exe before defaulting to python.exe on…

… path

Summary:
Attempt to use python2 binary directly before falling back to 'python.exe' on the path

Fixes 2011

Reviewed By: styurin

fbshipit-source-id: 244e66f023

v2018.08.27.01

Toggle v2018.08.27.01's commit message
Do not compute compileTimeClasspathFullDeps twice.

Summary: This method is actually marked as Value.Lazy, so it's not a full recomputation, but still.

Reviewed By: bobyangyf

fbshipit-source-id: d8221b0100

v2018.08.20.01

Toggle v2018.08.20.01's commit message
TOC: Move command reference above build rules reference

Summary: Move the Buck command reference above the build rules so that it is "above the fold" and more discoverable for our users.

Reviewed By: ttsugriy

fbshipit-source-id: aca25bbfbd

v2018.08.07.01

Toggle v2018.08.07.01's commit message
Add V2 signing to local fb4a

Summary:
Support V2 signing on local debug version of fb4a.
- Compile and include apksigner.jar from (Google's Android Open Source](https://fburl.com/0c6z5fof) to buck aosp respository
- Add an ApkSignerStep to ApkBuilder to support v1/v2/v3 signing on APK, using apksigner.jar

Reviewed By: styurin

fbshipit-source-id: 2bc1b7dd37

v2018.07.23.01

Toggle v2018.07.23.01's commit message
Fix DirectoryCleaner sometimes deleting buck-out/log/ subdirectories …

…for the current run

Summary: After it decides it needs to delete stuff, `DirectoryCleaner` doesn't respect `LogFileHandler`'s minimum number of logs to keep setting. When log subdirectories become relatively large, e.g. 10MB when outputting verbose rulekey logs, even the log subdirectories for the current run can get deleted, leaving behind dangling `last_XXXcommand` symlinks. The fix is to consolidate the deletion check logic in one place.

Reviewed By: styurin

fbshipit-source-id: 8660a1b5f2