Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue 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
Moritz Aurel Pascal Schubotz
bib
Commits
f7c63730
Unverified
Commit
f7c63730
authored
6 years ago
by
Moritz Aurel Pascal Schubotz
Browse files
Options
Downloads
Patches
Plain Diff
Add correction script
parent
e174cdd6
No related branches found
Branches containing commit
Tags
build-master-2018-11-15-27
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
support/commitUp.sh
+6
-0
6 additions, 0 deletions
support/commitUp.sh
support/compile.sh
+2
-0
2 additions, 0 deletions
support/compile.sh
with
8 additions
and
0 deletions
support/commitUp.sh
0 → 100755
+
6
−
0
View file @
f7c63730
#!/usr/bin/env bash
mv
gipp_bibertool.bib gipp.bib
git config
--global
user.email
"bibbot@ckurs.de"
git config
--global
user.name
"BibBot"
git commit
-m
"Reformat bib file"
gipp.bib
git push https://
$GITHUBKEY
@github.com/ag-gipp/bib
$TRAVIS_BRANCH
This diff is collapsed.
Click to expand it.
support/compile.sh
+
2
−
0
View file @
f7c63730
#!/usr/bin/env bash
biber
--tool
--configfile
=
src/biber/reformat.xml gipp.bib
--validate-datamodel
diff
-w
gipp.bib gipp_bibertool.bib
||
support/commitUp.sh
cd
src/tex
latexmk
cp
allRefs.pdf ../../main.pdf
...
...
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