All public logs

Jump to navigation Jump to search

Combined display of all available logs of DISI. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 20:29, 2 March 2023 Btingle talk contribs created page Repackaging DB2 DOCK38 (Created page with "The following is a script for repackaging 3D pipeline results. First, here is the script: <nowiki> #!/bin/bash # make_tarballs.bash # required parameter RESULT_DIRECTORY=$1 # optional parameters WORKING_DIRECTORY=${WORKING_DIRECTORY-/tmp/$(whoami)} PACKAGES_PER_PACKAGE=${PACKAGES_PER_PACKAGE-100} PACKAGE_TYPE=${PACKAGE_TYPE-db2.gz} PACKAGE_TYPE_SHORT=$(echo $PACKAGE_TYPE | cut -d'.' -f1) echo WORKING_DIRECTORY=$WORKING_DIRECTORY mkdir -p $WORKING_DIRECTORY && cd $WO...")