Skip to content

Commit bb7fff6

Browse files
committed
Add note about rebar non reproducible
1 parent 3d82d58 commit bb7fff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish_rebar.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function main {
1919
rm -rf "${installs_dir}"
2020
mkdir "${installs_dir}"
2121

22-
# s3down rebar.csv rebar.csv
22+
# rebar.csv is always rebuilt from scratch. rebar builds are not reproducible, unfortunately.
2323
touch "${rebar_csv}"
2424

2525
# UPDATE THIS FOR EVERY RELEASE

0 commit comments

Comments
 (0)