Skip to content

Commit

Permalink
Merge pull request #840 from nplee/mk_script_tarfile-drop_CIAOreadme
Browse files Browse the repository at this point in the history
update tarball build script with the README_CIAO file dropped in 4.16.0
  • Loading branch information
DougBurke authored Nov 20, 2023
2 parents 706d5f8 + c2a96b1 commit eaba8cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mk_script_tarfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Platform: UNKNOWN

# Copy files over
#
for infile in ["Changes.CIAO_scripts", "README_CIAO_scripts"]:
for infile in ["Changes.CIAO_scripts"]: #, "README_CIAO_scripts"]:
shutil.copy2(infile, str(outdir / infile))

# Create version file
Expand Down

0 comments on commit eaba8cc

Please sign in to comment.