diff options
author | Dan McGee <dan@archlinux.org> | 2008-05-12 03:14:30 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-05-12 03:14:30 +0200 |
commit | 663408532ae852e7123da6b9658df1cacc0c642d (patch) | |
tree | 1ceb0e1d276350fdde4cd0542ad7ff815f5c0e83 /lib/libalpm/be_package.c | |
parent | 13f24a5bdabf9c2c7bfa07aff7176495bb775a0d (diff) | |
parent | e3d35b3274f13cc9ed8d79fa873d6348e424259e (diff) | |
download | pacman-663408532ae852e7123da6b9658df1cacc0c642d.tar.gz pacman-663408532ae852e7123da6b9658df1cacc0c642d.tar.xz |
Merge branch 'maint'
Conflicts:
lib/libalpm/package.c - comment location moved to be_package.c
Diffstat (limited to 'lib/libalpm/be_package.c')
-rw-r--r-- | lib/libalpm/be_package.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libalpm/be_package.c b/lib/libalpm/be_package.c index 5b45edf9..bee0635a 100644 --- a/lib/libalpm/be_package.c +++ b/lib/libalpm/be_package.c @@ -255,6 +255,9 @@ error: } /** Create a package from a file. + * If full is false, the archive is read only until all necessary + * metadata is found. If it is true, the entire archive is read, which + * serves as a verfication of integrity and the filelist can be created. * @param filename location of the package tarball * @param full whether to stop the load after metadata is read or continue * through the full archive |