Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Blomdell
moberg
Commits
12876173
Commit
12876173
authored
Aug 25, 2020
by
Anders Blomdell
Browse files
Set author on mock generated julia dir
parent
9ba36e46
Changes
1
Hide whitespace changes
Inline
Side-by-side
moberg.spec.template
View file @
12876173
...
...
@@ -147,6 +147,8 @@ cat adaptors/julia/Project.toml.template \
cd ${RPM_BUILD_ROOT}/opt/julia/local/MobergIO
git init
git add Project.toml src/*.jl
git config user.email "mockbuild@$(hostname)"
git config user.name "Mockbuild"
git commit -m 'Local version of moberg __MOBERG_VERSION__'
git tag __MOBERG_VERSION__
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment