Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lede-telephony
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Feed
lede-telephony
Commits
90c264a8
Unverified
Commit
90c264a8
authored
7 years ago
by
Jiri Slachta
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #220 from lynxis/rb_restund
restund: remove build timestamp
parents
2855f974
da9513fa
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
net/restund/Makefile
+1
-1
1 addition, 1 deletion
net/restund/Makefile
net/restund/patches/100-reproducible-builds.patch
+12
-0
12 additions, 0 deletions
net/restund/patches/100-reproducible-builds.patch
with
13 additions
and
1 deletion
net/restund/Makefile
+
1
−
1
View file @
90c264a8
...
...
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME
:=
restund
PKG_VERSION
:=
0.4.12
PKG_RELEASE
:=
2
PKG_RELEASE
:=
3
PKG_SOURCE
:=
$(
PKG_NAME
)
-
$(
PKG_VERSION
)
.tar.gz
PKG_SOURCE_URL
:=
http://www.creytiv.com/pub
...
...
This diff is collapsed.
Click to expand it.
net/restund/patches/100-reproducible-builds.patch
0 → 100644
+
12
−
0
View file @
90c264a8
--- a/modules/status/status.c
+++ b/modules/status/status.c
@@ -30,9 +30,6 @@
static void server_info(struct mbuf *mb)
mbuf_write_str(mb, "<table>\n");
mbuf_write_str(mb,
" <tr><td>Version:</td><td>" VERSION "</td></tr>\n");
- mbuf_write_str(mb,
- " <tr><td>Built:</td><td>" __DATE__ " " __TIME__
- "</td></tr>\n");
mbuf_printf(mb, " <tr><td>Uptime:</td><td>%H</td></tr>\n",
fmt_human_time, &uptime);
mbuf_write_str(mb, "</table>\n");
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