Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mike Perry
Tor
Commits
77c47417
Commit
77c47417
authored
Oct 29, 2021
by
David Goulet
🤘
Browse files
Merge branch 'maint-0.4.5' into maint-0.4.6
parents
5363d9b1
3ebf2170
Changes
4
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
77c47417
...
...
@@ -739,3 +739,7 @@ lsp:
else
\
echo
"No bear command found. On debian, apt install bear"
;
\
fi
# Reproducible tarball. We change the tar options for this.
dist-reprod
:
$(MAKE)
dist
am__tar
=
"
$
${
TAR
-tar
}
--format=gnu --owner=root --group=root --sort=name --mtime=
\"
`
git show
--no-patch
--format
=
'%ci'
`
\"
-chof -
$(distdir)
"
changes/ticket26299
0 → 100644
View file @
77c47417
o Minor feature (reproducible build):
- The repository can now build reproducible tarballs which adds the build
command "make dist-reprod" for that purpose. Closes ticket 26299.
doc/asciidoc-helper.sh
View file @
77c47417
...
...
@@ -12,6 +12,8 @@ if [ $# != 3 ]; then
exit
1
;
fi
export
SOURCE_DATE_EPOCH
=
$(
git show
--no-patch
--format
=
'%ct'
)
output
=
$3
if
[
"
$1
"
=
"html"
]
;
then
...
...
@@ -19,7 +21,7 @@ if [ "$1" = "html" ]; then
base
=
${
output
%%.html.in
}
if
[
"
$2
"
!=
none
]
;
then
TZ
=
UTC
"
$2
"
-d
manpage
-o
"
$output
"
"
$input
"
;
TZ
=
UTC
"
$2
"
-f
"
$(
dirname
$0
)
/nofooter.conf"
-d
manpage
-o
"
$output
"
"
$input
"
;
else
echo
"=================================="
;
echo
;
...
...
doc/nofooter.conf
0 → 100644
View file @
77c47417
# There is a single space on the footer-text line to make it reproducible.
[
footer
-
text
]
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment