Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue 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-project
Commits
4c70d84c
Commit
4c70d84c
authored
4 years ago
by
Jenkins
Browse files
Options
Downloads
Plain Diff
submodules: update nightly branch
parents
42003488
350f7a55
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
client-android
+1
-1
1 addition, 1 deletion
client-android
daemon
+1
-1
1 addition, 1 deletion
daemon
docker/Dockerfile_gentoo
+0
-18
0 additions, 18 deletions
docker/Dockerfile_gentoo
scripts/make-packaging-target.py
+0
-6
0 additions, 6 deletions
scripts/make-packaging-target.py
with
2 additions
and
26 deletions
client-android
@
50d5414f
Subproject commit
7146ebb1c800a0491b56307d149d89152ba6ce02
Subproject commit
50d5414f2c642b657c27fdffce3cae51ddf88b9a
This diff is collapsed.
Click to expand it.
daemon
@
9c26f7b5
Subproject commit
cea2ad8d515a59c0cfa15c3787bebc66f9a569e2
Subproject commit
9c26f7b560df4e97b173097cbc3a06c6fc40afca
This diff is collapsed.
Click to expand it.
docker/Dockerfile_gentoo
deleted
100644 → 0
+
0
−
18
View file @
42003488
FROM gentoo/stage3-amd64:latest
RUN emerge-webrsync
ADD scripts/gentoo/portage/ /etc/portage/
# profile with gnome and systemd configuration
RUN eselect profile set 5 && \
emerge -uDN world
RUN eselect news read
RUN emerge layman && echo "source /var/lib/layman/make.conf" >> /etc/portage/make.conf
ADD scripts/build-package-gentoo.sh /opt/build-package-gentoo.sh
CMD /bin/bash /opt/build-package-gentoo.sh
This diff is collapsed.
Click to expand it.
scripts/make-packaging-target.py
+
0
−
6
View file @
4c70d84c
...
@@ -395,12 +395,6 @@ def run_generate_all(parsed_args):
...
@@ -395,12 +395,6 @@ def run_generate_all(parsed_args):
"
output_file
"
:
"
.packages-built
"
,
"
output_file
"
:
"
.packages-built
"
,
"
options
"
:
"
--security-opt seccomp=./docker/profile-seccomp-fedora_28.json --privileged
"
"
options
"
:
"
--security-opt seccomp=./docker/profile-seccomp-fedora_28.json --privileged
"
},
},
# Gentoo
{
"
distribution
"
:
"
gentoo
"
,
"
debian_packaging_override
"
:
""
,
"
output_file
"
:
"
.packages-built
"
,
},
# Snap
# Snap
{
{
"
distribution
"
:
"
snap
"
,
"
distribution
"
:
"
snap
"
,
...
...
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