This is the definition for the acronym HPCC.
What is High Performance Computing Cluster?
This is the definition of the acronym ECL.
What is Enterprise Control Language?
These are the language/s our LINUX scripts written in.
What is shell, bash?
The GITHUB online repository is called by this name.
What is Origin ?
This is the definition of ORBIT.
What is Online Receiving & Build Information Tracking?
This is the amount of a days a DPA correction must be applied after a customer request.
What is 45 days?
The THOR cluster name used to run a Git repo job on the 44.
What is thor400_44_eclcc?
In LINUX scripting the status of the last command.
What is value of $?
The command used to recreate in GITHub to request data to be merged.
What is Pull Request?
The name of the build status ready for QA testing.
What is Build Available for Use?
This is the name of the dashboard used to find a list of all historical WUs for a build process and their status.
What is Thor Monitor ?
The line of code use that would result in the output "Hello World" in ECL.
What is output ('Hello World'); ?
The path to the tapeload mount on bctlpedata servers.
What is /mnt/tapeload ?
The command used to switch Git repositories.
What is git checkout?
What is the name in ORBIT used to define raw files for a build.
What is Item Component ?
The URL to look up dataset update history in DOPS.
The format used to define a DFU WU.
What is: DYYYYMMDD-###### (D20230222-155337)?
This name defines the pattern used to identify the file or directory on the source in a build library script.
What is regex ?
This is the GitHUB Personal Access Token.
What is GitHUB PAT?
The name of the component populated on the Master Build if a build ingests another build.
What is Build Component?
The output in a key build work unit that can be used to determine if there was a record count drop or increase.
What is:
dops::validatestats::<owner>::uccv2keys... ?
This tool is used to compile a job on thor using its local repository.
What is githooks?
In a LINUX script, this command is used to find and remove all files greater than 8 days old.
What is find <regx> -path <path> -mtime +8 ?
This is the GitHUB repository contained in the the PR build code.
What is LexisNexis-ECL-SP?
This update type occurs when we receive a full file from the vendor for each update and add to our database applying specific rules while retaining all history.
What is Update-Append?