summaryrefslogtreecommitdiff
path: root/ACE/bin
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2017-08-14 10:33:58 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2017-08-14 10:33:58 +0200
commitb6fffc20761857bed69f0b0a8c01010899d89037 (patch)
treeb13dafc3583b568e6d375164f371e1c1db0cca90 /ACE/bin
parent8bbf1bfb85ac80e4f5b870fd539258b12b8721c9 (diff)
downloadATCD-b6fffc20761857bed69f0b0a8c01010899d89037.tar.gz
List new CIAO and DAnCE release and ignore .git directories during packaging
* ACE/bin/make_release.py: * ACE/docs/Download.html:
Diffstat (limited to 'ACE/bin')
-rwxr-xr-xACE/bin/make_release.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/bin/make_release.py b/ACE/bin/make_release.py
index fa08c05e4d9..b371b00494b 100755
--- a/ACE/bin/make_release.py
+++ b/ACE/bin/make_release.py
@@ -837,7 +837,7 @@ def package (stage_dir, package_dir, decorator):
pass # swallow any errors
text_files, bin_files = create_file_lists (join (stage_dir, "ACE_wrappers"),
- "ACE_wrappers", ["TAO", ".gitignore"])
+ "ACE_wrappers", ["TAO", ".gitignore", ".git"])
# write_file_lists ("fACE" + decorator, text_files, bin_files)
update_packages ("\n".join (text_files),
@@ -852,7 +852,7 @@ def package (stage_dir, package_dir, decorator):
# for TAO:
text_files, bin_files = create_file_lists (join (stage_dir, "ACE_wrappers/TAO"),
- "ACE_wrappers/TAO", [".gitignore"])
+ "ACE_wrappers/TAO", [".gitignore", ".git"])
# write_file_lists ("fTAO" + decorator, text_files, bin_files)
update_packages ("\n".join (text_files),