Merge branch 'maint'
Conflicts: lib/libalpm/package.c - comment location moved to be_package.c
This commit is contained in:
commit
663408532a
1 changed files with 3 additions and 0 deletions
|
@ -255,6 +255,9 @@ error:
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Create a package from a file.
|
/** 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 filename location of the package tarball
|
||||||
* @param full whether to stop the load after metadata is read or continue
|
* @param full whether to stop the load after metadata is read or continue
|
||||||
* through the full archive
|
* through the full archive
|
||||||
|
|
Loading…
Add table
Reference in a new issue