Pkg::SourceProvideSignedDirectory — make a directory available at the local filesystem
string
SourceProvideSignedDirectory
( | integer id , |
integer mid , | |
string d , | |
boolean optional , | |
boolean
recursive
) ; |
id
repository to use (id)
mid
Number of the media where the directory is located on ('1' for the 1st media).
d
Directory name relative to the media root.
optional
set to true if the directory may not exist (do not report errors)
recursive
set to true to provide all subdirectories recursively
Download a directory from repository (make it available at the local filesystem) and all the files within it. Requires that all files have been signed with SHA1 checksum. If there is no checksum or the checksum doesn't match the download fails. Warning: The downloaded files are removed in Pkg::SourceReleaseAll()!