Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mariux64
/
bee
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
0
Code
Issues
7
Pull requests
3
Actions
Projects
0
Wiki
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Files
4be24f8
buildtypes
conf
contrib
hooks
manpages
Makefile
bee-check.1.in
bee-check.xml
bee-download.1.in
bee-download.xml
bee-init.1.in
bee-init.xml
bee-install.1.in
bee-install.xml
bee-list.1.in
bee-list.xml
bee-query.1.in
bee-query.xml
bee-remove.1.in
bee-remove.xml
bee-update.1.in
bee.1.in
bee.xml
beesh.1.in
src
.gitattributes
.gitignore
COPYING
DEPENDENCIES
INSTALL
Makefile
TODO
Breadcrumbs
bee
/
manpages
/
bee-download.1.in
Copy path
Blame
Blame
Latest commit
mariux
BEE: update authors and dates
Jan 11, 2016
4816ed4
·
Jan 11, 2016
History
History
90 lines (88 loc) · 2.18 KB
Breadcrumbs
bee
/
manpages
/
bee-download.1.in
Top
File metadata and controls
Code
Blame
90 lines (88 loc) · 2.18 KB
Raw
'\" t .\" Title: bee-download .\" Author: Marius Tolzmann <m@rius.berlin> .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/> .\" Date: 01/11/2016 .\" Manual: bee - bau et einfach .\" Source: bee @BEE_VERSION@ .\" Language: English .\" .TH "BEE\-DOWNLOAD" "1" "01/11/2016" "bee @BEE_VERSION@" "bee - bau et einfach" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" bee-download \- Download a repository and convert it into a source tarball .SH "SYNOPSIS" .HP \w'\fBbee\ download\fR\ 'u \fBbee download\fR [options] \fI<repository\-url>\fR .SH "DESCRIPTION" .PP \fBbee\-download\fR is used to download a repository and convert it into a source tarball\&. This tarball can be used to create a beefile via \fBbee\-init\fR\&. .SH "OPTIONS" .PP \fB\-n\fR, \fB\-\-pkgname \fR\fB\fI<name>\fR\fR .RS 4 Specify the tarball\'s package name\&. .RE .PP \fB\-v\fR, \fB\-\-pkgversion \fR\fB\fI<version>\fR\fR .RS 4 Specify the tarball\'s package version\&. .RE .PP \fB\-c\fR, \fB\-\-commit \fR\fB\fI<rev>\fR\fR .RS 4 When downloading from a git repository: Use a certain commit as the HEAD revision\&. .RE .PP \fB\-t\fR, \fB\-\-type\fR .RS 4 Specify the type of download (http, https or git)\&. .RE .PP \fB\-h\fR, \fB\-\-help\fR .RS 4 Print a usage message\&. .RE .SH "ENVIRONMENT" .PP \fBBEE_DOWNLOADDIR\fR .RS 4 The downloaded file is placed here\&. .RE .SH "BUGS" .PP Please report bugs to bee\-dev@googlegroups\&.com or directly to the authors\&. .SH "SEE ALSO" .PP \fBbee\fR(1), \fBbee-check\fR(1), \fBbee-init\fR(1), \fBbee-install\fR(1), \fBbee-list\fR(1), \fBbee-query\fR(1), \fBbee-remove\fR(1), \fBbee-update\fR(1) .SH "AUTHORS" .PP \fBMarius Tolzmann\fR <\&m@rius\&.berlin\&> .RS 4 .RE .PP \fBTobias Dreyer\fR <\&dreyer@molgen\&.mpg\&.de\&> .RS 4 .RE .PP \fBand other bee developers\fR .RS 4 .RE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
You can’t perform that action at this time.