Skip to content
Snippets Groups Projects
Commit 19b906c3 authored by Edric Milaret's avatar Edric Milaret
Browse files

add sudo to packaging to retrieve artifact

Change-Id: I8ed65bd2ddba6561148d4f33ab925b94aac194f5
Tuleap: #874
parent 24343cd6
No related branches found
No related tags found
No related merge requests found
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
"make install", "make install",
"cd release", "cd release",
"makensis -DARCH=x86 ring.nsi", "makensis -DARCH=x86 ring.nsi",
"mv ring-windows-nightly.exe /output" "sudo mv ring-windows-nightly.exe /output"
], ],
"win64" : [ "win64" : [
"git clone https://gerrit-ring.savoirfairelinux.com/ring-daemon ring-daemon", "git clone https://gerrit-ring.savoirfairelinux.com/ring-daemon ring-daemon",
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
"make install", "make install",
"cd release", "cd release",
"makensis -DARCH=x64 ring.nsi", "makensis -DARCH=x64 ring.nsi",
"mv ring-windows-nightly.exe /output/ring-windows-nightly_x86_64.exe" "sudo mv ring-windows-nightly.exe /output/ring-windows-nightly_x86_64.exe"
] ]
}, },
"UpdateInstructions" : { "UpdateInstructions" : {
......
...@@ -27,7 +27,8 @@ RUN dnf -y install git \ ...@@ -27,7 +27,8 @@ RUN dnf -y install git \
make \ make \
xz \ xz \
bzip2 \ bzip2 \
which which \
sudo
# LRC Req # LRC Req
RUN dnf -y install mingw32-qt5-qtbase \ RUN dnf -y install mingw32-qt5-qtbase \
......
...@@ -27,7 +27,8 @@ RUN dnf -y install git \ ...@@ -27,7 +27,8 @@ RUN dnf -y install git \
make \ make \
xz \ xz \
bzip2 \ bzip2 \
which which \
sudo
# LRC Req # LRC Req
RUN dnf -y install mingw32-qt5-qtbase \ RUN dnf -y install mingw32-qt5-qtbase \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment