-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #403 from gsjaardema/spelling-fixes
Spelling fixes
- Loading branch information
Showing
138 changed files
with
446 additions
and
448 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,7 +15,7 @@ Set up email notification hooks | |
|
||
$ cd GIT_REPO_BASE_DIR | ||
$ echo " | ||
base_dir_1/subdir email1@somthing.com,email2@somthing.com | ||
base_dir_1/subdir email1@something.com,email2@something.com | ||
base_dir_1 [email protected] | ||
... | ||
.+ [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,22 +39,22 @@ ${TRIBITS_BASE_DIR}/dev_testing/generic/do-configure-mpi-debug \ | |
# | ||
# -DTriBITS_CTEST_DRIVER_SUBMIT_TO=EXP_CDASH | ||
|
||
# To submot to arbitary CDash site (e.g. testing-dev.sandia.gov/cdash) set: | ||
# To submot to arbitrary CDash site (e.g. testing-dev.sandia.gov/cdash) set: | ||
# | ||
# -DTriBITS_CTEST_DRIVER_SUBMIT_TO=CUSTOM | ||
# -DTriBITS_CTEST_DRIVER_SUBMIT_DROP_SITE=testing-dev.sandia.gov | ||
# -DTriBITS_CTEST_DRIVER_SUBMIT_DROP_LOCATION="/cdash/submit.php?project=TribitsExProj" | ||
|
||
# NOTE: Add -DTriBITS_ENABLE_REAL_GIT_CLONE_TESTS=ON to test cloning TriBITS | ||
# Exmaple repos and testing the clone features of the various tools. To get | ||
# Example repos and testing the clone features of the various tools. To get | ||
# this to work on SNL machines, one may need to switch from | ||
# 'https://github.com/' to '[email protected]:' using: | ||
# | ||
# export [email protected]:tribits/ | ||
# | ||
# before configuring. | ||
# | ||
# NOTE: The directrory /tmp/tribits_install_tests above was created beforehand with: | ||
# NOTE: The directory /tmp/tribits_install_tests above was created beforehand with: | ||
# | ||
# $ /home/atdm-devops-admin/tools/run-as-atdm-devops-admin mkdir /tmp/tribits_install_tests | ||
# $ /home/atdm-devops-admin/tools/run-as-atdm-devops-admin chgrp wg-run-as-atdm-devops /tmp/tribits_install_tests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ module load sems-cmake/3.17.1 | |
module load sems-git/2.10.1 | ||
|
||
# Make default install permissions 700 so that we can test that TriBITS will | ||
# use recusive chmod to open up permissions. | ||
# use recursive chmod to open up permissions. | ||
umask g-rwx,o-rwx | ||
|
||
export [email protected]:tribits/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ module load sems-ninja_fortran/1.10.0 | |
export PATH=/home/vera_env/common_tools/ccache-3.7.9/bin:${PATH} | ||
|
||
# Make default install permissions 700 so that we can test that TriBITS will | ||
# use recusive chmod to open up permissions. | ||
# use recursive chmod to open up permissions. | ||
umask g-rwx,o-rwx | ||
|
||
export [email protected]:tribits/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ export PATH=$HOME/bin/python-3.5.2:$PATH | |
export PATH=/home/vera_env/common_tools/ccache-3.7.9/bin:${PATH} | ||
|
||
# Make default install permissions 700 so that we can test that TriBITS will | ||
# use recusive chmod to open up permissions. | ||
# use recursive chmod to open up permissions. | ||
umask g-rwx,o-rwx | ||
|
||
export [email protected]:tribits/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.