74. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 3/29/2017 4:53:23 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

74.1 Files compared

# Location File Last Modified
1 CTT-DM CIF Submission.zip\code\ISAAC-file-transfer-utils README.md Fri Mar 3 16:21:51 2017 UTC
2 CTT-DM CIF Submission.zip\code\ISAAC-file-transfer-utils README.md Wed Mar 29 19:46:30 2017 UTC

74.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 90
Changed 1 2
Inserted 0 0
Removed 0 0

74.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

74.4 Active regular expressions

No regular expressions were active.

74.5 Comparison detail

  1   # ISAAC-fi le-transfe r-utils
  2   Tools for  copying ma ven artifa cts from o ne repo to  another
  3  
  4   Downloads  from speci fied repo  URL to loc al filesys tem (curre nt directo ry)
  5   or uploads  from loca l file sys tem (curre nt directo ry) to spe cified rep o URL
  6  
  7           -u rl {url}
  8                    This  option ta kes an arg ument whic h is inter preted as  the remote  URL, whet her for do wnload or  upload.
  9                    
  10           -c fg {config }
  11                    This  option ta kes a sing le argumen t which is  interpret ed as the  local path  to a JSON  configura tion file.
  12  
  13           -d ownload|-u pload
  14                    Thes e boolean  flags, whi ch take no  arguments , specify,  respectiv ely, that  files shou ld be eith er downloa ded or upl oaded.
  15  
  16           -u ser {user}
  17                    This  option ta kes a sing le argumen t which is  interpret ed as the  user name  to be used  in order  to perform  authentic ation.
  18           
  19           -p assword {p assword}
  20                    This  option ta kes a sing le argumen t which is  interpret ed as the  password t o be used  in order t o perform  authentica tion.
  21                    
  22           -s tripSnapsh otVersionD etails
  23                    This  boolean f lag, which  takes no  argument,  downloads  and upload s snapshot  versions  of artifac ts and cha nges the f ile names  to contain  only the  version an d not the  timestamp  and build  number.  B y default,  the times tamp and b uild numbe r are incl uded in th e snapshot  file name s.
  24                    
  25           -s slVerify
  26                    This  boolean f lag, which  takes no  argument,  allows hos tname veri fication f or SSL to  be perform ed.  By de fault, hos tname veri fication f or SSL is  disabled.
  27                    
  28           -o verwrite
  29                    This  boolean f lag, which  takes no  argument,  forces ove rwrite of  existing f ile on bot h upload a nd downloa d.  By def ault, exis ting remot e files wi ll not be  overwritte n, and exi sting loca l files wi ll not be  overwritte n as long  as they pa ss SHA1 ch ecksum ver ification.
  30                    
  31           -i gnoreCheck sum
  32                    This  boolean f lag, which  takes no  argument,  specifies  that an in dividual d ownload sh ould not f ail if che cksum veri fication f ails.  By  default, a  download  for a file  that does  not pass  SHA1 check sum verifi cation wil l be consi dered fail ed and any  remnant o f that fil e will be  deleted.
  33                    
  34   Example ar guments:
  35           
  36           Do wnload REL EASE artif acts (give n existing , populate d repo htt ps://vadev .mantech.c om:8080/ne xus/conten t/reposito ries/relea ses):
  37   java -jar  isaac-file -transfer- utils-1.2. 46-jar-wit h-dependen cies.jar - cfg file-t ransfer-so ftware-rel ease-full. cfg -user  devtest -p assword {p assword} - url https: //vadev.ma ntech.com: 8080/nexus /content/r epositorie s/releases  -download
  38                    
  39           Up load RELEA SE artifac ts (given  existing n exus repo  "test-rele ase-reposi tory" and  populated  local file system in  current di rectory):
  40   java -jar  isaac-file -transfer- utils-1.2. 46-jar-wit h-dependen cies.jar - cfg file-t ransfer-so ftware-rel ease-full. cfg -user  devtest -p assword {p assword} - url https: // DNS . DNS     : PORT /nexus/con tent/repos itories/re leases/ -u pload
  41                    
  42           Do wnload SNA PSHOT arti facts (giv en existin g, populat ed repo ht tps://vade v.mantech. com:8080/n exus/conte nt/reposit ories/snap shots):
  43   java -jar  isaac-file -transfer- utils-1.2. 46-jar-wit h-dependen cies.jar - cfg file-t ransfer-te st-snapsho t-small.cf g -user de vtest -pas sword {pas sword} -ur l https:// vadev.mant ech.com:80 80/nexus/c ontent/rep ositories/ snapshots  -download
  44                    
  45           Up load SNAPS HOT artifa cts (given  existing  nexus repo  "test-sna pshot-repo sitory" an d populate d local fi lesystem i n current  directory) :
  46   java -jar  isaac-file -transfer- utils-1.2. 46-jar-wit h-dependen cies.jar - cfg file-t ransfer-te st-snapsho t-small.cf g -user de vtest -pas sword {pas sword} -ur l https:// vadev.mant ech.com:80 80/nexus/c ontent/rep ositories/ test-snaps hot-reposi tory/snaps hots -uplo ad