Fix blockdir beamer #366

Merged
tiger5226 merged 3 commits from fix_blockdir_beamer into master 2020-02-06 17:17:10 +01:00
tiger5226 commented 2020-02-06 02:47:13 +01:00 (Migrated from github.com)
No description provided.
BrannonKing (Migrated from github.com) requested changes 2020-02-06 15:40:42 +01:00
@ -29,3 +30,4 @@
- mkdir -p dist
- sudo zip -Xj dist/lbrycrd-${NAME}.zip src/lbrycrdd${EXT} src/lbrycrd-cli${EXT} src/lbrycrd-tx${EXT}
- sudo zip -Xj dist/lbrycrd-${NAME}-test.zip src/test/test_lbrycrd${EXT} src/test/test_lbrycrd_fuzzy${EXT}
- sudo cp dist/lbrycrd-${NAME}.zip packaging/docker-for-binary/lbrycrd-${NAME}.zip
BrannonKing (Migrated from github.com) commented 2020-02-06 15:37:49 +01:00

should be ln -s ?

should be `ln -s` ?
BrannonKing (Migrated from github.com) commented 2020-02-06 15:40:35 +01:00

This has to be tags only. (You're welcome to tag things in the lbrycrd repo as you see fit.)

This has to be tags only. (You're welcome to tag things in the lbrycrd repo as you see fit.)
tiger5226 (Migrated from github.com) reviewed 2020-02-08 02:59:25 +01:00
@ -29,3 +30,4 @@
- mkdir -p dist
- sudo zip -Xj dist/lbrycrd-${NAME}.zip src/lbrycrdd${EXT} src/lbrycrd-cli${EXT} src/lbrycrd-tx${EXT}
- sudo zip -Xj dist/lbrycrd-${NAME}-test.zip src/test/test_lbrycrd${EXT} src/test/test_lbrycrd_fuzzy${EXT}
- sudo cp dist/lbrycrd-${NAME}.zip packaging/docker-for-binary/lbrycrd-${NAME}.zip
tiger5226 (Migrated from github.com) commented 2020-02-08 02:59:25 +01:00

I intended to copy the file so docker grabs it for the build context. I did this instead of moving it so I did not interfere with any other processes or tests that might do something with it. I am not the best with unix commands, if you think a symbolic link is better I can update and push a change. I did not think to do that. I did not know that would work with docker either.

I intended to copy the file so docker grabs it for the build context. I did this instead of moving it so I did not interfere with any other processes or tests that might do something with it. I am not the best with unix commands, if you think a symbolic link is better I can update and push a change. I did not think to do that. I did not know that would work with docker either.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: LBRYCommunity/lbrycrd#366
No description provided.