Lines Matching refs:repository

37 #					label in the "user" repository, and
38 # updates to the "user" repository
53 # is from a known repository,
57 # is from a known repository,
67 # in a repository.
76 # repository. Similar to -u, however,
79 # -R <ppd_repository> - PPD repository name.
98 # repository if needed. If the cache
150 # Create administrator repository directories, /usr/local/share/ppd,
153 # user repository.
155 # $1 - destination repository name
163 # Only create administrator repository directories, if needed.
190 # $3 - Full path to repository
218 # file exists in the destination in the label/repository,
228 # Can only add a PPD file to the "user" or "admin" repository.
231 # specifies the same repository and label as a the specified
232 # ppd file and the repository of the specified ppd file
233 # exists in a known repository.
236 gettext "invalid PPD file repository name: ${4}" 2>/dev/null
393 # <PPD file repository>/<label>/<manufacturer>/<PPD file>
406 # and verify the PPD file repository matches one of the
411 for repository in ${REPOSITORIES} ; do
412 if [[ "${repository}" = "${ppd_file_repository}" ]] ; then
508 " (<repository>/<label>/<manufacturer>/<PPD file>):\n" 2>/dev/null
608 # /var/lp/ppd/caches/<PPD file repository name>-<label name>
610 # $1 - Full path of the destination PPD file repository
611 # $2 - Destination PPD file repository name
636 # if this is a system repository, check for a prepopulated cache
931 # PPD repository name.
961 # Returns the PPD respository name from the repository path
963 # $1 - PPD repository path
994 # Returns 0 if a matching label name is found in the specified repository,
997 # $1 - repository path
1008 for repository in ${REPOSITORIES} ; do
1009 if [[ "${repository}" = "${1}" && -d "${1}/${2}" ]] ; then
1022 # $2 - destination repository path
1031 # dest repository not specified
1037 # repository.
1045 # in a known repository, and the destination
1048 # repository is the same as the source
1049 # destination repository.
1056 # dest repository specified, dest label not specified
1059 # If the destination repository path is the same as the
1060 # source repository, and if the source label exists in the
1061 # destination repository path, then we'll assume the default
1068 # dest repository and dest label specified.
1073 # label path is in a known repository.
1104 # Returns a list of all labels that exist in a repository that are
1107 # $1 - Full path of repository
1118 # PPD file repository.
1205 # the destination label/repository.
1243 # repository under the destination label.
1276 # if it doesn't have an associated label in the repository.
1299 # Sorted copies of cache files for each label in each PPD repository
1315 # $1 - Full path to repository (or "all")
1325 # Determine which labels in which PPD repository the
1343 # Ensure the label exists in the PPD file repository.
1350 # Update the cache for each label in the PPD repository
1403 # Updatable PPD repository
1511 R) # PPD file repository to use
1547 # Ensure the destination PPD repository directory is set
1548 # to match the specified repository. If the
1549 # destination PPD file repository was specified, then
1574 gettext "reserved PPD repository name: " 1>&2
1586 gettext "invalid PPD repository name: ${ppdrepname}\n" 1>&2
1592 # When a source PPD file's path is from a known repository, the
1593 # destination repository and desination label are assumed to be the
1594 # same as the source PPD file's unless a differing repository or label
1619 # is already in the destination repository under the destination
1621 # going on to do an update on the label in the repository as
1649 # Attempt to add the PPD file to the repository under the
1739 "(<repository>/<label>/<manufacturer>/<PPD file>):\n\t${1}\n" 1>&2