Skip to content

Commit a0fc22b

Browse files
ignore private repositories
1 parent ea2bb2a commit a0fc22b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

lychee.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ cache = true
77
# skip over URLs matching these regex
88
exclude = [
99
# skip DocDB, we want to link to internal documents
10-
'^https://projects-docdb\.fnal\.gov'
10+
'^https://projects-docdb\.fnal\.gov',
11+
# this is a private repository
12+
'^https://github\.com/LDMX-Software/(ldmx-sw-scripts|ldmx-analysis)'
1113
]
1214

1315
# don't check these files

src/developing/custom-production-image.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,6 @@ A lot of different submission scripts have been written in `bash` and `python`,
8989
- Post-Run Actions: copying output files to output directory cleaning up scractch directory
9090
3. Submit the job script using the submission program (e.g. `bsub` or `condor`) however many times
9191

92-
Some examples of submission scripts:
93-
- [ldmx-workflow/batch](https://github.com/LDMX-Software/ldmx-workflow)
94-
- [ldmx-sw-scripts/batch](https://github.com/LDMX-Software/ldmx-sw-scripts)
92+
The `batch` directory in the [LDMX-Software/ldmx-sw-scripts](https://github.com/LDMX-Software/ldmx-sw-scripts)
93+
repository offers some examples of these submission scripts, although they tend to be a little old
94+
and will need to be updated.

0 commit comments

Comments
 (0)