Skip to content
Snippets Groups Projects
Commit 2b48e11a authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix

parent 57f76d5a
No related branches found
No related tags found
No related merge requests found
......@@ -92,11 +92,12 @@ macro(upload_package WEB ARCH EXTRA EXT1 EXT2)
if(FILE)
if(APPLE) # re-sign package on ace36 (MacOSX 10.7 is too old to produce v2 sigs)
message("Re-signing MacOS build on ace36")
get_filename_component(BASENAME ${FILE} NAME)
execute_process(COMMAND scp -C ${FILE} ace@ace36.montefiore.ulg.ac.be:/tmp
TIMEOUT 60)
execute_process(COMMAND ssh ace@ace36.montefiore.ulg.ac.be /Users/ace/re-sign.sh /tmp/${FILE}
execute_process(COMMAND ssh ace@ace36.montefiore.ulg.ac.be /Users/ace/re-sign.sh /tmp/${BASENAME}
TIMEOUT 60)
execute_process(COMMAND scp -C ace@ace36.montefiore.ulg.ac.be:/tmp/${FILE} ${FILE}
execute_process(COMMAND scp -C ace@ace36.montefiore.ulg.ac.be:/tmp/${BASENAME} ${FILE}
TIMEOUT 60)
message("Done re-signing MacOS build on ace36")
endif(APPLE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment