Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
why3
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
LENGRAND Stephane
why3
Commits
a4ab0a1f
Commit
a4ab0a1f
authored
5 years ago
by
Guillaume Melquiond
Browse files
Options
Downloads
Patches
Plain Diff
Make tgz distribution more reproducible.
parent
5139e330
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.in
+3
-3
3 additions, 3 deletions
Makefile.in
with
3 additions
and
3 deletions
Makefile.in
+
3
−
3
View file @
a4ab0a1f
...
...
@@ -2288,9 +2288,9 @@ MORE_DIST = configure
dist
:
$(MORE_DIST)
rm
-rf
distrib/
$(
NAME
)
/ distrib/
$(
NAME
)
.tar.gz
mkdir
-p
distrib/
git archive
--format
tar
--prefix
$(
NAME
)
/
HEAD |
tar
x
-C
distrib/
fo
r
f
in
$(
MORE_DIST
);
do
cp
$$
f distrib/
$(
NAME
)
/
$$
f
;
done
cd
distrib
;
tar
cf
$(
NAME
)
.tar
$(
NAME
);
gzip
-f
--best
$(
NAME
)
.tar
git archive
--format
=
tar
--prefix
=
$(
NAME
)
/
-o
distrib/
$(
NAME
)
.tar HEAD
ta
r
r
f
distrib/
$(
NAME
)
.tar
--transform
=
"s,^,
$(
NAME
)
/,"
--mtime
=
"
`
git show
-s
--format
=
%ci
`
"
$(
MORE_DIST
)
gzip
-n
-f
--best
distrib/
$(
NAME
)
.tar
###############
...
...
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