Marcel Telka
2024-04-05 f228266143fa00a0d993ef25540014f5fea6ca10
commit | author | age
29b078 1 #
JK 2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source.  A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2021 Jim Klimov
14 #
15
16 set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
17 set name=pkg.summary value="$(COMPONENT_SUMMARY)"
18 set name=info.classification value="$(COMPONENT_CLASSIFICATION)"
19 #set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
20 #set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
21 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
22
23 license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
24
25 # The abuild account with ID 399 is inherited from build farms also running
26 # the SUSE Open Build Service. Having all build workers run with the same
27 # uid/gid allows to easily benefit from NFS/LOFS shared resources such as
28 # a common ccache index (be sure to use CCACHE_DIR for recording relative
29 # paths to sources of objects) or reference git repositories.
30 # It is delivered by a separate package which may be used as the foundation
31 # for different use-cases which boil down to automated builds (e.g. Jenkins
32 # swarm-client agent, Jenkins SSH agent, builds in discardable zones, etc.)
33 # The home-dir of abuild is where common system files like trusted SSH keys are
34 # stored, for the (potentially numerous) use-cases for the "abuild" account.
35 # Packages which deliver practical use-cases for automated builds may also
36 # deliver (or create at run-time) a separate directory where that build agent
37 # implementation would store build workspaces and similar data.
38 group groupname=abuild gid=399
39 user  ftpuser=false gcos-field="Automated build agent Reserved UID" password=NP \
40       username=abuild uid=399 group=abuild home-dir=/var/lib/abuild