Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
History for src/create.c  ·  View all commits
70 commits
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
6 days ago 920c183
B
cleanup: avoid duplication of the logic to lock to the db
Baptiste Daroussin
9 days ago ada7b0d
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
22 days ago abccdd3
B
create: update usage
Baptiste Daroussin
1 month ago 846d5ca
B
db: only open the db readonly when write is not needed
Baptiste Daroussin
1 month ago 6a93ea1
S
Merge remote-tracking branch 'upstream/main'
Shawn Webb
11 months ago ba89bd1
B
vec: simplify vec_init() usage
Baptiste Daroussin
1 year ago 6401b82
B
create: replace tll with vector
Baptiste Daroussin
1 year ago a4c44ad
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
1 year ago 33f4711
B
STR*EQ: use macros where possible
Baptiste Daroussin
1 year ago 053f4a2
S
Merge branch 'upstream-master'
Shawn Webb
2 years ago fd4c88b
B
pkg: allow to define threads for zstd and xz
Baptiste Daroussin
2 years ago bd83d9c
S
Merge remote-tracking branch 'upstream/master'
Shawn Webb
2 years ago 29f999c
r
src/create.c: set return value 1 if pkgdb_query() fails
rilysh
2 years ago 5caabde
S
Merge branch 'upstream-master'
Shawn Webb
2 years ago 5768655
R
pkg-create: use 'COMPRESSION_LEVEL' from pkg.conf
Rozhuk Ivan
3 years ago a920014
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago e294fea
B
regression: do not append NULL but the package to the list of packages
Baptiste Daroussin
3 years ago 3322293
S
Merge branch 'upstream-master'
Shawn Webb
3 years ago 6c2ebb5
D
Do not rely on non-portable definitions
Daniel Kolesa
3 years ago 1de66b2
B
frontend: replace some utlist with tllist
Baptiste Daroussin
4 years ago 5b6ba7f
B
quality: plug plenty of memory leaks
Baptiste Daroussin
4 years ago ff0be3e
S
Merge branch 'upstream-master'
Shawn Webb
4 years ago 9b9eef5
B
tzst: by default compression at the 19 level
Baptiste Daroussin
5 years ago 31000cb
S
Merge commit '74fd3389a4ee2611603ee8658d2f3b4182ace73e'
Shawn Webb
5 years ago b759c48
B
create: allow to create a package with readable +MANIFEST
Baptiste Daroussin
5 years ago 7a55498
B
Get rid of sysexits
Baptiste Daroussin
5 years ago f446c79
S
Merge remote-tracking branch 'upstream/master' into master
Shawn Webb
5 years ago 7e2225c
j
Fix misused pkg_printf() format string
jiashiunl
5 years ago 624078c
B
Bring back pkg create -n but this time consistent
Baptiste Daroussin
6 years ago a8bec72
B
Revert "Remove the -n option from pkg create, it was inconsistent"
Baptiste Daroussin
6 years ago 9a27c4f
C
Fix #1566: Add pkg-create(8) -l,--level to set compression level
Conrad Meyer
6 years ago 8991ebd
B
Garbage collect leftovers variables
Baptiste Daroussin
6 years ago 7738fe2
B
Allow to set timestamp for pkg create
Baptiste Daroussin
6 years ago fb72299
B
Remove the -n option from pkg create, it was inconsistent
Baptiste Daroussin
6 years ago e729f44
B
Refactor pkg_create API
Baptiste Daroussin
6 years ago 6cacf35
B
Add support for scripts in lua
Baptiste Daroussin
6 years ago 485bdd9
B
Add support for zstd compression format where supported
Baptiste Daroussin
6 years ago d34c8d9
B
Add support for creating packages with a small hash in the filename
Brad Davis
8 years ago b9f1e05
j
Revert "Implement zstandard format"
jrmarino
8 years ago 7224fd4
j
Implement zstandard format
jrmarino
8 years ago 9605c36
B
Isolate more openssl headers
Baptiste Daroussin
9 years ago f6294c4
B
Drop usage of STAILQ from the frontend it is not available on all implementation of sys/queue.h
Baptiste Daroussin
10 years ago ea1c17a
B
Merge pull request #1234 from rodrigc/master
Baptiste Daroussin
11 years ago b9e022c
C
Clarify error message when specifying rootdir
Craig Rodrigues
11 years ago aa07281
B
Allow pkg create -M ./plop.ucl -p ./plop.plist
Baptiste Daroussin
11 years ago f066765
B
Add support for provides/requires
Baptiste Daroussin
11 years ago a8b55d0
M
Add -v option to the help message
Matthew Seaman
11 years ago f5dd617
M
Add -v/--verbose option to pkg create but make it quiet by default.
Matthew Seaman
11 years ago 0e45639
M
Add -q / --quiet option to 'pkg create'
Matthew Seaman
11 years ago 073517d
B
Do not allow to create old packages anymore
Baptiste Daroussin
11 years ago cb4ce5c
B
Finish killing mtree
Baptiste Daroussin
11 years ago e73c495
B
Be posixly correction with long options
Baptiste Daroussin
11 years ago 20c3c38
M
pkg info: long options
Matthew Seaman
11 years ago e721104
M
Add -M manifest option -- specify just the manifest file and build a package out of that alone.
Matthew Seaman
11 years ago 560187e
M
Long options
Matthew Seaman
11 years ago 238ef2f
M
Merge branch 'master' of github.com:freebsd/pkg
Matthew Seaman
11 years ago 9eecfc4
V
Merge branch 'pkg-lock-config'
Vsevolod Stakhov
11 years ago e850b07
V
Update utilities for lock API.
Vsevolod Stakhov
11 years ago 8f1235f
M
Merge branch 'master' of github.com:freebsd/pkg
Matthew Seaman
12 years ago a10094d
V
Merge branch 'sandboxed-sig-verify'
Vsevolod Stakhov
12 years ago c82cf71
V
Include config header where needed.
Vsevolod Stakhov
12 years ago cbe9f17
B
Load annotation when creation a package so the annotation stay withing the package
Baptiste Daroussin
12 years ago bdad20b
B
Properly set patch when creating package for a relocated package
Baptiste Daroussin
12 years ago 1185271
M
Merge branch 'master' into indexfile
Matthew Seaman
12 years ago 669b695
B
Release the correct lock in pkg create
Baptiste Daroussin
12 years ago 14ba7aa
B
Return non 0 is package creation is failing
Baptiste Daroussin
12 years ago b6edb6a
B
pkg create only needs a readonly lock
Baptiste Daroussin
12 years ago 136ae8f
M
Merge branch 'master' into indexfile
Matthew Seaman
12 years ago 859bbf1
B
Autotoolizing
Baptiste Daroussin
12 years ago c5d6dde