Skip to content

Commit 6776cef

Browse files
committed
fix licenses.sh partially
1 parent 6327619 commit 6776cef

File tree

3 files changed

+2
-226
lines changed

3 files changed

+2
-226
lines changed

licenses/data/LICENSE

-203
This file was deleted.

licenses/data/addlicense.sh

-23
This file was deleted.

tools/licenses.sh

+2
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,7 @@ rm -rf $DSTDIR/python_3_11_x86_64-unknown-linux-gnu/
4343
rm -rf $DSTDIR/aspect_bazel_lib/
4444
rm -rf $DSTDIR/aspect_rules_js/
4545
rm -rf $DSTDIR/npm__*/
46+
rm $DSTDIR/LICENSE # coming from folderns named like rules_pkg~, rules_cc~ and so on
4647
find $DSTDIR/ -name "*.go" -type f -delete
48+
find $DSTDIR/ -name "*.sh" -type f -delete
4749
find $DSTDIR/ -path "*/testdata/*" -type f -delete

0 commit comments

Comments
 (0)