Skip to content

Commit 437daf3

Browse files
committed
Include CREDITS.html and README.md
Updates to consistently include CREDITS.html and README.md files in artifacts across operating systems.
1 parent 32d2b03 commit 437daf3

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

repos/linux_scripts/perform_kaleido_build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ cp /repos/kaleido/version /repos/build/kaleido_minimal/
1919

2020
# license
2121
cp /repos/kaleido/LICENSE.txt /repos/build/kaleido_minimal/
22+
cp /repos/kaleido/README.md /repos/build/kaleido_minimal/
2223
cp /repos/CREDITS.html /repos/build/kaleido_minimal/
2324

2425
# Copy javascript

repos/mac_scripts/build_kaleido

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ python3 ./version/build_pep440_version.py
1414
# Copy README and LICENSE to kaleido (For consistency with Linux docker build process)
1515
cp ../README.md ./kaleido/
1616
cp ../LICENSE.txt ./kaleido/
17+
cp ./CREDITS.html ./kaleido/
1718

1819
# Add depot_tools directory to PATH
1920
export PATH="$PATH:`pwd`/depot_tools"
@@ -93,6 +94,8 @@ cp ../kaleido/version ../build/kaleido/
9394

9495
# license
9596
cp ../kaleido/LICENSE.txt ../build/kaleido/
97+
cp ../kaleido/CREDITS.html ../build/kaleido/
98+
cp ../kaleido/README.md ../build/kaleido/
9699

97100
# Copy javascript
98101
pushd ../kaleido/js/

repos/win_scripts/build_kaleido.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ python .\version\build_pep440_version.py
1313
# Copy README and LICENSE to kaleido (For consistency with Linux docker build process)
1414
cp ..\README.md .\kaleido\
1515
cp ..\LICENSE.txt .\kaleido\
16+
cp .\CREDITS.html .\kaleido\
1617

1718
# Add depot_tools to path
1819
$original_path = $env:path
@@ -66,6 +67,7 @@ cp ..\kaleido\version ..\build\kaleido\
6667

6768
# license
6869
cp ..\kaleido\LICENSE.txt ..\build\kaleido\
70+
cp ..\kaleido\CREDITS.html ..\build\kaleido\
6971

7072
# Copy icudtl.dat
7173
Copy-Item .\out\Kaleido_win_$arch\icudtl.dat -Destination ..\build\kaleido\bin

0 commit comments

Comments
 (0)