Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
irker
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iDB
irker
Commits
3a4e1b32
Commit
3a4e1b32
authored
10 years ago
by
Eric S. Raymond
Browse files
Options
Downloads
Patches
Plain Diff
Ship checksums with releases.
parent
927e5931
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+5
-2
5 additions, 2 deletions
Makefile
with
5 additions
and
2 deletions
Makefile
+
5
−
2
View file @
3a4e1b32
...
...
@@ -104,7 +104,10 @@ irker-$(VERS).tar.gz: $(SOURCES) irkerd.8 irkerhook.1 irk.1
@
COPYFILE_DISABLE
=
1
tar
-cvzf
irker-
$(
VERS
)
.tar.gz irker-
$(
VERS
)
rm
-fr
irker-
$(
VERS
)
dist
:
irker-$(VERS).tar.gz
irker-$(VERS).md5
@md5sum
irker-$(VERS).tar.gz
>irker-$(VERS).md5
release
:
irker-$(VERS).tar.gz irkerd.html irk.html irkerhook.html install.html security.html hacking.html
dist
:
irker-$(VERS).tar.gz irker-$(VERS).md5
release
:
irker-$(VERS).tar.gz irker-$(VERS).md5 irkerd.html irk.html irkerhook.html install.html security.html hacking.html
shipper
version
=
$(
VERS
)
| sh
-e
-x
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