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
21d9f320
Unverified
Commit
21d9f320
authored
3 years ago
by
Maxim Cournoyer
Browse files
Options
Downloads
Patches
Plain Diff
tarball: Rename top directory from ring-project to jami-project.
Change-Id: I2c7ae1349a69fb24f65ea435fa57fa7cc547c631
parent
0739ac22
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+9
-9
9 additions, 9 deletions
Makefile
with
9 additions
and
9 deletions
Makefile
+
9
−
9
View file @
21d9f320
...
...
@@ -123,23 +123,23 @@ ifeq ($(TARBALL_VERSION),)
$(RELEASE_TARBALL_FILENAME)
:
tarballs.manifest
# Prepare the sources of the top repository and relevant submodules.
rm
-f
"$@"
mkdir
$(TMPDIR)/
ring
-project
git
archive
HEAD
|
tar
xf
-
-C
$(TMPDIR)/
ring
-project
mkdir
$(TMPDIR)/
jami
-project
git
archive
HEAD
|
tar
xf
-
-C
$(TMPDIR)/
jami
-project
for
m
in
daemon
lrc
client-gnome
client-qt;
do
\
(cd
"$$m"
&&
git
archive
--prefix
"$$m/"
HEAD
\
|
tar
xf
-
-C
$(TMPDIR)/
ring
-project);
\
|
tar
xf
-
-C
$(TMPDIR)/
jami
-project);
\
done
# Create the base archive.
tar
-cf
$(TMPDIR)/
ring
-project.tar
$(TMPDIR)/
ring
-project
\
--transform
's,.*/
ring
-project,
ring
-project,'
\
tar
-cf
$(TMPDIR)/
jami
-project.tar
$(TMPDIR)/
jami
-project
\
--transform
's,.*/
jami
-project,
jami
-project,'
\
$(TAR_REPRODUCIBILITY_OPTIONS)
# Append the cached tarballs listed in the manifest.
tar
--append
--file
$(TMPDIR)/
ring
-project.tar
\
tar
--append
--file
$(TMPDIR)/
jami
-project.tar
\
--files-from
$<
\
--transform
's,^.*/,
ring
-project/daemon/contrib/tarballs/,'
\
--transform
's,^.*/,
jami
-project/daemon/contrib/tarballs/,'
\
$(TAR_REPRODUCIBILITY_OPTIONS)
gzip
--no-name
$(TMPDIR)/
ring
-project.tar
mv
$(TMPDIR)/
ring
-project.tar.gz
"$@"
gzip
--no-name
$(TMPDIR)/
jami
-project.tar
mv
$(TMPDIR)/
jami
-project.tar.gz
"$@"
rm
-rf
$(TMPDIR)
else
# If TARBALL_VERSION is defined, assume it's already been generated,
...
...
This diff is collapsed.
Click to expand it.
Maxim Cournoyer
@mcournoyer
mentioned in commit
1512fb0b
·
3 years ago
mentioned in commit
1512fb0b
mentioned in commit 1512fb0b086a3fca392feb9d4daec09f6f97a4c4
Toggle commit list
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