Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
J
jami-client-windows
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
savoirfairelinux
jami-client-windows
Commits
19b906c3
Commit
19b906c3
authored
8 years ago
by
Edric Milaret
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.packer.json
+2
-2
2 additions, 2 deletions
.packer.json
docker/win32/Dockerfile
+2
-1
2 additions, 1 deletion
docker/win32/Dockerfile
docker/win64/Dockerfile
+2
-1
2 additions, 1 deletion
docker/win64/Dockerfile
with
6 additions
and
4 deletions
.packer.json
+
2
−
2
View file @
19b906c3
...
@@ -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"
:
{
...
...
This diff is collapsed.
Click to expand it.
docker/win32/Dockerfile
+
2
−
1
View file @
19b906c3
...
@@ -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
\
...
...
This diff is collapsed.
Click to expand it.
docker/win64/Dockerfile
+
2
−
1
View file @
19b906c3
...
@@ -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
\
...
...
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