Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
research-topics-mat-tuhh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fabian Nuraddin Alexander Gabel
research-topics-mat-tuhh
Commits
c49e0bce
Commit
c49e0bce
authored
3 years ago
by
Fabian Nuraddin Alexander Gabel
Browse files
Options
Downloads
Patches
Plain Diff
change sed separator
parent
54dc6748
No related branches found
No related tags found
No related merge requests found
Pipeline
#104064
failed
3 years ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
preprocMd.sh
+1
-1
1 addition, 1 deletion
preprocMd.sh
with
1 addition
and
1 deletion
preprocMd.sh
+
1
−
1
View file @
c49e0bce
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
echo
"Replacing working group keys..."
echo
"Replacing working group keys..."
for
wg
in
{
aa,cm,dm,nm,st
}
for
wg
in
{
aa,cm,dm,nm,st
}
do
do
fullname
=
`
wget
-qO-
$baseurl
/forschung/
$wg
|
grep
h1 |
sed
-e
"s
/
<h1>
\s
*
\(
.*
\)
<
\
/
h1>.*
$
/
\1
/
g"
|
sed
-e
's
/
^[ \t]*
//
'
`
fullname
=
`
wget
-qO-
$baseurl
/forschung/
$wg
|
grep
h1 |
sed
-e
"s
;
<h1>
\s
*
\(
.*
\)
</h1>.*
$
;
\1
;
g"
|
sed
-e
's
;
^[ \t]*
;;
'
`
echo
"Found working group
$fullname
"
echo
"Found working group
$fullname
"
sed
-i
"s;### Working Groups:
\(
.*
\)
$wg
\(
.*
\)
;### Working Groups:
\1\[
$fullname
\]
(
$baseurl
/forschung/
$wg
)
\2
;g"
$build_dir
/
$filename
sed
-i
"s;### Working Groups:
\(
.*
\)
$wg
\(
.*
\)
;### Working Groups:
\1\[
$fullname
\]
(
$baseurl
/forschung/
$wg
)
\2
;g"
$build_dir
/
$filename
done
done
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment