| /solaris-userland/tools/ |
| H A D | userland-mangler | 38 import pkg.manifest 129 def mangle_manpage(manifest, action, text): 147 if 'pkg.fmri' in manifest.attributes: 148 fmri = pkg.fmri.PkgFmri(manifest.attributes['pkg.fmri']) 152 if 'info.upstream-url' in manifest.attributes: 153 community = manifest.attributes['info.upstream-url'] 156 if 'info.source-url' in manifest.attributes: 157 source = manifest.attributes['info.source-url'] 158 elif 'info.repository-url' in manifest.attributes: 159 source = manifest [all...] |
| /solaris-userland/components/openstack/horizon/files/ |
| H A D | merge_manifest.py | 8 # Read in all the JSON manifest files provided on the command line 10 for manifest in sys.argv[1:]: 11 with open(manifest, 'r') as infile: 14 # Write out the merged manifest in JSON 15 with open('static/dashboard/manifest.json', 'w') as outfile:
|
| /solaris-userland/components/meta-packages/history/ |
| H A D | Makefile | 29 # the automatic (and lengthy) manifest manipulation that it does, which we 41 MANIFEST_BASE = $(BUILD_DIR)/manifest-$(MACH) 55 define history-manifest-rule 57 $(NAWK) -v FUNCTION=manifest -v TARGET=$1 -f $(GENERATE_HISTORY) < \ 60 $(foreach mfst,$(HISTORICAL_MANIFESTS),$(eval $(call history-manifest-rule,$(mfst)))) 85 $(PKGSEND) -s $(PKG_REPO) publish --fmri-in-manifest --no-catalog $< 89 $(PKGSEND) -s $(PKG_REPO) publish --fmri-in-manifest --no-catalog $<
|
| /solaris-userland/tools/python/pkglint/ |
| H A D | userland.py | 124 manifest.""" 164 for manifest in engine.gen_manifests(engine.ref_api_inst, 166 # Only put this manifest into the reference dictionary 169 lint_fmri_successor(fmri, manifest.fmri) 171 in lint_fmris.get(manifest.fmri.get_name(), []) 173 seed_dict(manifest, "path", self.ref_paths) 180 for manifest in engine.gen_manifests(engine.lint_api_inst, 182 seed_dict(manifest, "path", self.lint_paths) 187 for manifest in engine.lint_manifests: 188 seed_dict(manifest, "pat [all...] |
| /solaris-userland/components/mysql-5-7/ |
| H A D | Makefile | 111 $(MAKE) $(MAKEFLAGS) sample-manifest METADATA_TEMPLATE= 113 perl -pe 's,\\\n,,' $(BUILD_DIR)/manifest-$(MACH)-generated.p5m \ 114 > $(BUILD_DIR)/manifest-generated.p5m 116 cat $(BUILD_DIR)/manifest-generated.p5m | \ 131 cat $(BUILD_DIR)/manifest-generated.p5m | \
|
| /solaris-userland/components/gnupg/ |
| H A D | Makefile | 127 LIBKSBA_MANIFEST = manifest-$(MACH)-libksba.depend 128 LIBASSUAN_MANIFEST = manifest-$(MACH)-libassuan.depend 129 GPGME_MANIFEST = manifest-$(MACH)-gpgme.depend 130 PINENTRY_MANIFEST = manifest-$(MACH)-pinentry.depend
|
| /solaris-userland/components/openstack/glance/ |
| H A D | Makefile | 52 # only need to deliver one version. The manifest is parameterized, though. 64 ($(MKDIR) $(PROTO_DIR)/lib/svc/manifest/application/openstack; \ 71 $(PROTO_DIR)/lib/svc/manifest/application/openstack)
|
| /solaris-userland/components/openstack/keystone/ |
| H A D | Makefile | 52 # only need to deliver one version. The manifest is parameterized, though. 63 ($(MKDIR) $(PROTO_DIR)/lib/svc/manifest/application/openstack; \ 67 $(PROTO_DIR)/lib/svc/manifest/application/openstack; \
|
| /solaris-userland/components/openstack/swift/ |
| H A D | Makefile | 52 # only need to deliver one version. The manifest is parameterized, though. 63 ($(MKDIR) $(PROTO_DIR)/lib/svc/manifest/application/openstack; \ 66 $(PROTO_DIR)/lib/svc/manifest/application/openstack)
|
| /solaris-userland/make-rules/ |
| H A D | ips.mk | 27 # Rules and Macros for generating an IPS package manifest and publishing an 50 # run clean on a v1 manifest that actually needs to be updated. So we 58 METADATA_TEMPLATE = $(WS_TOP)/transforms/manifest-metadata-template 143 MANIFEST_BASE = $(BUILD_DIR)/manifest-$(MACH) 215 sample-manifest: $(GENERATED).p5m 223 # copy the canonical manifest(s) to the build tree 236 # Define and execute a macro that generates a rule to create a manifest for a 238 # Creates build/manifest-*-modulename-##.p5m file where ## is replaced with 240 define python-manifest-rule 251 $(foreach ver,$(PYTHON_VERSIONS),$(eval $(call python-manifest [all...] |
| /solaris-userland/components/openstack/cinder/ |
| H A D | Makefile | 52 # only need to deliver one version. The manifest is parameterized, though. 64 ($(MKDIR) $(PROTO_DIR)/lib/svc/manifest/application/openstack; \ 72 $(PROTO_DIR)/lib/svc/manifest/application/openstack; \
|
| /solaris-userland/components/openstack/heat/ |
| H A D | Makefile | 52 # only need to deliver one version. The manifest is parameterized, though. 64 ($(MKDIR) $(PROTO_DIR)/lib/svc/manifest/application/openstack; \ 72 $(PROTO_DIR)/lib/svc/manifest/application/openstack)
|
| /solaris-userland/components/openstack/ironic/ |
| H A D | Makefile | 53 # only need to deliver one version. The manifest is parameterized, though. 65 ($(MKDIR) $(PROTO_DIR)/lib/svc/manifest/application/openstack; \ 71 $(PROTO_DIR)/lib/svc/manifest/application/openstack/; \
|
| /solaris-userland/components/gnome/gnome-calendar/ |
| H A D | Makefile | 53 DEPENDED += $(WS_TOP)/components/desktop/libical/build/manifest-$(MACH)-libical.depend
|
| /solaris-userland/components/gnome/gnome-shell-extensions/ |
| H A D | Makefile | 48 DEPENDED += ../gnome-menus/build/manifest-$(MACH)-*.depend
|
| /solaris-userland/components/gnome/vinagre/ |
| H A D | Makefile | 63 DEPENDED += $(WS_TOP)/components/gnome/gtk-vnc/build/manifest-$(MACH)-gtk-vnc.depend
|
| /solaris-userland/components/jq/ |
| H A D | Makefile | 58 ONIG_MANIFEST = manifest-$(MACH)-oniguruma.depend
|
| /solaris-userland/components/openstack/nova/ |
| H A D | Makefile | 53 # only need to deliver one version. The manifest is parameterized, though. 67 $(MKDIR) $(PROTO_DIR)/lib/svc/manifest/application/openstack; \ 81 $(PROTO_DIR)/lib/svc/manifest/application/openstack; \
|
| /solaris-userland/components/gnome/evolution-data-server/ |
| H A D | Makefile | 114 DEPENDED += $(WS_TOP)/components/gnome/libgweather/build/manifest-$(MACH)-libgweather.depend 115 DEPENDED += $(WS_TOP)/components/desktop/libical/build/manifest-$(MACH)-libical.depend
|
| /solaris-userland/components/gnome/gnome-clocks/ |
| H A D | Makefile | 62 DEPENDED += $(WS_TOP)/components/gnome/libgweather/build/manifest-$(MACH)-libgweather.depend
|
| /solaris-userland/components/gnome/gnome-tweak-tool/ |
| H A D | Makefile | 69 DEPENDED += $(UNINSTALLED_DEPS:%=../%/build/manifest-$(MACH)-*.depend.res)
|
| /solaris-userland/components/gnome/orca/ |
| H A D | Makefile | 69 DEPENDED += $(UNINSTALLED_DEPS:%=$(WS_COMPONENTS)/%/build/manifest-$(MACH)-*.depend)
|
| /solaris-userland/components/gnome/gnome-shell/ |
| H A D | Makefile | 77 DEPENDED += $(SN_TOP)/build/manifest-$(MACH)-startup-notification.depend 101 DEPENDED += $(UNINSTALLED_DEPS:%=../%/build/manifest-$(MACH)-*.depend)
|
| /solaris-userland/components/openstack/neutron/ |
| H A D | Makefile | 73 # only need to deliver one version. The manifest is parameterized, though. 107 $(MKDIR) $(PROTO_DIR)/lib/svc/manifest/application/openstack; \ 115 $(PROTO_DIR)/lib/svc/manifest/application/openstack; \
|
| /solaris-userland/components/openstack/horizon/ |
| H A D | Makefile | 312 # only need to deliver one version. The manifest is parameterized, though. 332 $(MKDIR) $(PROTO_DIR)/lib/svc/manifest/application/openstack; \ 336 $(PROTO_DIR)/lib/svc/manifest/application/openstack); 356 static/dashboard/manifest.json \ 363 static/dashboard/manifest.json static/dashboard/debug_manifest.json; \
|