Lines Matching refs:in
7 # You may not use this file except in compliance with the License.
14 # When distributing Covered Code, include this CDDL HEADER in each
27 # incorporator - an utility to incorporate packages in a repo
79 for name in names:
87 # manifests in the package repo.
101 for line in fp:
110 if incorporation not in incorporations:
128 # Check for multiple versions of packages in the repo, but keep track of
131 for package in packages:
135 if pkg_name in versions:
136 warning("%s is in the repo at multiple versions (%s, %s)" % (pkg_name, pkg_version, versions[pkg_name]))
143 for package in packages:
148 if 'pkg.tmp.incorporate' not in package or pkg_version != versions[pkg_name]:
154 for inc_name in incorporate:
156 if inc_name not in incorporations:
182 for opt, arg in opts:
183 if opt in ("-S", "--static-content-file"):
185 elif opt in ("-s", "--repository"):
187 elif opt in ("-p", "--publisher"):
189 elif opt in ("-v", "--version"):
191 elif opt in ("-d", "--destdir"):
193 elif opt in ("-c", "--consolidation"):
195 elif opt in ("-w", "--Werror"):
201 for incorporation_name in incorporations.keys():