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
2c613bab
Commit
2c613bab
authored
2 years ago
by
Amin Bandali
Browse files
Options
Downloads
Patches
Plain Diff
Makefile: Include SortFilterProxyModel's sources in release tarball.
Change-Id: Ia6364b47722feabe8fd8cd88795bebf332643fd7
parent
139b307f
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+7
-3
7 additions, 3 deletions
Makefile
with
7 additions
and
3 deletions
Makefile
+
7
−
3
View file @
2c613bab
...
...
@@ -125,7 +125,10 @@ $(RELEASE_TARBALL_FILENAME): tarballs.manifest
rm
-f
"$@"
mkdir
$(TMPDIR)/jami-project
git
archive
HEAD
|
tar
xf
-
-C
$(TMPDIR)/jami-project
for
m
in
daemon
lrc
client-qt;
do
\
for
m
in
\
daemon
\
client-qt
\
client-qt/3rdparty/SortFilterProxyModel;
do
\
(cd
"$$m"
&&
git
archive
--prefix
"$$m/"
HEAD
\
|
tar
xf
-
-C
$(TMPDIR)/jami-project);
\
done
...
...
@@ -138,6 +141,7 @@ $(RELEASE_TARBALL_FILENAME): tarballs.manifest
--files-from
$<
\
--transform
's,^.*/,jami-project/daemon/contrib/tarballs/,'
\
$(TAR_REPRODUCIBILITY_OPTIONS)
# Compress the tarball and move it into place.
gzip
--no-name
$(TMPDIR)/jami-project.tar
mv
$(TMPDIR)/jami-project.tar.gz
"$@"
rm
-rf
$(TMPDIR)
...
...
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