Skip to content
Snippets Groups Projects
Commit 12876173 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Set author on mock generated julia dir

parent 9ba36e46
No related branches found
No related tags found
No related merge requests found
......@@ -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__
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment