forked from artix/artools
		
	Compare commits
	
		
			123 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 87185b7d99 | ||
|   | 371f93ea7f | ||
|   | 3fb842f36a | ||
|   | 78fbb97bd9 | ||
|   | 23d75a7c12 | ||
|   | 8626be9c0b | ||
|   | 557aac62e4 | ||
|   | f261bb9e5b | ||
|   | 3281655692 | ||
|   | dfd3961d9c | ||
|   | 0939e6d5a2 | ||
|   | a9652ed8cf | ||
|   | c6d43721cb | ||
|   | b4900e760d | ||
|   | 346e05d943 | ||
|   | c786e6900f | ||
|   | d42bfb6893 | ||
|   | 40be81f3f3 | ||
|   | db8ba96909 | ||
|   | 5750465180 | ||
|   | 2d042b1545 | ||
|   | a66c12ebc1 | ||
|   | 28c7ea361c | ||
|   | 40e3623b3a | ||
|   | 2d998df432 | ||
|   | d10dbed4b2 | ||
|   | f74dd7654a | ||
|   | 313db49bba | ||
|   | 0235f2f9cd | ||
|   | e08c5a9659 | ||
|   | c38319b40c | ||
|   | c7d07f4408 | ||
|   | cf5239b814 | ||
|   | d77b860628 | ||
|   | 4a53b6dfd1 | ||
|   | 88a3135dc2 | ||
|   | b72dcdae89 | ||
|   | 9e7b0aba10 | ||
|   | 9d32b0ca9e | ||
|   | e496c4d3dd | ||
|   | 146021408d | ||
|   | c40ec0eca2 | ||
|   | fbba7656f9 | ||
|   | a2c90b7613 | ||
|   | 925f5e197a | ||
|   | 7a2170ea14 | ||
|   | f81910a891 | ||
|   | b731228828 | ||
|   | b82294fcb9 | ||
|   | 2b4b3107bf | ||
|   | a906875af7 | ||
|   | 4b4e07e743 | ||
|   | 2127988036 | ||
|   | 710a8dc57f | ||
|   | 16fd97e2d3 | ||
|   | 25808c8034 | ||
|   | d87aade54b | ||
|   | 37aa3c1c65 | ||
|   | c870472267 | ||
|   | 563e2bbc4a | ||
|   | 6463779536 | ||
|   | 8b98c6cac9 | ||
|   | a47c8e1a44 | ||
|   | c7cf6c05a0 | ||
|   | 5c4406a19a | ||
|   | 5a1105302a | ||
|   | 6a376c8b65 | ||
|   | bfbbd12316 | ||
|   | c51d75acf0 | ||
|   | 11ea38fe32 | ||
|   | 55b9b69859 | ||
|   | d2ae040e45 | ||
|   | 691c401251 | ||
|   | 8861b9c8f8 | ||
|   | c74dda6e53 | ||
|   | da54be8ea2 | ||
|   | 6551d66a99 | ||
|   | 8ed2464c5f | ||
|   | f2006adfaa | ||
|   | fe3bd6296f | ||
|   | 4ac466a83e | ||
|   | c76a29eaf7 | ||
|   | 4b7ff99b98 | ||
|   | e034e965d3 | ||
|   | e4bb309841 | ||
|   | 7d207257f7 | ||
|   | ec10df53b8 | ||
|   | d32d254632 | ||
|   | 793721249a | ||
|   | acd9ee7e28 | ||
|   | c9337155e1 | ||
|   | 8f1da6d4fb | ||
|   | 1ab0e41426 | ||
|   | 6f01896066 | ||
|   | cba60d97c6 | ||
|   | 4ba2a309c0 | ||
|   | 6193ad59b2 | ||
|   | b2c1c3288b | ||
|   | 84242b79d0 | ||
|   | 6039f88715 | ||
|   | 54cb15f3a2 | ||
|   | 13f63047a2 | ||
|   | 7cc0c0c86a | ||
|   | 327be3b735 | ||
|   | 6e20fc6d07 | ||
|   | 8436f0cafb | ||
|   | 1ded762a78 | ||
|   | f3ac8b8679 | ||
|   | 622f426686 | ||
|   | 07ee48ff72 | ||
|   | 1728682147 | ||
|   | 710d615cbb | ||
|   | a305eac6ce | ||
|   | b964b729cc | ||
|   | 6d5b4d45dd | ||
|   | a98a7b5100 | ||
|   | 3c80f711da | ||
|   | 501272464b | ||
|   | c6ddda2773 | ||
|   | 2bed948636 | ||
|   | 98c1d950f8 | ||
|   | 6941b3ce3b | ||
|   | 1972ee936e | 
							
								
								
									
										35
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										35
									
								
								Makefile
									
									
									
									
									
								
							| @@ -1,4 +1,4 @@ | |||||||
| Version=0.6 | Version=0.7 | ||||||
|  |  | ||||||
| PREFIX = /usr/local | PREFIX = /usr/local | ||||||
| SYSCONFDIR = /etc | SYSCONFDIR = /etc | ||||||
| @@ -22,7 +22,7 @@ LIBS_BASE = \ | |||||||
| 	lib/util-fstab.sh | 	lib/util-fstab.sh | ||||||
|  |  | ||||||
| SHARED_BASE = \ | SHARED_BASE = \ | ||||||
| 	$(wildcard data/pacman-*.conf) | 	$(wildcard data/pacman*.conf) | ||||||
|  |  | ||||||
| LIST_IMPORT = \ | LIST_IMPORT = \ | ||||||
| 	$(wildcard data/import.list.d/*.list) | 	$(wildcard data/import.list.d/*.list) | ||||||
| @@ -31,22 +31,34 @@ BIN_PKG = \ | |||||||
| 	bin/checkpkg \ | 	bin/checkpkg \ | ||||||
| 	bin/lddd \ | 	bin/lddd \ | ||||||
| 	bin/finddeps \ | 	bin/finddeps \ | ||||||
| 	bin/findupdates \ |  | ||||||
| 	bin/find-libdeps \ | 	bin/find-libdeps \ | ||||||
| 	bin/mkchrootpkg \ | 	bin/mkchrootpkg \ | ||||||
| 	bin/buildpkg \ | 	bin/buildpkg \ | ||||||
| 	bin/buildtree \ | 	bin/buildtree \ | ||||||
| 	bin/deploypkg | 	bin/deploypkg \ | ||||||
|  | 	bin/commitpkg | ||||||
|  |  | ||||||
| LIBS_PKG = \ | LIBS_PKG = \ | ||||||
| 	$(wildcard lib/util-pkg*.sh) | 	$(wildcard lib/util-pkg*.sh) | ||||||
|  |  | ||||||
| SHARED_PKG = \ | SHARED_PKG = \ | ||||||
| 	$(wildcard data/makepkg-*.conf) | 	data/makepkg.conf | ||||||
|  |  | ||||||
| PATCHES = \ | PATCHES = \ | ||||||
| 	$(wildcard data/patches/*.patch) | 	$(wildcard data/patches/*.patch) | ||||||
|  |  | ||||||
|  | COMMITPKG_SYMS = \ | ||||||
|  | 	extrapkg \ | ||||||
|  | 	corepkg \ | ||||||
|  | 	testingpkg \ | ||||||
|  | 	stagingpkg \ | ||||||
|  | 	communitypkg \ | ||||||
|  | 	community-testingpkg \ | ||||||
|  | 	community-stagingpkg \ | ||||||
|  | 	multilibpkg \ | ||||||
|  | 	multilib-testingpkg \ | ||||||
|  | 	multilib-stagingpkg | ||||||
|  | 	 | ||||||
| BIN_ISO = \ | BIN_ISO = \ | ||||||
| 	bin/buildiso \ | 	bin/buildiso \ | ||||||
| 	bin/deployiso | 	bin/deployiso | ||||||
| @@ -55,8 +67,7 @@ LIBS_ISO = \ | |||||||
| 	$(wildcard lib/util-iso*.sh) | 	$(wildcard lib/util-iso*.sh) | ||||||
|  |  | ||||||
| SHARED_ISO = \ | SHARED_ISO = \ | ||||||
| 	data/mkinitcpio.conf \ | 	data/mkinitcpio.conf | ||||||
| 	data/linux.preset |  | ||||||
|  |  | ||||||
| CPIOHOOKS = \ | CPIOHOOKS = \ | ||||||
| 	$(wildcard initcpio/hooks/*) | 	$(wildcard initcpio/hooks/*) | ||||||
| @@ -121,10 +132,10 @@ install_pkg: | |||||||
| 	install -dm0755 $(DESTDIR)$(PREFIX)/bin | 	install -dm0755 $(DESTDIR)$(PREFIX)/bin | ||||||
| 	install -m0755 ${BIN_PKG} $(DESTDIR)$(PREFIX)/bin | 	install -m0755 ${BIN_PKG} $(DESTDIR)$(PREFIX)/bin | ||||||
| 	 | 	 | ||||||
| 	ln -sf buildpkg $(DESTDIR)$(PREFIX)/bin/buildpkg-testing |  | ||||||
|  |  | ||||||
| 	ln -sf find-libdeps $(DESTDIR)$(PREFIX)/bin/find-libprovides | 	ln -sf find-libdeps $(DESTDIR)$(PREFIX)/bin/find-libprovides | ||||||
| 	 | 	 | ||||||
|  | 	for l in ${COMMITPKG_SYMS}; do ln -sf commitpkg $(DESTDIR)$(PREFIX)/bin/$$l; done | ||||||
|  | 	 | ||||||
| 	install -dm0755 $(DESTDIR)$(PREFIX)/lib/artools | 	install -dm0755 $(DESTDIR)$(PREFIX)/lib/artools | ||||||
| 	install -m0644 ${LIBS_PKG} $(DESTDIR)$(PREFIX)/lib/artools | 	install -m0644 ${LIBS_PKG} $(DESTDIR)$(PREFIX)/lib/artools | ||||||
|  |  | ||||||
| @@ -154,7 +165,7 @@ install_iso: | |||||||
| 	install -dm0755 $(DESTDIR)$(PREFIX)/bin | 	install -dm0755 $(DESTDIR)$(PREFIX)/bin | ||||||
| 	install -m0755 ${BIN_ISO} $(DESTDIR)$(PREFIX)/bin | 	install -m0755 ${BIN_ISO} $(DESTDIR)$(PREFIX)/bin | ||||||
|  |  | ||||||
| 	ln -sf buildiso $(DESTDIR)$(PREFIX)/bin/buildiso-testing | 	ln -sf buildiso $(DESTDIR)$(PREFIX)/bin/buildiso-gremlins | ||||||
|  |  | ||||||
| 	install -dm0755 $(DESTDIR)$(PREFIX)/lib/artools | 	install -dm0755 $(DESTDIR)$(PREFIX)/lib/artools | ||||||
| 	install -m0644 ${LIBS_ISO} $(DESTDIR)$(PREFIX)/lib/artools | 	install -m0644 ${LIBS_ISO} $(DESTDIR)$(PREFIX)/lib/artools | ||||||
| @@ -180,7 +191,7 @@ uninstall_pkg: | |||||||
| 	for f in ${LIST_IMPORT}; do rm -f $(DESTDIR)$(SYSCONFDIR)/artools/import.list.d/$$f; done | 	for f in ${LIST_IMPORT}; do rm -f $(DESTDIR)$(SYSCONFDIR)/artools/import.list.d/$$f; done | ||||||
| 	for f in ${BIN_PKG}; do rm -f $(DESTDIR)$(PREFIX)/bin/$$f; done | 	for f in ${BIN_PKG}; do rm -f $(DESTDIR)$(PREFIX)/bin/$$f; done | ||||||
| 	rm -f $(DESTDIR)$(PREFIX)/bin/find-libprovides | 	rm -f $(DESTDIR)$(PREFIX)/bin/find-libprovides | ||||||
| 	rm -f $(DESTDIR)$(PREFIX)/bin/buildpkg-testing | 	for l in ${COMMITPKG_SYMS}; do rm -f $(DESTDIR)$(PREFIX)/bin/$$l; done | ||||||
| 	for f in ${SHARED_PKG}; do rm -f $(DESTDIR)$(PREFIX)/share/artools/$$f; done | 	for f in ${SHARED_PKG}; do rm -f $(DESTDIR)$(PREFIX)/share/artools/$$f; done | ||||||
| 	for f in ${PATCHES}; do rm -f $(DESTDIR)$(PREFIX)/share/artools/patches/$$f; done | 	for f in ${PATCHES}; do rm -f $(DESTDIR)$(PREFIX)/share/artools/patches/$$f; done | ||||||
| 	for f in ${LIBS_PKG}; do rm -f $(DESTDIR)$(PREFIX)/lib/artools/$$f; done | 	for f in ${LIBS_PKG}; do rm -f $(DESTDIR)$(PREFIX)/lib/artools/$$f; done | ||||||
| @@ -194,7 +205,7 @@ uninstall_isobase: | |||||||
|  |  | ||||||
| uninstall_iso: | uninstall_iso: | ||||||
| 	for f in ${BIN_ISO}; do rm -f $(DESTDIR)$(PREFIX)/bin/$$f; done | 	for f in ${BIN_ISO}; do rm -f $(DESTDIR)$(PREFIX)/bin/$$f; done | ||||||
| 	rm -f $(DESTDIR)$(PREFIX)/bin/buildiso-testing | 	rm -f $(DESTDIR)$(PREFIX)/bin/buildiso-gremlins | ||||||
| 	for f in ${SHARED_ISO}; do rm -f $(DESTDIR)$(PREFIX)/share/artools/$$f; done | 	for f in ${SHARED_ISO}; do rm -f $(DESTDIR)$(PREFIX)/share/artools/$$f; done | ||||||
|  |  | ||||||
| 	for f in ${LIBS_ISO}; do rm -f $(DESTDIR)$(PREFIX)/lib/artools/$$f; done | 	for f in ${LIBS_ISO}; do rm -f $(DESTDIR)$(PREFIX)/lib/artools/$$f; done | ||||||
|   | |||||||
| @@ -32,7 +32,6 @@ usage() { | |||||||
|     echo "usage: ${0##*/} [options] root [packages...]" |     echo "usage: ${0##*/} [options] root [packages...]" | ||||||
|     echo " -C <config>      Use an alternate config file for pacman" |     echo " -C <config>      Use an alternate config file for pacman" | ||||||
|     echo " -c               Use the package cache on the host, rather than the target" |     echo " -c               Use the package cache on the host, rather than the target" | ||||||
|     echo " -d               Allow installation to a non-mountpoint directory" |  | ||||||
|     echo " -G               Avoid copying the host's pacman keyring to the target" |     echo " -G               Avoid copying the host's pacman keyring to the target" | ||||||
|     echo " -i               Avoid auto-confirmation of package selections" |     echo " -i               Avoid auto-confirmation of package selections" | ||||||
|     echo " -M               Avoid copying the host's mirrorlist to the target" |     echo " -M               Avoid copying the host's mirrorlist to the target" | ||||||
| @@ -47,12 +46,11 @@ usage() { | |||||||
|  |  | ||||||
| orig_argv=("$0" "$@") | orig_argv=("$0" "$@") | ||||||
|  |  | ||||||
| opts=':C:cdGiM' | opts=':C:cGiM' | ||||||
|  |  | ||||||
| while getopts ${opts} arg; do | while getopts ${opts} arg; do | ||||||
|     case "${arg}" in |     case "${arg}" in | ||||||
|         C) pacman_conf=$OPTARG ;; |         C) pacman_conf=$OPTARG ;; | ||||||
|         d) directory=true ;; |  | ||||||
|         c) hostcache=true ;; |         c) hostcache=true ;; | ||||||
|         i) interactive=true ;; |         i) interactive=true ;; | ||||||
|         G) copykeyring=false ;; |         G) copykeyring=false ;; | ||||||
| @@ -77,10 +75,6 @@ ${interactive} || pacman_args+=(--noconfirm) | |||||||
|  |  | ||||||
| [[ -d $newroot ]] || die "%s is not a directory" "$newroot" | [[ -d $newroot ]] || die "%s is not a directory" "$newroot" | ||||||
|  |  | ||||||
| if ! mountpoint -q "$newroot" && ! ${directory}; then |  | ||||||
|     die '%s is not a mountpoint!' "$newroot" |  | ||||||
| fi |  | ||||||
|  |  | ||||||
| # create obligatory directories | # create obligatory directories | ||||||
| create_min_fs "$newroot" | create_min_fs "$newroot" | ||||||
|  |  | ||||||
|   | |||||||
| @@ -26,24 +26,21 @@ prepare_build(){ | |||||||
|  |  | ||||||
|     netgroups=${netgroups_url}/netgroups-${initsys}.yaml |     netgroups=${netgroups_url}/netgroups-${initsys}.yaml | ||||||
|  |  | ||||||
|     local pac_arch='default' pacman_conf pac_conf |     local pacman_conf pac_file="pacman-default.conf" | ||||||
|     [[ "${target_arch}" == 'x86_64' ]] && pac_arch='lib32' |  | ||||||
|  |  | ||||||
|     if [[ ${stablility} == 'buildiso' ]];then |     case "${stablility}" in | ||||||
|         pac_conf=$pac_arch |         'gremlins') pac_file="pacman-${stablility}.conf" ;; | ||||||
|     else |     esac | ||||||
|         pac_conf=$pac_arch-${stablility} |  | ||||||
|     fi |  | ||||||
|  |  | ||||||
|     pacman_conf="${DATADIR}/pacman-$pac_conf.conf" |     pacman_conf="${DATADIR}/$pac_file" | ||||||
|     [[ -f $AT_USERCONFDIR/pacman-$pac_conf.conf ]] && pacman_conf="$AT_USERCONFDIR/pacman-$pac_conf.conf" |     [[ -f $AT_USERCONFDIR/$pac_file ]] && pacman_conf="$AT_USERCONFDIR/$pac_file" | ||||||
|  |  | ||||||
|     iso_file=$(gen_iso_fn).iso |     iso_file=$(gen_iso_fn).iso | ||||||
|  |  | ||||||
|     mkchroot_args+=(-C ${pacman_conf}) |     mkchroot_args+=(-C ${pacman_conf}) | ||||||
|     work_dir=${chroots_iso}/${profile}/${target_arch} |     work_dir=${chroots_iso}/${profile}/${target_arch} | ||||||
|  |  | ||||||
|     iso_dir="${cache_dir_iso}/${profile}" |     iso_dir="${iso_pool}/${profile}" | ||||||
|  |  | ||||||
|     iso_root=${chroots_iso}/${profile}/iso |     iso_root=${chroots_iso}/${profile}/iso | ||||||
|     mnt_dir=${chroots_iso}/${profile}/mnt |     mnt_dir=${chroots_iso}/${profile}/mnt | ||||||
| @@ -63,9 +60,8 @@ show_profile(){ | |||||||
|         msg2 "password: %s" "${password}" |         msg2 "password: %s" "${password}" | ||||||
|         msg2 "addgroups: %s" "${addgroups}" |         msg2 "addgroups: %s" "${addgroups}" | ||||||
|  |  | ||||||
|         msg2 "enable_live: %s" "${enable_live[*]}" |         msg2 "services_live: %s" "${services_live[*]}" | ||||||
|         msg2 "openrc_boot: %s" "${openrc_boot[*]}" |         msg2 "services: %s" "${services[*]}" | ||||||
|         msg2 "openrc_default: %s" "${openrc_default[*]}" |  | ||||||
|     fi |     fi | ||||||
| } | } | ||||||
|  |  | ||||||
| @@ -75,10 +71,10 @@ display_settings(){ | |||||||
|  |  | ||||||
|     msg "OPTIONS:" |     msg "OPTIONS:" | ||||||
|     msg2 "profile: %s" "${profile}" |     msg2 "profile: %s" "${profile}" | ||||||
|     msg2 "arch: %s" "${target_arch}" |  | ||||||
|     msg2 "initsys: %s" "${initsys}" |     msg2 "initsys: %s" "${initsys}" | ||||||
|     msg2 "kernel: %s" "${kernel}" |     msg2 "kernel: %s" "${kernel}" | ||||||
|     [[ -n ${gpgkey} ]] && msg2 "gpgkey: %s" "${gpgkey}" |     [[ -n ${gpgkey} ]] && msg2 "gpgkey: %s" "${gpgkey}" | ||||||
|  |     msg2 "stablility: %s" "${stablility}" | ||||||
|  |  | ||||||
|     msg "ARGS:" |     msg "ARGS:" | ||||||
|     msg2 "clean_first: %s" "${clean_first}" |     msg2 "clean_first: %s" "${clean_first}" | ||||||
| @@ -146,11 +142,10 @@ stablility=${cmd##*-} | |||||||
| usage() { | usage() { | ||||||
|     echo "Usage: ${0##*/} [options]" |     echo "Usage: ${0##*/} [options]" | ||||||
|     echo "    -p <profile>       Profile [default: ${profile}]" |     echo "    -p <profile>       Profile [default: ${profile}]" | ||||||
|     echo "    -a <arch>          Arch [default: ${target_arch}]" |  | ||||||
|     echo '    -r <dir>           Chroots directory' |     echo '    -r <dir>           Chroots directory' | ||||||
|     echo "                       [default: ${chroots_iso}]" |     echo "                       [default: ${chroots_iso}]" | ||||||
|     echo '    -t <dir>           Target directory' |     echo '    -t <dir>           Target directory' | ||||||
|     echo "                       [default: ${cache_dir_iso}]" |     echo "                       [default: ${iso_pool}]" | ||||||
|     echo '    -k <name>          Kernel to use' |     echo '    -k <name>          Kernel to use' | ||||||
|     echo "                       [default: ${kernel}]" |     echo "                       [default: ${kernel}]" | ||||||
|     echo '    -i <name>          Init system to use' |     echo '    -i <name>          Init system to use' | ||||||
| @@ -172,14 +167,13 @@ usage() { | |||||||
|  |  | ||||||
| orig_argv=("$0" "$@") | orig_argv=("$0" "$@") | ||||||
|  |  | ||||||
| opts='p:a:r:t:k:i:g:czxmvqh' | opts='p:r:t:k:i:g:czxmvqh' | ||||||
|  |  | ||||||
| while getopts "${opts}" arg; do | while getopts "${opts}" arg; do | ||||||
|     case "${arg}" in |     case "${arg}" in | ||||||
|         p) profile="$OPTARG" ;; |         p) profile="$OPTARG" ;; | ||||||
|         a) target_arch="$OPTARG" ;; |  | ||||||
|         r) chroots_iso="$OPTARG" ;; |         r) chroots_iso="$OPTARG" ;; | ||||||
|         t) cache_dir_iso="$OPTARG" ;; |         t) iso_pool="$OPTARG" ;; | ||||||
|         k) kernel="$OPTARG" ;; |         k) kernel="$OPTARG" ;; | ||||||
|         i) initsys="$OPTARG" ;; |         i) initsys="$OPTARG" ;; | ||||||
|         g) gpgkey="$OPTARG" ;; |         g) gpgkey="$OPTARG" ;; | ||||||
|   | |||||||
| @@ -20,16 +20,12 @@ SYSCONFDIR='@sysconfdir@' | |||||||
| [[ -r ${LIBDIR}/util-msg.sh ]] && source ${LIBDIR}/util-msg.sh | [[ -r ${LIBDIR}/util-msg.sh ]] && source ${LIBDIR}/util-msg.sh | ||||||
| import ${LIBDIR}/util.sh | import ${LIBDIR}/util.sh | ||||||
| import ${LIBDIR}/util-chroot.sh | import ${LIBDIR}/util-chroot.sh | ||||||
| import ${LIBDIR}/util-pkg.sh |  | ||||||
|  |  | ||||||
| show_pkg(){ | show_pkg(){ | ||||||
|     check_build "$1" |     source PKGBUILD | ||||||
|     cd $1 |     for n in ${pkgname[@]}; do | ||||||
|         source PKGBUILD |         msg2 "%s" "$n" | ||||||
|         for n in ${pkgname[@]}; do |     done | ||||||
|             msg2 "%s" "$n" |  | ||||||
|         done |  | ||||||
|     cd .. |  | ||||||
| } | } | ||||||
|  |  | ||||||
| display_settings(){ | display_settings(){ | ||||||
| @@ -37,10 +33,8 @@ display_settings(){ | |||||||
|     show_config |     show_config | ||||||
|  |  | ||||||
|     msg "OPTIONS:" |     msg "OPTIONS:" | ||||||
|     msg2 "arch: %s" "${target_arch}" |  | ||||||
|     msg2 "chroots_pkg: %s" "${chroots_pkg}" |     msg2 "chroots_pkg: %s" "${chroots_pkg}" | ||||||
|     msg2 "repository: %s" "${repository}" |     msg2 "repository: %s" "${repository}" | ||||||
|     msg2 "stablility: %s" "${stablility}" |  | ||||||
|  |  | ||||||
|     msg "ARGS:" |     msg "ARGS:" | ||||||
|     msg2 "create_first: %s" "${create_first}" |     msg2 "create_first: %s" "${create_first}" | ||||||
| @@ -48,7 +42,7 @@ display_settings(){ | |||||||
|     msg2 "mkchrootpkg_args: %s" "${mkchrootpkg_args[*]}" |     msg2 "mkchrootpkg_args: %s" "${mkchrootpkg_args[*]}" | ||||||
|      |      | ||||||
|     msg "BUILD:" |     msg "BUILD:" | ||||||
|     show_pkg "${package}" |     show_pkg | ||||||
| } | } | ||||||
|  |  | ||||||
| load_user_info | load_user_info | ||||||
| @@ -61,62 +55,43 @@ pretend=false | |||||||
| mkchroot_args=() | mkchroot_args=() | ||||||
| mkchrootpkg_args=(-c -n) | mkchrootpkg_args=(-c -n) | ||||||
|  |  | ||||||
| install_pkgs=() | repository='default' | ||||||
|  |  | ||||||
| package='' |  | ||||||
| cmd=${0##*/} |  | ||||||
| stablility=${cmd##*-} |  | ||||||
| repository=${PWD##*/} |  | ||||||
| base_devel=('base-devel') |  | ||||||
|      |      | ||||||
| prepare_build(){ | prepare_build(){ | ||||||
|     local pac_arch='default' pac_conf= |     local pac_file= mp_file='makepkg.conf'     | ||||||
|              |              | ||||||
|     if [[ "${target_arch}" == 'lib32' ]];then |     base_devel=('base-devel') | ||||||
|         pac_arch='lib32' |  | ||||||
|         base_devel+=('multilib-devel') |  | ||||||
|     fi |  | ||||||
|      |      | ||||||
|     if [[ ${stablility} == 'buildpkg' ]];then |     case ${repository} in | ||||||
|         pac_conf=$pac_arch |         'system'|'world'|'galaxy') repository='default' ;; | ||||||
|     else |         lib32*) base_devel+=('multilib-devel') ;; | ||||||
|         pac_conf=$pac_arch-${stablility} |         galaxy-gremlins|galaxy-goblins) repository=${repository#*-} ;; | ||||||
|     fi |     esac | ||||||
|  |     local pac_file="pacman-${repository}.conf" | ||||||
|  |  | ||||||
|     [[ "$pac_arch" == 'lib32' ]] && target_arch='x86_64' |     local pacman_conf="${DATADIR}/$pac_file" | ||||||
|  |     [[ -f $AT_USERCONFDIR/$pac_file ]] && pacman_conf="$AT_USERCONFDIR/$pac_file" | ||||||
|  |  | ||||||
|     local pacman_conf="${DATADIR}/pacman-$pac_conf.conf" |  | ||||||
|     [[ -f $AT_USERCONFDIR/pacman-$pac_conf.conf ]] && pacman_conf="$AT_USERCONFDIR/pacman-$pac_conf.conf" |  | ||||||
|     work_dir="${chroots_pkg}/${repository}-${target_arch}" |     work_dir="${chroots_pkg}/${repository}-${target_arch}" | ||||||
|  |  | ||||||
|     local makepkg_conf="${DATADIR}/makepkg-${target_arch}.conf" |     local makepkg_conf="${DATADIR}/$mp_file" | ||||||
|     [[ -f $AT_USERCONFDIR/makepkg-${target_arch}.conf ]] && makepkg_conf="$AT_USERCONFDIR/makepkg-${target_arch}.conf" |     [[ -f $AT_USERCONFDIR/$mp_file ]] && makepkg_conf="$AT_USERCONFDIR/$mp_file" | ||||||
|  |  | ||||||
|     mkchroot_args+=(-C "${pacman_conf}" -M "${makepkg_conf}" "${work_dir}/root") |     mkchroot_args+=(-C "${pacman_conf}" -M "${makepkg_conf}" "${work_dir}/root") | ||||||
|  |  | ||||||
|     mkchrootpkg_args+=(-r "${work_dir}" "${makepkg_args[@]}") |     mkchrootpkg_args+=(-r "${work_dir}" "${makepkg_args[@]}") | ||||||
|  |  | ||||||
|     timer_start=$(get_timer) |  | ||||||
| } | } | ||||||
|  |  | ||||||
| build(){ | build(){ | ||||||
|     local timer_start=$(get_timer)  |     local timer_start=$(get_timer)  | ||||||
|     if [[ -f ${package}/PKGBUILD ]];then |  | ||||||
|         cd ${package} |  | ||||||
|     else |  | ||||||
|         die "Directory must contain a PKGBUILD!" |  | ||||||
|     fi |  | ||||||
|     msg "Start building [%s] (%s)" "${package}" "${repository}" |  | ||||||
|     exec mkchrootpkg "${mkchrootpkg_args[@]}" |     exec mkchrootpkg "${mkchrootpkg_args[@]}" | ||||||
|     show_elapsed_time "${FUNCNAME}" "${timer_start}" |     show_elapsed_time "${FUNCNAME}" "${timer_start}" | ||||||
| } | } | ||||||
|  |  | ||||||
| usage() { | usage() { | ||||||
|     echo "Usage: ${0##*/} [options] -- [makepkg_args]" |     echo "Usage: ${0##*/} [options] -- [makepkg_args]" | ||||||
|     echo "    -p <pkg>           Package to build [default: ${package}]" |     echo "    -r <dir>           Repository [default: ${repository}]" | ||||||
|     echo "    -a <arch>          Arch [default: ${target_arch}]" |  | ||||||
|     echo "    -r <dir>           Chroots directory [default: ${chroots_pkg}]" |  | ||||||
|     echo '    -z <repo>          Repo name' |  | ||||||
|     echo '    -c                 Create root chroot' |     echo '    -c                 Create root chroot' | ||||||
|     echo '    -q                 Query settings and pretend build' |     echo '    -q                 Query settings and pretend build' | ||||||
|     echo '    -h                 This help' |     echo '    -h                 This help' | ||||||
| @@ -128,14 +103,11 @@ usage() { | |||||||
|  |  | ||||||
| orig_argv=("$0" "$@") | orig_argv=("$0" "$@") | ||||||
|  |  | ||||||
| opts='p:a:r:z:cqh' | opts='r:cqh' | ||||||
|  |  | ||||||
| while getopts "${opts}" arg; do | while getopts "${opts}" arg; do | ||||||
|     case "${arg}" in |     case "${arg}" in | ||||||
|         p) package="$OPTARG" ;; |         r) repository="$OPTARG" ;; | ||||||
|         a) target_arch="$OPTARG" ;; |  | ||||||
|         r) chroots_pkg="$OPTARG" ;; |  | ||||||
|         z) repository="$OPTARG" ;; |  | ||||||
|         c) create_first=true ;; |         c) create_first=true ;; | ||||||
|         q) pretend=true ;; |         q) pretend=true ;; | ||||||
|         h|?) usage 0 ;; |         h|?) usage 0 ;; | ||||||
| @@ -143,7 +115,6 @@ while getopts "${opts}" arg; do | |||||||
|     esac |     esac | ||||||
| done | done | ||||||
|  |  | ||||||
| # shift $(($OPTIND - 1)) |  | ||||||
| makepkg_args+=("${@:$OPTIND}") | makepkg_args+=("${@:$OPTIND}") | ||||||
|  |  | ||||||
| check_root | check_root | ||||||
| @@ -176,4 +147,4 @@ else | |||||||
|         pacman -Syu --noconfirm || abort |         pacman -Syu --noconfirm || abort | ||||||
| fi | fi | ||||||
|  |  | ||||||
| build "${package}" | build | ||||||
|   | |||||||
							
								
								
									
										372
									
								
								bin/buildtree.in
									
									
									
									
									
								
							
							
						
						
									
										372
									
								
								bin/buildtree.in
									
									
									
									
									
								
							| @@ -17,23 +17,318 @@ DATADIR='@datadir@' | |||||||
|  |  | ||||||
| [[ -r ${LIBDIR}/util-msg.sh ]] && source ${LIBDIR}/util-msg.sh | [[ -r ${LIBDIR}/util-msg.sh ]] && source ${LIBDIR}/util-msg.sh | ||||||
| import ${LIBDIR}/util.sh | import ${LIBDIR}/util.sh | ||||||
| import ${LIBDIR}/util-pkg.sh |  | ||||||
| import ${LIBDIR}/util-pkg-tree.sh | get_local_head(){ | ||||||
|  |     echo $(git log --pretty=%H ...refs/heads/$1^ | head -n 1) | ||||||
|  | } | ||||||
|  |  | ||||||
|  | get_remote_head(){ | ||||||
|  |     echo $(git ls-remote origin -h refs/heads/$1 | cut -f1) | ||||||
|  | } | ||||||
|  |  | ||||||
|  | is_dirty() { | ||||||
|  |     [[ $(git diff --shortstat 2> /dev/null | tail -n1) != "" ]] || return 1 | ||||||
|  |     return 0 | ||||||
|  | } | ||||||
|  |  | ||||||
|  | is_untracked(){ | ||||||
|  |     [[ $(git ls-files --others --exclude-standard)  != "" ]] || return 1 | ||||||
|  |     return 0 | ||||||
|  | } | ||||||
|  |  | ||||||
|  | pull_tree(){ | ||||||
|  |     local branch="master" tree="$1" | ||||||
|  |     local local_head=$(get_local_head "$branch") | ||||||
|  |     local remote_head=$(get_remote_head "$branch") | ||||||
|  |     local timer=$(get_timer) | ||||||
|  |     msg "Checking [%s] ..." "$tree" | ||||||
|  |     msg2 "local: %s" "${local_head}" | ||||||
|  |     msg2 "remote: %s" "${remote_head}" | ||||||
|  |     if [[ "${local_head}" == "${remote_head}" ]]; then | ||||||
|  |         info "nothing to do" | ||||||
|  |     else | ||||||
|  |         info "needs pull" | ||||||
|  |         git pull origin $branch | ||||||
|  |     fi | ||||||
|  |     msg "Done [%s]" "$tree" | ||||||
|  |     show_elapsed_time "${FUNCNAME}" "${timer}" | ||||||
|  | } | ||||||
|  |  | ||||||
|  | clone_tree(){ | ||||||
|  |     local timer=$(get_timer) tree="$1" host_tree="$2" | ||||||
|  |     msg "Preparing [%s] ..." "$tree" | ||||||
|  |     info "clone" | ||||||
|  |     git clone $host_tree.git | ||||||
|  |     msg "Done [%s]" "$tree" | ||||||
|  |     show_elapsed_time "${FUNCNAME}" "${timer}" | ||||||
|  | } | ||||||
|  |  | ||||||
|  | pull_tree_arch(){ | ||||||
|  |     cd ${tree_dir_arch} | ||||||
|  |     for tree in packages community;do | ||||||
|  |         if [[ -d ${tree} ]];then | ||||||
|  |             cd ${tree} | ||||||
|  |                 pull_tree "${tree}" | ||||||
|  |             cd .. | ||||||
|  |         else | ||||||
|  |             clone_tree "${tree}" "${host_tree_arch}/${tree}" | ||||||
|  |         fi | ||||||
|  |     done | ||||||
|  | } | ||||||
|  |  | ||||||
|  | pull_tree_artix(){ | ||||||
|  |     cd ${tree_dir_artix} | ||||||
|  |     for tree in packages packages-galaxy;do | ||||||
|  |         if [[ -d ${tree} ]];then | ||||||
|  |             cd ${tree} | ||||||
|  |                 git config --bool pull.rebase true | ||||||
|  |                 pull_tree "${tree}" | ||||||
|  |             cd .. | ||||||
|  |         else | ||||||
|  |             clone_tree "${tree}" "${host_tree_artix}/${tree}" | ||||||
|  |         fi | ||||||
|  |     done | ||||||
|  | } | ||||||
|  |  | ||||||
|  | read_import_list(){ | ||||||
|  |     local tree="$1" | ||||||
|  |     local _space="s| ||g" _clean=':a;N;$!ba;s/\n/ /g' _com_rm="s|#.*||g" | ||||||
|  |     import_list=$(sed "$_com_rm" "${list_dir_import}/$tree.list" | sed "$_space" | sed "$_clean") | ||||||
|  | } | ||||||
|  |  | ||||||
|  | patch_pkg(){ | ||||||
|  |     local pkg="$1" repo="$2" | ||||||
|  |     case $pkg in | ||||||
|  |         'glibc') | ||||||
|  |             sed -e 's|{locale,systemd/system,tmpfiles.d}|{locale,tmpfiles.d}|' \ | ||||||
|  |                 -e '/nscd.service/d' \ | ||||||
|  |                 -i $pkg/trunk/PKGBUILD | ||||||
|  |         ;; | ||||||
|  |         'tp_smapi'|'acpi_call'|'r8168') | ||||||
|  |             sed -e 's|-ARCH|-ARTIX|g' -i $pkg/trunk/PKGBUILD | ||||||
|  |         ;; | ||||||
|  |         'linux') | ||||||
|  |             sed -e 's|-ARCH|-ARTIX|g' -i $pkg/trunk/PKGBUILD | ||||||
|  |             sed -e 's|CONFIG_LOCALVERSION=.*|CONFIG_LOCALVERSION="-ARTIX"|' \ | ||||||
|  |                 -e 's|CONFIG_DEFAULT_HOSTNAME=.*|CONFIG_DEFAULT_HOSTNAME="artixlinux"|' \ | ||||||
|  |                 -i $pkg/trunk/config | ||||||
|  |             cd $pkg/trunk | ||||||
|  |                 updpkgsums | ||||||
|  |             cd ../.. | ||||||
|  |  | ||||||
|  |         ;; | ||||||
|  |         'licenses') | ||||||
|  |             sed -e 's|https://www.archlinux.org/|https://www.artixlinux.org/|' -i $pkg/trunk/PKGBUILD | ||||||
|  |         ;; | ||||||
|  |     esac | ||||||
|  | } | ||||||
|  |  | ||||||
|  | get_import_path(){ | ||||||
|  |     local tree="$1" import_path= | ||||||
|  |     case $tree in | ||||||
|  |         packages) import_path=${tree_dir_arch}/packages ;; | ||||||
|  |         packages-galaxy) import_path=${tree_dir_arch}/community ;; | ||||||
|  |     esac | ||||||
|  |     echo $import_path | ||||||
|  | } | ||||||
|  |  | ||||||
|  | find_repo(){ | ||||||
|  |     local pkg="$1" repo= | ||||||
|  |  | ||||||
|  |     if [[ -d $pkg/repos/core-x86_64 ]];then | ||||||
|  |         repo=core-x86_64 | ||||||
|  |     elif [[ -d $pkg/repos/core-any ]];then | ||||||
|  |         repo=core-any | ||||||
|  |     fi | ||||||
|  |  | ||||||
|  |     if [[ -d $pkg/repos/extra-x86_64 ]];then | ||||||
|  |         repo=extra-x86_64 | ||||||
|  |     elif [[ -d $pkg/repos/extra-any ]];then | ||||||
|  |         repo=extra-any | ||||||
|  |     fi | ||||||
|  |  | ||||||
|  |     if [[ -d $pkg/repos/testing-x86_64 ]];then | ||||||
|  |         repo=testing-x86_64 | ||||||
|  |     elif [[ -d $pkg/repos/testing-any ]];then | ||||||
|  |         repo=testing-any | ||||||
|  |     fi | ||||||
|  |  | ||||||
|  |     if [[ -d $pkg/repos/staging-x86_64 ]];then | ||||||
|  |         repo=staging-x86_64 | ||||||
|  |     elif [[ -d $pkg/repos/staging-any ]];then | ||||||
|  |         repo=staging-any | ||||||
|  |     fi | ||||||
|  |  | ||||||
|  |     if [[ -d $pkg/repos/community-x86_64 ]];then | ||||||
|  |         repo=community-x86_64 | ||||||
|  |     elif [[ -d $pkg/repos/community-any ]];then | ||||||
|  |         repo=community-any | ||||||
|  |     fi | ||||||
|  |  | ||||||
|  |     if [[ -d $pkg/repos/community-testing-x86_64 ]];then | ||||||
|  |         repo=community-testing-x86_64 | ||||||
|  |     elif [[ -d $pkg/repos/community-testing-any ]];then | ||||||
|  |         repo=community-testing-any | ||||||
|  |     fi | ||||||
|  |  | ||||||
|  |     if [[ -d $pkg/repos/community-staging-x86_64 ]];then | ||||||
|  |         repo=community-staging-x86_64 | ||||||
|  |     elif [[ -d $pkg/repos/community-staging-any ]];then | ||||||
|  |         repo=community-staging-any | ||||||
|  |     fi | ||||||
|  |  | ||||||
|  |     if [[ -d $pkg/repos/multilib-x86_64 ]];then | ||||||
|  |         repo=multilib-x86_64 | ||||||
|  |     fi | ||||||
|  |  | ||||||
|  |     if [[ -d $pkg/repos/multilib-testing-x86_64 ]];then | ||||||
|  |         repo=multilib-testing-x86_64 | ||||||
|  |     fi | ||||||
|  |  | ||||||
|  |     if [[ -d $pkg/repos/multilib-staging-x86_64 ]];then | ||||||
|  |         repo=multilib-staging-x86_64 | ||||||
|  |     fi | ||||||
|  |  | ||||||
|  |     echo $repo | ||||||
|  | } | ||||||
|  |  | ||||||
|  | view_artix_repo(){ | ||||||
|  |     local repo="$1" | ||||||
|  |     case $repo in | ||||||
|  |         core-*) repo=system ;; | ||||||
|  |         extra-*) repo=world ;; | ||||||
|  |         community-*) repo=galaxy ;; | ||||||
|  |         multilib-x86_64) repo=lib32 ;; | ||||||
|  |         testing-*) repo=gremlins ;; | ||||||
|  |         staging-*) repo=goblins ;; | ||||||
|  |         multilib-testing-x86_64) repo=lib32-gremlins ;; | ||||||
|  |         multilib-staging-x86_64) repo=lib32-goblins ;; | ||||||
|  |         community-testing-*) repo=galaxy-gremlins ;; | ||||||
|  |         community-staging-*) repo=galaxy-goblins ;; | ||||||
|  |     esac | ||||||
|  |     echo $repo | ||||||
|  | } | ||||||
|  |  | ||||||
|  | show_downgrade_table(){ | ||||||
|  |     msg_table_header "%-20s %-20s %-25s %-30s %-30s" "Arch Repo" "Artix Repo" "Package" "Arch version" "Artix version" | ||||||
|  |     for tree in packages packages-galaxy;do | ||||||
|  |         for pkg_path in ${tree_dir_artix}/$tree/*; do | ||||||
|  |             local artixrepo=$(find_repo "$pkg_path") | ||||||
|  |             if [[ -d $pkg_path/repos/$artixrepo ]];then | ||||||
|  |                 source $pkg_path/repos/$artixrepo/PKGBUILD 2>/dev/null | ||||||
|  |                 local pkg=${pkg_path##*/} | ||||||
|  |                 local artixver=$(get_full_version $pkg) | ||||||
|  |                 local src=$(get_import_path "$tree" "$pkg") | ||||||
|  |                 local archrepo=$(find_repo "$src/$pkg") | ||||||
|  |                 if [[ -d $src/$pkg/repos/$archrepo ]];then | ||||||
|  |                     source $src/$pkg/repos/$archrepo/PKGBUILD 2>/dev/null | ||||||
|  |                     local archver=$(get_full_version $pkg) | ||||||
|  |                 fi | ||||||
|  |                 if [ $(vercmp $artixver $archver) -gt 0 ];then | ||||||
|  |                     local ar=$(view_artix_repo "$artixrepo") | ||||||
|  |                     msg_row_downgrade "%-20s %-20s %-25s %-30s %-30s" "${archrepo%-*}" "${ar}" "$pkg" "$archver" "$artixver" | ||||||
|  |                 fi | ||||||
|  |                 unset pkgver epoch pkgrel artixver archver _package | ||||||
|  |             fi | ||||||
|  |         done | ||||||
|  |     done | ||||||
|  | } | ||||||
|  |  | ||||||
|  | show_upgrade_table(){ | ||||||
|  |     declare -A UPDATES | ||||||
|  |     msg_table_header "%-20s %-20s %-25s %-30s %-30s" "Arch Repo" "Artix Repo" "Package" "Arch version" "Artix version" | ||||||
|  |     for tree in packages packages-galaxy;do | ||||||
|  |         for pkg_path in ${tree_dir_artix}/$tree/*; do | ||||||
|  |             local artixrepo=$(find_repo "$pkg_path") | ||||||
|  |             if [[ -d $pkg_path/repos/$artixrepo ]];then | ||||||
|  |                 source $pkg_path/trunk/PKGBUILD 2>/dev/null | ||||||
|  |                 local pkg=${pkg_path##*/} | ||||||
|  |                 local artixver=$(get_full_version $pkg) | ||||||
|  |                 local src=$(get_import_path "$tree" "$pkg") | ||||||
|  |                 local archrepo=$(find_repo "$src/$pkg") | ||||||
|  |                 if [[ -d $src/$pkg/repos/$archrepo ]];then | ||||||
|  |                     source $src/$pkg/trunk/PKGBUILD 2>/dev/null | ||||||
|  |                     local archver=$(get_full_version $pkg) | ||||||
|  |                 fi | ||||||
|  |                 if [ $(vercmp $artixver $archver) -lt 0 ];then | ||||||
|  |                     local ar=$(view_artix_repo "$artixrepo") | ||||||
|  |                     UPDATES[$pkg]="$pkg_path/repos/$artixrepo/PKGBUILD $src/$pkg/repos/$archrepo/PKGBUILD" | ||||||
|  |                     msg_row_update "%-20s %-20s %-25s %-30s %-30s" "${archrepo%-*}" "${ar}" "$pkg" "$archver" "$artixver" | ||||||
|  |                 fi | ||||||
|  |                 unset pkgver epoch pkgrel artixver archver _package | ||||||
|  |             fi | ||||||
|  |         done | ||||||
|  |     done | ||||||
|  |     find "${patches_dir}/" -name *.patch -delete | ||||||
|  |     for upd in "${!UPDATES[@]}"; do | ||||||
|  |         diff -u ${UPDATES[$upd]} > ${patches_dir}/"$upd"-archlinux.patch | ||||||
|  |     done | ||||||
|  | } | ||||||
|  |  | ||||||
|  | from_arch(){ | ||||||
|  |     local pkg="$1" archtree="$2" artixtree="$3" src= dest= | ||||||
|  |     src=${tree_dir_arch}/$archtree/$pkg/trunk | ||||||
|  |     dest=${tree_dir_artix}/$artixtree/$pkg/trunk | ||||||
|  |  | ||||||
|  |     source $src/PKGBUILD 2>/dev/null | ||||||
|  |     cd ${tree_dir_arch}/$archtree | ||||||
|  |     msg "Package: %s" "$pkg" | ||||||
|  |     local archver=$(get_full_version $pkg) | ||||||
|  |     msg2 "Arch Version: %s" "$archver" | ||||||
|  |  | ||||||
|  |     if [[ -d $dest ]];then | ||||||
|  |         source $dest/PKGBUILD 2>/dev/null | ||||||
|  |         cd ${tree_dir_artix}/$artixtree | ||||||
|  |         local artixver=$(get_full_version $pkg) | ||||||
|  |         msg2 "Artix Version: %s" "$artixver" | ||||||
|  |         info "artixver: %s" "$artixver" | ||||||
|  |         if [ $(vercmp $artixver $archver) -lt 0 ];then | ||||||
|  |             info "Importing from archlinux (%s)" "$archtree" | ||||||
|  |             rsync "${rsync_args[@]}" $src/ $dest/ | ||||||
|  |             patch_pkg "$pkg" "$tree" | ||||||
|  |         else | ||||||
|  |             warning "Versions match! Nothing to do!" | ||||||
|  |         fi | ||||||
|  |     else | ||||||
|  |         cd ${tree_dir_artix}/$artixtree | ||||||
|  |         info "Importing from archlinux (%s)" "$archtree" | ||||||
|  |         mkdir $pkg | ||||||
|  |         rsync "${rsync_args[@]}" $src/ $dest/ | ||||||
|  |         patch_pkg "$pkg" "$tree" | ||||||
|  |     fi | ||||||
|  | } | ||||||
|  |  | ||||||
|  | import_from_arch(){ | ||||||
|  |     for tree in packages packages-galaxy;do | ||||||
|  |         info "Importing from archlinux %s" "$tree" | ||||||
|  |         read_import_list "$tree" | ||||||
|  |         cd ${tree_dir_artix}/$tree | ||||||
|  |         for pkg in ${import_list[@]};do | ||||||
|  |             [[ "$tree" == 'packages' ]] && from_arch "$pkg" "$tree" "$tree" | ||||||
|  |             [[ "$tree" == 'packages-galaxy' ]] && from_arch "$pkg" "community" "$tree" | ||||||
|  |         done | ||||||
|  |     done | ||||||
|  | } | ||||||
|  |  | ||||||
|  | sync_repos(){ | ||||||
|  |     pull_tree_arch | ||||||
|  |     pull_tree_artix | ||||||
|  | } | ||||||
|  |  | ||||||
| display_settings(){ | display_settings(){ | ||||||
|     show_version |     show_version | ||||||
|     show_config |     show_config | ||||||
|  |  | ||||||
|     msg "REPOS:" |     msg "OPTIONS:" | ||||||
|     msg2 "repo_tree_arch: %s" "${repo_tree_arch[*]}" |     msg2 "package: %s" "${package}" | ||||||
|     msg2 "repo_tree_artix: %s" "${repo_tree_artix[*]}" |  | ||||||
|  |  | ||||||
|     msg "ARGS:" |     msg "ARGS:" | ||||||
|     msg2 "artix: %s" "${artix}" |     msg2 "sync: %s" "${sync}" | ||||||
|     msg2 "arch: %s" "${arch}" |     msg2 "upgrades: %s" "${upgrades}" | ||||||
|     msg2 "compare: %s" "${compare}" |     msg2 "downgrades: %s" "${downgrades}" | ||||||
|     msg2 "import_arch: %s" "${import_arch}" |     msg2 "import_packages: %s" "${import_packages}" | ||||||
|     msg2 "gitpush: %s" "${gitpush}" |     msg2 "import_community: %s" "${import_community}" | ||||||
|  |     msg2 "import_all: %s" "${import_all}" | ||||||
|  |  | ||||||
|     msg "PATHS:" |     msg "PATHS:" | ||||||
|     msg2 "tree_dir_artix: %s" "${tree_dir_artix}" |     msg2 "tree_dir_artix: %s" "${tree_dir_artix}" | ||||||
| @@ -44,23 +339,32 @@ display_settings(){ | |||||||
| load_user_info | load_user_info | ||||||
|  |  | ||||||
| load_config "${AT_USERCONFDIR}/artools.conf" || load_config "${SYSCONFDIR}/artools.conf" | load_config "${AT_USERCONFDIR}/artools.conf" || load_config "${SYSCONFDIR}/artools.conf" | ||||||
|  | load_vars "${PAC_USERCONFDIR}/makepkg.conf" || load_vars "$USER_HOME/.makepkg.conf" | ||||||
|  | load_vars /etc/makepkg.conf | ||||||
|  |  | ||||||
| pretend=false | pretend=false | ||||||
| arch=false | sync=false | ||||||
| artix=false | upgrades=false | ||||||
| compare=false | downgrades=false | ||||||
| import_arch=false | import_packages=false | ||||||
| gitpush=false | import_community=false | ||||||
|  | import_all=false | ||||||
|  | package='' | ||||||
|  |  | ||||||
| rsync_args=(-aWxv --progress --delete-before --no-R --no-implied-dirs) | git_artix='packages' | ||||||
|  | git_arch='packages' | ||||||
|  |  | ||||||
|  | rsync_args=(-aWxvci --progress --delete-before --no-R --no-implied-dirs) | ||||||
|  |  | ||||||
| usage() { | usage() { | ||||||
|     echo "Usage: ${0##*/} [options]" |     echo "Usage: ${0##*/} [options]" | ||||||
|     echo "    -a            Sync arch tree" |     echo '    -p <pkg>      Package name' | ||||||
|     echo "    -s            Sync artix tree" |     echo "    -s            Clone or pull repos" | ||||||
|     echo "    -c            Compare artix and arch versions" |     echo '    -u            Show upgrade packages' | ||||||
|     echo '    -i            Import arch packages' |     echo '    -d            Show downgrade packages' | ||||||
|     echo '    -p            Push import packages' |     echo '    -i            Import from arch packages' | ||||||
|  |     echo '    -j            Import from arch community' | ||||||
|  |     echo '    -k            Import arch packages' | ||||||
|     echo '    -q            Query settings' |     echo '    -q            Query settings' | ||||||
|     echo '    -h            This help' |     echo '    -h            This help' | ||||||
|     echo '' |     echo '' | ||||||
| @@ -70,15 +374,17 @@ usage() { | |||||||
|  |  | ||||||
| orig_argv=("$0" "$@") | orig_argv=("$0" "$@") | ||||||
|  |  | ||||||
| opts='aipscqh' | opts='p:sudijkqh' | ||||||
|  |  | ||||||
| while getopts "${opts}" arg; do | while getopts "${opts}" arg; do | ||||||
|     case "${arg}" in |     case "${arg}" in | ||||||
|         a) arch=true ;; |         p) package="$OPTARG" ;; | ||||||
|         s) artix=true ;; |         s) sync=true ;; | ||||||
|         c) compare=true ;; |         u) upgrades=true ;; | ||||||
|         i) import_arch=true ;; |         d) downgrades=true ;; | ||||||
|         p) gitpush=true ;; |         i) import_packages=true ;; | ||||||
|  |         j) import_community=true; git_artix='packages-galaxy'; git_arch='community' ;; | ||||||
|  |         k) import_all=true ;; | ||||||
|         q) pretend=true ;; |         q) pretend=true ;; | ||||||
|         h|?) usage 0 ;; |         h|?) usage 0 ;; | ||||||
|         *) echo "invalid argument '${arg}'"; usage 1 ;; |         *) echo "invalid argument '${arg}'"; usage 1 ;; | ||||||
| @@ -93,10 +399,14 @@ prepare_dir "${patches_dir}" | |||||||
|  |  | ||||||
| ${pretend} && display_settings && exit 1 | ${pretend} && display_settings && exit 1 | ||||||
|  |  | ||||||
| ${artix} && sync_tree_artix | ${sync} && sync_repos | ||||||
|  |  | ||||||
| ${arch} && sync_tree_arch | ${upgrades} && show_upgrade_table | ||||||
|  |  | ||||||
| ${compare} && show_version_table | ${downgrades} && show_downgrade_table | ||||||
|  |  | ||||||
| ${import_arch} && import_from_arch ${gitpush} | ${import_all} && import_from_arch | ||||||
|  |  | ||||||
|  | ${import_packages} && from_arch "${package}" "${git_arch}" "${git_artix}" | ||||||
|  |  | ||||||
|  | ${import_community} && from_arch "${package}" "${git_arch}" "${git_artix}" | ||||||
|   | |||||||
| @@ -87,7 +87,7 @@ copy_hostconf () { | |||||||
|         cp -T "$file" "$working_dir$file" |         cp -T "$file" "$working_dir$file" | ||||||
|     done |     done | ||||||
|  |  | ||||||
|     sed -r "s|^#?\\s*CacheDir.+|CacheDir = $(echo -n ${cache_dirs[@]})|g" -i "$1/etc/pacman.conf" |     sed -r "s|^#?\\s*CacheDir.+|CacheDir = ${cache_dirs[*]}|g" -i "$1/etc/pacman.conf" | ||||||
| } | } | ||||||
|  |  | ||||||
| chroot_extra_mount() { | chroot_extra_mount() { | ||||||
|   | |||||||
							
								
								
									
										147
									
								
								bin/commitpkg.in
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										147
									
								
								bin/commitpkg.in
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,147 @@ | |||||||
|  | #!/bin/bash | ||||||
|  | # | ||||||
|  | # This program is free software; you can redistribute it and/or modify | ||||||
|  | # it under the terms of the GNU General Public License as published by | ||||||
|  | # the Free Software Foundation; version 2 of the License. | ||||||
|  | # | ||||||
|  | # This program is distributed in the hope that it will be useful, | ||||||
|  | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||||||
|  | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
|  | # GNU General Public License for more details. | ||||||
|  |  | ||||||
|  | version=@version@ | ||||||
|  |  | ||||||
|  | LIBDIR='@libdir@' | ||||||
|  | SYSCONFDIR='@sysconfdir@' | ||||||
|  | DATADIR='@datadir@' | ||||||
|  |  | ||||||
|  | [[ -r ${LIBDIR}/util-msg.sh ]] && source ${LIBDIR}/util-msg.sh | ||||||
|  | import ${LIBDIR}/util.sh | ||||||
|  |  | ||||||
|  | commit_pkg(){ | ||||||
|  |     cd ${tree_dir_artix}/${git_tree}/${package} | ||||||
|  |     source trunk/PKGBUILD | ||||||
|  |     local ver=$(get_full_version ${package}) | ||||||
|  |     if ${remove};then | ||||||
|  |         local action='remove' | ||||||
|  |         local pkg=${package}-$ver | ||||||
|  |         if [[ "${source_repo}" == 'trunk' ]];then | ||||||
|  |             pkg=${package} | ||||||
|  |             info "[%s] '%s' %s" "${source_repo}" "$pkg" "${action}" | ||||||
|  |             git rm -r trunk | ||||||
|  |         else | ||||||
|  |             info "[%s] '%s' %s" "${source_repo}" "$pkg" "${action}" | ||||||
|  |             git rm -r repos/${source_repo}-$CARCH | ||||||
|  |         fi | ||||||
|  |         git commit -m "[${source_repo}] '$pkg' ${action}" | ||||||
|  |         ${push} && git push origin master | ||||||
|  |     else | ||||||
|  |         local action='modify' | ||||||
|  |         info "[%s] '%s' %s" "${source_repo}" "${package}-$ver" "${action}" | ||||||
|  |         git add . | ||||||
|  |         git commit -m "[${source_repo}] '${package}-$ver' ${action}" | ||||||
|  |         ${push} && git push origin master | ||||||
|  |     fi | ||||||
|  | } | ||||||
|  |  | ||||||
|  | release_pkg(){ | ||||||
|  |     if [[ -d ${tree_dir_artix}/${git_tree}/${package} ]];then | ||||||
|  |         cd ${tree_dir_artix}/${git_tree}/${package} | ||||||
|  |         source trunk/PKGBUILD | ||||||
|  |         [[ $arch == 'any' ]] && CARCH=any | ||||||
|  |         if [[ ${source_repo} != 'trunk' ]];then | ||||||
|  |             cd repos | ||||||
|  |             dest=${target_repo}-$CARCH | ||||||
|  |             action='move' | ||||||
|  |             [[ -d $dest ]] && git rm -r $dest | ||||||
|  |             git mv ${source_repo}-$CARCH $dest | ||||||
|  |             cd .. | ||||||
|  |         else | ||||||
|  |             dest=${target_repo}-$CARCH | ||||||
|  |             action='add' | ||||||
|  |             [[ -d repos/$dest ]] && git rm -r repos/$dest | ||||||
|  |             [[ ! -d repos ]] && mkdir repos | ||||||
|  |             cp -r trunk repos/$dest | ||||||
|  |         fi | ||||||
|  |         local ver=$(get_full_version ${package}) | ||||||
|  |         info "[%s] -> [%s] '%s' %s" "${source_repo}" "${target_repo}" "${package}-$ver" "${action}" | ||||||
|  |         git add . | ||||||
|  |         git commit -m "[${source_repo}] -> [${target_repo}] '${package}-$ver' ${action}" | ||||||
|  |         ${push} && git push origin master | ||||||
|  |     fi | ||||||
|  | } | ||||||
|  |  | ||||||
|  | display_settings(){ | ||||||
|  |     show_version | ||||||
|  |     show_config | ||||||
|  |  | ||||||
|  |     msg "OPTIONS:" | ||||||
|  |     msg2 "git_tree: %s" "${git_tree}" | ||||||
|  |     msg2 "source_repo: %s" "${source_repo}" | ||||||
|  |     msg2 "target_repo: %s" "${target_repo}" | ||||||
|  |     msg2 "package: %s" "${package}" | ||||||
|  |  | ||||||
|  |     msg "ARGS:" | ||||||
|  |     msg2 "remove: %s" "${remove}" | ||||||
|  |     msg2 "push: %s" "${push}" | ||||||
|  | } | ||||||
|  |  | ||||||
|  | load_user_info | ||||||
|  |  | ||||||
|  | load_config "${AT_USERCONFDIR}/artools.conf" || load_config "${SYSCONFDIR}/artools.conf" | ||||||
|  | load_vars "${PAC_USERCONFDIR}/makepkg.conf" || load_vars "$USER_HOME/.makepkg.conf" | ||||||
|  | load_vars /etc/makepkg.conf | ||||||
|  |  | ||||||
|  | source_repo='trunk' | ||||||
|  | package='' | ||||||
|  | remove=false | ||||||
|  | push=false | ||||||
|  | pretend=false | ||||||
|  |  | ||||||
|  | git_tree='packages' | ||||||
|  |  | ||||||
|  | cmd=${0##*/} | ||||||
|  | target_repo=${cmd%pkg} | ||||||
|  |  | ||||||
|  | case ${target_repo} in | ||||||
|  |     community*|multilib*) git_tree='packages-galaxy' ;; | ||||||
|  | esac | ||||||
|  |  | ||||||
|  | usage() { | ||||||
|  |     echo "Usage: ${0##*/} [options]" | ||||||
|  |     echo "    -s <name>          Source repository [default:${source_repo}]" | ||||||
|  |     echo '    -p <pkg>           Package name' | ||||||
|  |     echo '    -r                 Delete from repo' | ||||||
|  |     echo '    -u                 Push' | ||||||
|  |     echo '    -q                 Query settings and pretend' | ||||||
|  |     echo '    -h                 This help' | ||||||
|  |     echo '' | ||||||
|  |     echo '' | ||||||
|  |     exit $1 | ||||||
|  | } | ||||||
|  |  | ||||||
|  | orig_argv=("$0" "$@") | ||||||
|  |  | ||||||
|  | opts='p:s:urqh' | ||||||
|  |  | ||||||
|  | while getopts "${opts}" arg; do | ||||||
|  |     case "${arg}" in | ||||||
|  |         s) source_repo="$OPTARG" ;; | ||||||
|  |         p) package="$OPTARG" ;; | ||||||
|  |         r) remove=true ;; | ||||||
|  |         u) push=true ;; | ||||||
|  |         q) pretend=true ;; | ||||||
|  |         h|?) usage 0 ;; | ||||||
|  |         *) echo "invalid argument '${arg}'"; usage 1 ;; | ||||||
|  |     esac | ||||||
|  | done | ||||||
|  |  | ||||||
|  | shift $(($OPTIND - 1)) | ||||||
|  |  | ||||||
|  | ${pretend} && display_settings && exit 1 | ||||||
|  |  | ||||||
|  | if [[ "${cmd}" == 'commitpkg' ]];then | ||||||
|  |     commit_pkg | ||||||
|  | else | ||||||
|  |     release_pkg | ||||||
|  | fi | ||||||
| @@ -78,7 +78,7 @@ opts='p:l:uvtqh' | |||||||
| while getopts "${opts}" arg; do | while getopts "${opts}" arg; do | ||||||
|     case "${arg}" in |     case "${arg}" in | ||||||
|         p) profile="$OPTARG" ;; |         p) profile="$OPTARG" ;; | ||||||
|         l) limit="$OPTARG" ;; |         l) uplimit="$OPTARG" ;; | ||||||
|         u) update=true; rsync_args+=(-u) ;; |         u) update=true; rsync_args+=(-u) ;; | ||||||
|         t) torrent=true ;; |         t) torrent=true ;; | ||||||
|         v) verbose=true; rsync_args+=(-v --stats) ;; |         v) verbose=true; rsync_args+=(-v --stats) ;; | ||||||
|   | |||||||
| @@ -16,7 +16,43 @@ SYSCONFDIR='@sysconfdir@' | |||||||
|  |  | ||||||
| [[ -r ${LIBDIR}/util-msg.sh ]] && source ${LIBDIR}/util-msg.sh | [[ -r ${LIBDIR}/util-msg.sh ]] && source ${LIBDIR}/util-msg.sh | ||||||
| import ${LIBDIR}/util.sh | import ${LIBDIR}/util.sh | ||||||
| import ${LIBDIR}/util-pkg-publish.sh | import ${LIBDIR}/util-pkg.sh | ||||||
|  |  | ||||||
|  | del_from_repo(){ | ||||||
|  |     local ver | ||||||
|  |     local repo="$1" | ||||||
|  |     local repo_path=${repos_root}/$repo/os/${target_arch} | ||||||
|  |     source PKGBUILD | ||||||
|  |     for name in ${pkgname[@]};do | ||||||
|  |         [[ $arch == any ]] && CARCH=any | ||||||
|  |         ver=$(get_full_version $name) | ||||||
|  |         if pkgfile=$(find_cached_package "$name" "$ver" "$CARCH");then | ||||||
|  |             info "pkgfile: %s" "${pkgfile##*/}" | ||||||
|  |             repo-remove -R $repo_path/$repo.db.tar.xz $name | ||||||
|  |             rm -v $repo_path/${pkgfile##*/}{,.sig} | ||||||
|  |         fi | ||||||
|  |     done | ||||||
|  | } | ||||||
|  |  | ||||||
|  | add_to_repo(){ | ||||||
|  |     local ver pkgfile= | ||||||
|  |     local repo="$1" | ||||||
|  |     local repo_path=${repos_root}/$repo/os/${target_arch} | ||||||
|  |     source PKGBUILD | ||||||
|  |     for name in ${pkgname[@]};do | ||||||
|  |         [[ $arch == any ]] && CARCH=any | ||||||
|  |         ver=$(get_full_version $name) | ||||||
|  |         if pkgfile=$(find_cached_package "$name" "$ver" "$CARCH"); then | ||||||
|  |             info "pkgfile: %s" "${pkgfile##*/}" | ||||||
|  |             if ${sign_pkg};then | ||||||
|  |                 [[ -e ${pkgfile}.sig ]] && rm ${pkgfile}.sig | ||||||
|  |                 signfile ${pkgfile} | ||||||
|  |             fi | ||||||
|  |             ln -sf ${pkgfile}{,.sig} $repo_path/ | ||||||
|  |             repo-add -R $repo_path/$repo.db.tar.xz $pkgfile | ||||||
|  |         fi | ||||||
|  |     done | ||||||
|  | } | ||||||
|  |  | ||||||
| display_settings(){ | display_settings(){ | ||||||
|     show_version |     show_version | ||||||
| @@ -24,14 +60,11 @@ display_settings(){ | |||||||
|  |  | ||||||
|     msg "OPTIONS:" |     msg "OPTIONS:" | ||||||
|     msg2 "repository: %s" "${repository}" |     msg2 "repository: %s" "${repository}" | ||||||
|     msg2 "to_repository: %s" "${to_repository}" |  | ||||||
|     msg2 "package: %s" "${package[@]}" |  | ||||||
|     msg2 "target_arch: %s" "${target_arch}" |  | ||||||
|  |  | ||||||
|     msg "ARGS:" |     msg "ARGS:" | ||||||
|     msg2 "add_pkg: %s" "${add_pkg}" |     msg2 "add_pkg: %s" "${add_pkg}" | ||||||
|     msg2 "del_pkg: %s" "${del_pkg}" |     msg2 "del_pkg: %s" "${del_pkg}" | ||||||
|     msg2 "move_pkg: %s" "${move_pkg}" |     msg2 "sign_pkg: %s" "${sign_pkg}" | ||||||
| } | } | ||||||
|  |  | ||||||
| load_user_info | load_user_info | ||||||
| @@ -43,22 +76,15 @@ load_vars /etc/makepkg.conf | |||||||
| pretend=false | pretend=false | ||||||
| add_pkg=false | add_pkg=false | ||||||
| del_pkg=false | del_pkg=false | ||||||
| move_pkg=false | repository= | ||||||
| package='' | sign_pkg=false | ||||||
| repository=${PWD##*/} |  | ||||||
| to_repository=${PWD##*/} |  | ||||||
|  |  | ||||||
| rsync_args=(-rtxisP --progress --delete -e ssh) |  | ||||||
|  |  | ||||||
| usage() { | usage() { | ||||||
|     echo "Usage: ${0##*/} [options]" |     echo "Usage: ${0##*/} [options]" | ||||||
|     echo "    -a                 Repository arch [default:${target_arch}]" |     echo "    -d                 Destination repository [default:${repository}]" | ||||||
|     echo "    -r                 Repository [default:${repository}]" |     echo '    -a                 Add package to repository' | ||||||
|     echo "    -t                 Repository to move to [default:${to_repository}]" |     echo '    -r                 Remove package from repository' | ||||||
|     echo "    -p                 Package name to add/delete" |     echo '    -s                 Sign package' | ||||||
|     echo '    -x                 Add package to repository' |  | ||||||
|     echo '    -y                 Delete package from repository' |  | ||||||
|     echo '    -m                 Move packages from source to destination repository' |  | ||||||
|     echo '    -q                 Query settings and pretend upload' |     echo '    -q                 Query settings and pretend upload' | ||||||
|     echo '    -h                 This help' |     echo '    -h                 This help' | ||||||
|     echo '' |     echo '' | ||||||
| @@ -68,17 +94,14 @@ usage() { | |||||||
|  |  | ||||||
| orig_argv=("$0" "$@") | orig_argv=("$0" "$@") | ||||||
|  |  | ||||||
| opts='p:a:r:t:xymqh' | opts='d:arsqh' | ||||||
|  |  | ||||||
| while getopts "${opts}" arg; do | while getopts "${opts}" arg; do | ||||||
|     case "${arg}" in |     case "${arg}" in | ||||||
|         a) target_arch="$OPTARG" ;; |         d) repository="$OPTARG" ;; | ||||||
|         r) repository="$OPTARG" ;; |         a) add_pkg=true ;; | ||||||
|         p) package="$OPTARG" ;; |         r) del_pkg=true ;; | ||||||
|         t) to_repository="$OPTARG" ;; |         s) sign_pkg=true ;; | ||||||
|         m) move_pkg=true ;; |  | ||||||
|         x) add_pkg=true ;; |  | ||||||
|         y) del_pkg=true ;; |  | ||||||
|         q) pretend=true ;; |         q) pretend=true ;; | ||||||
|         h|?) usage 0 ;; |         h|?) usage 0 ;; | ||||||
|         *) echo "invalid argument '${arg}'"; usage 1 ;; |         *) echo "invalid argument '${arg}'"; usage 1 ;; | ||||||
| @@ -87,16 +110,12 @@ done | |||||||
|  |  | ||||||
| shift $(($OPTIND - 1)) | shift $(($OPTIND - 1)) | ||||||
|  |  | ||||||
| timer_start=$(get_timer) |  | ||||||
|  |  | ||||||
| prepare_dir "${repos_root}" | prepare_dir "${repos_root}" | ||||||
|  |  | ||||||
| ${pretend} && display_settings && exit 1 | ${pretend} && display_settings && exit 1 | ||||||
|  |  | ||||||
| ${move_pkg} && move_to_repo "${repository}" "${to_repository}" "${target_arch}" | ${del_pkg} && del_from_repo "${repository}" | ||||||
|  |  | ||||||
| ${del_pkg} && del_from_repo "${repository}" "${target_arch}" "${package}" | ${add_pkg} && add_to_repo "${repository}" | ||||||
|  |  | ||||||
| ${add_pkg} && add_to_repo "${repository}" "${target_arch}" "${package}" |  | ||||||
|  |  | ||||||
| exit 0 | exit 0 | ||||||
|   | |||||||
| @@ -1,53 +0,0 @@ | |||||||
| #!/bin/bash |  | ||||||
| # |  | ||||||
| # This program is free software; you can redistribute it and/or modify |  | ||||||
| # it under the terms of the GNU General Public License as published by |  | ||||||
| # the Free Software Foundation; version 2 of the License. |  | ||||||
| # |  | ||||||
| # This program is distributed in the hope that it will be useful, |  | ||||||
| # but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
| # GNU General Public License for more details. |  | ||||||
|  |  | ||||||
| version=@version@ |  | ||||||
|  |  | ||||||
| LIBDIR='@libdir@' |  | ||||||
|  |  | ||||||
| [[ -r ${LIBDIR}/util-msg.sh ]] && source ${LIBDIR}/util-msg.sh |  | ||||||
|  |  | ||||||
| import ${LIBDIR}/util.sh |  | ||||||
| import ${LIBDIR}/util-pkg.sh |  | ||||||
| import ${LIBDIR}/util-pkg-tree.sh |  | ||||||
|  |  | ||||||
| load_user_info |  | ||||||
|  |  | ||||||
| load_config "${AT_USERCONFDIR}/artools.conf" || load_config "${SYSCONFDIR}/artools.conf" |  | ||||||
|  |  | ||||||
| declare -A UPDATES |  | ||||||
| msg_table_header "%-30s %-30s %-30s %-30s" "Repository" "Package" "Artix version" "Arch version" |  | ||||||
| for repo in ${repo_tree_artix[@]}; do |  | ||||||
|     for pkg in ${tree_dir_artix}/$repo/*; do |  | ||||||
|         if [[ -f $pkg/PKGBUILD ]];then |  | ||||||
|             source $pkg/PKGBUILD 2>/dev/null |  | ||||||
|             package=${pkg##*/} |  | ||||||
|             artixver=$(get_full_version $package) |  | ||||||
|             set_import_path "$repo" "$package" |  | ||||||
|             if [[ -f $src/PKGBUILD ]];then |  | ||||||
|                 source $src/PKGBUILD 2>/dev/null |  | ||||||
|                 archver=$(get_full_version $package) |  | ||||||
|             fi |  | ||||||
|             if [ $(vercmp $artixver $archver) -lt 0 ];then |  | ||||||
|                 UPDATES[$package]="$src/PKGBUILD $pkg/PKGBUILD" |  | ||||||
|                 msg_row_update "%-30s %-30s %-30s %-30s" "$repo" "$package" "$artixver" "$archver" |  | ||||||
|             else |  | ||||||
|                 msg_row "%-30s %-30s %-30s %-30s" "$repo" "$package" "$artixver" "$archver" |  | ||||||
|             fi |  | ||||||
|         fi |  | ||||||
|         unset pkgver epoch pkgrel artixver archver package |  | ||||||
|     done |  | ||||||
| done |  | ||||||
|  |  | ||||||
| for upd in "${!UPDATES[@]}"; do |  | ||||||
|     msg "Diff: %s" "$upd" |  | ||||||
|     diff -u ${UPDATES[$upd]} |  | ||||||
| done |  | ||||||
| @@ -64,6 +64,13 @@ optstring_apply_quirks() { | |||||||
|     # one might install Arch from a Fedora environment), so let's remove it. |     # one might install Arch from a Fedora environment), so let's remove it. | ||||||
|     optstring_remove_option "$varname" seclabel |     optstring_remove_option "$varname" seclabel | ||||||
|  |  | ||||||
|  |     # Prune 'relatime' option for any pseudofs. This seems to be a rampant | ||||||
|  |     # default which the kernel often exports even if the underlying filesystem | ||||||
|  |     # doesn't support it. Example: https://bugs.archlinux.org/task/54554. | ||||||
|  |     if awk -v fstype="$fstype" '$1 == fstype { exit 1 }' /proc/filesystems; then | ||||||
|  |         optstring_remove_option "$varname" relatime | ||||||
|  |     fi | ||||||
|  |  | ||||||
|     case $fstype in |     case $fstype in | ||||||
|         f2fs) |         f2fs) | ||||||
|         # These are Kconfig options for f2fs. Kernels supporting the options will |         # These are Kconfig options for f2fs. Kernels supporting the options will | ||||||
|   | |||||||
| @@ -71,7 +71,7 @@ else | |||||||
|     cache_dirs=(${cache_dir}) |     cache_dirs=(${cache_dir}) | ||||||
| fi | fi | ||||||
|  |  | ||||||
| basestrap_args=(-Gcd ${pacman_conf:+-C "$pacman_conf"}) | basestrap_args=(-Gc ${pacman_conf:+-C "$pacman_conf"}) | ||||||
| [[ -n ${mirror} ]] && basestrap_args+=(-M) | [[ -n ${mirror} ]] && basestrap_args+=(-M) | ||||||
|  |  | ||||||
| umask 0022 | umask 0022 | ||||||
|   | |||||||
| @@ -19,29 +19,6 @@ import ${LIBDIR}/util-chroot.sh | |||||||
|  |  | ||||||
| shopt -s nullglob | shopt -s nullglob | ||||||
|  |  | ||||||
| init_variables() { |  | ||||||
|     default_makepkg_args=(--syncdeps --noconfirm --log --holdver --skipinteg) |  | ||||||
|     makepkg_args=("${default_makepkg_args[@]}") |  | ||||||
|     keepbuilddir=false |  | ||||||
|     update_first=false |  | ||||||
|     clean_first=false |  | ||||||
|     run_namcap=false |  | ||||||
|     temp_chroot=false |  | ||||||
|     chrootdir= |  | ||||||
|     passeddir= |  | ||||||
|     makepkg_user= |  | ||||||
|     declare -ga install_pkgs |  | ||||||
|     declare -gi ret=0 |  | ||||||
|  |  | ||||||
|     bindmounts_ro=() |  | ||||||
|     bindmounts_rw=() |  | ||||||
|  |  | ||||||
|     copy=$USER |  | ||||||
|     [[ -n ${SUDO_USER:-} ]] && copy=$SUDO_USER |  | ||||||
|     [[ -z "$copy" || $copy = root ]] && copy=copy |  | ||||||
|     src_owner=${SUDO_USER:-$USER} |  | ||||||
| } |  | ||||||
|  |  | ||||||
| usage() { | usage() { | ||||||
|     echo "Usage: ${0##*/} [options] -r <chrootdir> [--] [makepkg args]" |     echo "Usage: ${0##*/} [options] -r <chrootdir> [--] [makepkg args]" | ||||||
|     echo ' Run this script in a PKGBUILD dir to build a package inside a' |     echo ' Run this script in a PKGBUILD dir to build a package inside a' | ||||||
| @@ -169,7 +146,7 @@ prepare_chroot() { | |||||||
|     local keepbuilddir=$3 |     local keepbuilddir=$3 | ||||||
|     local run_namcap=$4 |     local run_namcap=$4 | ||||||
|  |  | ||||||
|     $keepbuilddir || rm -rf "$copydir/build" |     [[ $keepbuilddir = true ]] || rm -rf "$copydir/build" | ||||||
|  |  | ||||||
|     local builduser_uid="${SUDO_UID:-$UID}" |     local builduser_uid="${SUDO_UID:-$UID}" | ||||||
|     local builduser_gid="$(id -g "$builduser_uid")" |     local builduser_gid="$(id -g "$builduser_uid")" | ||||||
| @@ -208,9 +185,10 @@ EOF | |||||||
|     { |     { | ||||||
|         printf '#!/bin/bash\n' |         printf '#!/bin/bash\n' | ||||||
|         declare -f _chrootbuild |         declare -f _chrootbuild | ||||||
|  |         declare -p SOURCE_DATE_EPOCH 2>/dev/null || true | ||||||
|         printf '_chrootbuild "$@" || exit\n' |         printf '_chrootbuild "$@" || exit\n' | ||||||
|  |  | ||||||
|         if $run_namcap; then |         if [[ $run_namcap = true ]]; then | ||||||
|             declare -f _chrootnamcap |             declare -f _chrootnamcap | ||||||
|             printf '_chrootnamcap || exit\n' |             printf '_chrootnamcap || exit\n' | ||||||
|         fi |         fi | ||||||
| @@ -221,10 +199,17 @@ EOF | |||||||
| # These functions aren't run in makechrootpkg, | # These functions aren't run in makechrootpkg, | ||||||
| # so no global variables | # so no global variables | ||||||
| _chrootbuild() { | _chrootbuild() { | ||||||
|  |     # No coredumps | ||||||
|  |     ulimit -c 0 | ||||||
|  |  | ||||||
|     exec </dev/console |     exec </dev/console | ||||||
|     export LANG=en_US.UTF-8 |  | ||||||
|  |     export LANG=C | ||||||
|  |     export TERM=$TERM | ||||||
|  |  | ||||||
|     . /etc/profile |     . /etc/profile | ||||||
|     sudo -iu builduser bash -c 'cd /startdir; makepkg "$@"' -bash "$@" |  | ||||||
|  |     sudo --preserve-env=SOURCE_DATE_EPOCH -iu builduser bash -c 'cd /startdir; makepkg "$@"' -bash "$@" | ||||||
| } | } | ||||||
|  |  | ||||||
| _chrootnamcap() { | _chrootnamcap() { | ||||||
| @@ -241,17 +226,16 @@ _chrootnamcap() { | |||||||
| #  - USER | #  - USER | ||||||
| download_sources() { | download_sources() { | ||||||
|     local copydir=$1 |     local copydir=$1 | ||||||
|     local src_owner=$2 |     local makepkg_user=$2 | ||||||
|  |  | ||||||
|     local builddir="$(mktemp -d)" |     local builddir | ||||||
|  |     builddir="$(mktemp -d)" | ||||||
|     chmod 1777 "$builddir" |     chmod 1777 "$builddir" | ||||||
|  |  | ||||||
|     # Ensure sources are downloaded |     # Ensure sources are downloaded | ||||||
|     makepkg_user=${makepkg_user:-$SUDO_USER} |  | ||||||
|     sudo -u "$makepkg_user" env SRCDEST="$SRCDEST" BUILDDIR="$builddir" \ |     sudo -u "$makepkg_user" env SRCDEST="$SRCDEST" BUILDDIR="$builddir" \ | ||||||
|     makepkg --config="$copydir/etc/makepkg.conf" --verifysource -o || |         makepkg --config="$copydir/etc/makepkg.conf" --verifysource -o || | ||||||
|     die "Could not download sources." |         die "Could not download sources." | ||||||
|     (( $? != 0 )) && die "Could not download sources." |  | ||||||
|  |  | ||||||
|     # Clean up garbage from verifysource |     # Clean up garbage from verifysource | ||||||
|     rm -rf "$builddir" |     rm -rf "$builddir" | ||||||
| @@ -286,6 +270,11 @@ move_products() { | |||||||
|     for s in "$copydir"/srcpkgdest/*; do |     for s in "$copydir"/srcpkgdest/*; do | ||||||
|         chown "$src_owner" "$s" |         chown "$src_owner" "$s" | ||||||
|         mv "$s" "$SRCPKGDEST" |         mv "$s" "$SRCPKGDEST" | ||||||
|  |  | ||||||
|  |         # Fix broken symlink because of temporary chroot SRCPKGDEST /srcpkgdest | ||||||
|  |         if [[ "$PWD" != "$SRCPKGDEST" && -L "$PWD/${s##*/}" ]]; then | ||||||
|  |             ln -sf "$SRCPKGDEST/${s##*/}" | ||||||
|  |         fi | ||||||
|     done |     done | ||||||
| } | } | ||||||
| # }}} | # }}} | ||||||
| @@ -293,7 +282,26 @@ move_products() { | |||||||
| orig_argv=("$0" "$@") | orig_argv=("$0" "$@") | ||||||
|  |  | ||||||
| main() { | main() { | ||||||
|     init_variables |     default_makepkg_args=(--syncdeps --noconfirm --log --holdver --skipinteg) | ||||||
|  |     makepkg_args=("${default_makepkg_args[@]}") | ||||||
|  |     keepbuilddir=false | ||||||
|  |     update_first=false | ||||||
|  |     clean_first=false | ||||||
|  |     run_namcap=false | ||||||
|  |     temp_chroot=false | ||||||
|  |     chrootdir= | ||||||
|  |     passeddir= | ||||||
|  |     makepkg_user= | ||||||
|  |     declare -ga install_pkgs | ||||||
|  |     declare -gi ret=0 | ||||||
|  |  | ||||||
|  |     bindmounts_ro=() | ||||||
|  |     bindmounts_rw=() | ||||||
|  |  | ||||||
|  |     copy=$USER | ||||||
|  |     [[ -n ${SUDO_USER:-} ]] && copy=$SUDO_USER | ||||||
|  |     [[ -z "$copy" || $copy = root ]] && copy=copy | ||||||
|  |     src_owner=${SUDO_USER:-$USER} | ||||||
|  |  | ||||||
|     local opts='hcur:I:l:nTD:d:U:' |     local opts='hcur:I:l:nTD:d:U:' | ||||||
|  |  | ||||||
| @@ -380,7 +388,7 @@ main() { | |||||||
|  |  | ||||||
|     download_sources "$copydir" "$src_owner" |     download_sources "$copydir" "$src_owner" | ||||||
|  |  | ||||||
|     prepare_chroot "$copydir" "$USER_HOME" "$keepbuilddir" |     prepare_chroot "$copydir" "$USER_HOME" "$keepbuilddir" "$run_namcap" | ||||||
|  |  | ||||||
|     bindmounts_rw+=("${PWD}:/startdir" "${SRCDEST}:/srcdest") |     bindmounts_rw+=("${PWD}:/startdir" "${SRCDEST}:/srcdest") | ||||||
|  |  | ||||||
|   | |||||||
| @@ -16,6 +16,8 @@ LIBDIR='@libdir@' | |||||||
| [[ -r ${LIBDIR}/util-msg.sh ]] && source ${LIBDIR}/util-msg.sh | [[ -r ${LIBDIR}/util-msg.sh ]] && source ${LIBDIR}/util-msg.sh | ||||||
| import ${LIBDIR}/util.sh | import ${LIBDIR}/util.sh | ||||||
|  |  | ||||||
|  | load_user_info | ||||||
|  |  | ||||||
| load_vars "${PAC_USERCONFDIR}/makepkg.conf" || load_vars "$USER_HOME/.makepkg.conf" | load_vars "${PAC_USERCONFDIR}/makepkg.conf" || load_vars "$USER_HOME/.makepkg.conf" | ||||||
| load_vars /etc/makepkg.conf | load_vars /etc/makepkg.conf | ||||||
|  |  | ||||||
| @@ -30,9 +32,5 @@ msg2 "Signing [%s] with key %s" "${file_to_sign##*/}" "${GPGKEY}..." | |||||||
| if [[ -n "${BUILDBOT_GPGP}" ]]; then | if [[ -n "${BUILDBOT_GPGP}" ]]; then | ||||||
|     gpg --batch --passphrase "${BUILDBOT_GPGP}" --detach-sign "$file_to_sign" |     gpg --batch --passphrase "${BUILDBOT_GPGP}" --detach-sign "$file_to_sign" | ||||||
| else | else | ||||||
|     if [[ -f /usr/bin/hellhound ]]; then |     gpg --detach-sign --use-agent -u "${GPGKEY}" "$file_to_sign" | ||||||
|         gpg --batch --passphrase $(hellhound retrieve) --detach-sign "$file_to_sign" |  | ||||||
|     else |  | ||||||
|         gpg --detach-sign --use-agent -u "${GPGKEY}" "$file_to_sign" |  | ||||||
|     fi |  | ||||||
| fi | fi | ||||||
|   | |||||||
							
								
								
									
										274
									
								
								data/Jenkinsfile.galaxy
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										274
									
								
								data/Jenkinsfile.galaxy
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,274 @@ | |||||||
|  | def ADD_REPO = '' | ||||||
|  | def RM_REPO = '' | ||||||
|  | def IS_ADD = 'false' | ||||||
|  | def IS_REMOVE = 'false' | ||||||
|  | def IS_BUILD = 'false' | ||||||
|  | def PKG_TRUNK = '' | ||||||
|  | def PKG_PATH = '' | ||||||
|  |  | ||||||
|  | pipeline { | ||||||
|  |     agent any | ||||||
|  |     options { | ||||||
|  |         skipDefaultCheckout() | ||||||
|  |         timestamps() | ||||||
|  |     } | ||||||
|  |     stages { | ||||||
|  |         stage('Checkout') { | ||||||
|  |             steps { | ||||||
|  |                 script { | ||||||
|  |                     checkout scm | ||||||
|  |  | ||||||
|  |                     def currentCommit = sh(returnStdout: true, script: 'git rev-parse @').trim() | ||||||
|  |                     echo "currentCommit: ${currentCommit}" | ||||||
|  |  | ||||||
|  |                     def changedFilesStatus = sh(returnStdout: true, script: "git show --pretty=format: --name-status ${currentCommit}").tokenize('\n') | ||||||
|  |                     def changedPkgStatus = [] | ||||||
|  |                     def pkgPath = [] | ||||||
|  |                     int entryCount = 0 | ||||||
|  |                     for ( int i = 0; i < changedFilesStatus.size(); i++ ) { | ||||||
|  |                         def entry = changedFilesStatus[i].split() | ||||||
|  |                         def fileStatus = entry[0] | ||||||
|  |                         entryCount = entry.size() | ||||||
|  |                         for ( int j = 1; j < entry.size(); j++ ) { | ||||||
|  |                             if ( entry[j].contains('/PKGBUILD') && entry[j].contains('/repos') ){ | ||||||
|  |                                 changedPkgStatus << "${fileStatus} " + entry[j].minus('/PKGBUILD') | ||||||
|  |                                 pkgPath << entry[j].minus('/PKGBUILD') | ||||||
|  |                             } | ||||||
|  |                         } | ||||||
|  |                     } | ||||||
|  |  | ||||||
|  |                     int pkgCount = changedPkgStatus.size() | ||||||
|  |                     int pkgPathCount = pkgPath.size() | ||||||
|  |                     echo "pkgCount: ${pkgCount}" | ||||||
|  |                     echo "entryCount: ${entryCount}" | ||||||
|  |                     echo "pkgPathCount: ${pkgPathCount}" | ||||||
|  |                     echo "changedPkgStatus: ${changedPkgStatus}" | ||||||
|  |  | ||||||
|  |                     if ( pkgCount > 0 ) { | ||||||
|  |  | ||||||
|  |                         if ( entryCount == 2 && pkgCount == 2 ) { | ||||||
|  |                             def pkgEntry1 = changedPkgStatus[0].split() | ||||||
|  |                             def pkgEntry2 = changedPkgStatus[1].split() | ||||||
|  |                             def srcPath = [] | ||||||
|  |                             def pkgStatus = [] | ||||||
|  |                             srcPath << pkgEntry1[1] | ||||||
|  |                             srcPath << pkgEntry2[1] | ||||||
|  |                             pkgStatus << pkgEntry1[0] | ||||||
|  |                             pkgStatus << pkgEntry2[0] | ||||||
|  |                             def buildInfo1 = srcPath[0].tokenize('/') | ||||||
|  |                             def buildInfo2 = srcPath[1].tokenize('/') | ||||||
|  |  | ||||||
|  |                             if ( pkgStatus[0] == "M" ) { | ||||||
|  |                                 IS_ADD = 'true' | ||||||
|  |                                 if ( srcPath[0].contains('community-testing') ) { | ||||||
|  |                                     ADD_REPO = 'galaxy-gremlins' | ||||||
|  |                                 } else if ( srcPath[0].contains('community-x86_64') || srcPath[0].contains('community-any') ) { | ||||||
|  |                                     ADD_REPO = 'galaxy' | ||||||
|  |                                 } | ||||||
|  |                                 if ( srcPath[0].contains('multilib-testing') ) { | ||||||
|  |                                     ADD_REPO = 'lib32-gremlins' | ||||||
|  |                                 } else if ( srcPath[0].contains('multilib-x86_64') ) { | ||||||
|  |                                     ADD_REPO = 'lib32' | ||||||
|  |                                 } | ||||||
|  |                             } else if ( pkgStatus[1] == "M" ) { | ||||||
|  |                                 IS_ADD = 'true' | ||||||
|  |                                 if ( srcPath[1].contains('community-testing') ) { | ||||||
|  |                                     ADD_REPO = 'galaxy-gremlins' | ||||||
|  |                                 } else if ( srcPath[1].contains('community-x86_64') || srcPath[1].contains('community-any') ) { | ||||||
|  |                                     ADD_REPO = 'galaxy' | ||||||
|  |                                 } | ||||||
|  |                                 if ( srcPath[1].contains('multilib-testing') ) { | ||||||
|  |                                     ADD_REPO = 'lib32-gremlins' | ||||||
|  |                                 } else if ( srcPath[1].contains('multilib-x86_64') ) { | ||||||
|  |                                     ADD_REPO = 'lib32' | ||||||
|  |                                 } | ||||||
|  |                             } | ||||||
|  |  | ||||||
|  |                             if ( pkgStatus[0] == "D" ) { | ||||||
|  |                                 IS_REMOVE = 'true' | ||||||
|  |                                 if ( srcPath[0].contains('community-testing') ) { | ||||||
|  |                                     RM_REPO = 'galaxy-gremlins' | ||||||
|  |                                 } else if ( srcPath[0].contains('community-x86_64') || srcPath[0].contains('community-any') ) { | ||||||
|  |                                     RM_REPO = 'galaxy' | ||||||
|  |                                 } | ||||||
|  |                                 if ( srcPath[0].contains('multilib-testing') ) { | ||||||
|  |                                     RM_REPO = 'lib32-gremlins' | ||||||
|  |                                 } else if ( srcPath[0].contains('multilib-x86_64') ) { | ||||||
|  |                                     RM_REPO = 'lib32' | ||||||
|  |                                 } | ||||||
|  |                             } else if ( pkgStatus[1] == "D" ) { | ||||||
|  |                                 IS_REMOVE = 'true' | ||||||
|  |                                 if ( srcPath[1].contains('community-testing') ) { | ||||||
|  |                                     RM_REPO = 'galaxy-gremlins' | ||||||
|  |                                 } else if ( srcPath[1].contains('community-x86_64') || srcPath[1].contains('community-any') ) { | ||||||
|  |                                     RM_REPO = 'galaxy' | ||||||
|  |                                 } | ||||||
|  |                                 if ( srcPath[1].contains('multilib-testing') ) { | ||||||
|  |                                     RM_REPO = 'lib32-gremlins' | ||||||
|  |                                 } else if ( srcPath[1].contains('multilib-x86_64') ) { | ||||||
|  |                                     RM_REPO = 'lib32' | ||||||
|  |                                 } | ||||||
|  |                             } | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |                             PKG_TRUNK = buildInfo1[0] + '/trunk' | ||||||
|  |                         } | ||||||
|  |  | ||||||
|  |                         if ( entryCount == 3 && pkgCount == 2 ) { | ||||||
|  |                             def pkgEntry = changedPkgStatus[0].split() | ||||||
|  |                             def pkgStatus = pkgEntry[0] | ||||||
|  |                             def buildInfo1 = pkgPath[0].tokenize('/') | ||||||
|  |                             def buildInfo2 = pkgPath[1].tokenize('/') | ||||||
|  |  | ||||||
|  |                             if ( pkgStatus.contains('R') ) { | ||||||
|  |                                 IS_ADD = 'true' | ||||||
|  |                                 IS_REMOVE = 'true' | ||||||
|  |  | ||||||
|  |                                 if ( pkgPath[0].contains('community-staging') && pkgPath[1].contains('community-testing') ) { | ||||||
|  |                                     ADD_REPO = 'galaxy-gremlins' | ||||||
|  |                                     RM_REPO = 'galaxy-goblins' | ||||||
|  |                                 } else if ( pkgPath[0].contains('community-testing') && pkgPath[1].contains('community-staging') ) { | ||||||
|  |                                     ADD_REPO = 'galaxy-goblins' | ||||||
|  |                                     RM_REPO = 'galaxy-gremlins' | ||||||
|  |                                 } | ||||||
|  |  | ||||||
|  |                                 if ( pkgPath[0].contains('community-testing') && pkgPath[1].contains('community-x86_64') || pkgPath[0].contains('community-any') ) { | ||||||
|  |                                     ADD_REPO = 'galaxy-gremlins' | ||||||
|  |                                     RM_REPO = 'galaxy' | ||||||
|  |                                 } else if ( pkgPath[0].contains('community-x86_64') || pkgPath[0].contains('community-any') && pkgPath[1].contains('community-testing') ) { | ||||||
|  |                                     ADD_REPO = 'galaxy' | ||||||
|  |                                     RM_REPO = 'galaxy-gremlins' | ||||||
|  |                                 } | ||||||
|  |  | ||||||
|  |                                 if ( pkgPath[0].contains('multilib-staging') && pkgPath[1].contains('multilib-testing') ) { | ||||||
|  |                                     ADD_REPO = 'lib32-gremlins' | ||||||
|  |                                     RM_REPO = 'lib32-goblins' | ||||||
|  |                                 } else if ( pkgPath[0].contains('multilib-testing') && pkgPath[1].contains('multilib-staging') ) { | ||||||
|  |                                     ADD_REPO = 'lib32-goblins' | ||||||
|  |                                     RM_REPO = 'lib32-gremlins' | ||||||
|  |                                 } | ||||||
|  |  | ||||||
|  |                                 if ( pkgPath[0].contains('multilib-testing') && pkgPath[1].contains('multilib-x86_64') ) { | ||||||
|  |                                     ADD_REPO = 'lib32' | ||||||
|  |                                     RM_REPO = 'lib32-gremlins' | ||||||
|  |                                 } else if ( pkgPath[0].contains('multilib-x86_64') && pkgPath[1].contains('multilib-testing') ) { | ||||||
|  |                                     ADD_REPO = 'lib32-gremlins' | ||||||
|  |                                     RM_REPO = 'lib32' | ||||||
|  |                                 } | ||||||
|  |                             } | ||||||
|  |                             PKG_TRUNK = buildInfo1[0] + '/trunk' | ||||||
|  |                         } | ||||||
|  |  | ||||||
|  |                         if ( pkgCount == 1 ) { | ||||||
|  |                             def pkgEntry = changedPkgStatus[0].split() | ||||||
|  |                             def pkgStatus = pkgEntry[0] | ||||||
|  |                             def srcPath = pkgEntry[1] | ||||||
|  |                             def buildInfo = srcPath.tokenize('/') | ||||||
|  |  | ||||||
|  |                             if ( srcPath.contains('community-staging') ) { | ||||||
|  |                                 if ( pkgStatus == 'A' || pkgStatus == 'M' ) { | ||||||
|  |                                     IS_BUILD = 'true' | ||||||
|  |                                 } | ||||||
|  |                                 if ( pkgStatus == 'D' ) { | ||||||
|  |                                     IS_REMOVE = 'true' | ||||||
|  |                                 } | ||||||
|  |                                 ADD_REPO = 'galaxy-goblins' | ||||||
|  |                                 RM_REPO = ADD_REPO | ||||||
|  |                             } else if ( srcPath.contains('community-testing') ) { | ||||||
|  |                                 if ( pkgStatus == 'A' || pkgStatus == 'M' ) { | ||||||
|  |                                     IS_BUILD = 'true' | ||||||
|  |                                 } | ||||||
|  |                                 if ( pkgStatus == 'D' ) { | ||||||
|  |                                     IS_REMOVE = 'true' | ||||||
|  |                                 } | ||||||
|  |                                 ADD_REPO = 'galaxy-gremlins' | ||||||
|  |                                 RM_REPO = ADD_REPO | ||||||
|  |                             } else if ( srcPath.contains('community-x86_64') || srcPath.contains('community-any') ) { | ||||||
|  |                                 if ( pkgStatus == 'A' || pkgStatus == 'M' ) { | ||||||
|  |                                     IS_BUILD = 'true' | ||||||
|  |                                 } | ||||||
|  |                                 if ( pkgStatus == 'D' ) { | ||||||
|  |                                     IS_REMOVE = 'true' | ||||||
|  |                                 } | ||||||
|  |                                 ADD_REPO = 'galaxy' | ||||||
|  |                                 RM_REPO = ADD_REPO | ||||||
|  |                             } | ||||||
|  |                             if ( srcPath.contains('multilib-staging') ) { | ||||||
|  |                                 if ( pkgStatus == 'A' || pkgStatus == 'M' ) { | ||||||
|  |                                     IS_BUILD = 'true' | ||||||
|  |                                 } | ||||||
|  |                                 if ( pkgStatus == 'D' ) { | ||||||
|  |                                     IS_REMOVE = 'true' | ||||||
|  |                                 } | ||||||
|  |                                 ADD_REPO = 'lib32-goblins' | ||||||
|  |                                 RM_REPO = ADD_REPO | ||||||
|  |                             } else if ( srcPath.contains('multilib-testing') ) { | ||||||
|  |                                 if ( pkgStatus == 'A' || pkgStatus == 'M' ) { | ||||||
|  |                                     IS_BUILD = 'true' | ||||||
|  |                                 } | ||||||
|  |                                 if ( pkgStatus == 'D' ) { | ||||||
|  |                                     IS_REMOVE = 'true' | ||||||
|  |                                 } | ||||||
|  |                                 ADD_REPO = 'lib32-gremlins' | ||||||
|  |                                 RM_REPO = ADD_REPO | ||||||
|  |                             } else if ( srcPath.contains('multilib-x86_64') ) { | ||||||
|  |                                 if ( pkgStatus == 'A' || pkgStatus == 'M' ) { | ||||||
|  |                                     IS_BUILD = 'true' | ||||||
|  |                                 } | ||||||
|  |                                 if ( pkgStatus == 'D' ) { | ||||||
|  |                                     IS_REMOVE = 'true' | ||||||
|  |                                 } | ||||||
|  |                                 ADD_REPO = 'lib32' | ||||||
|  |                                 RM_REPO = ADD_REPO | ||||||
|  |                             } | ||||||
|  |                             PKG_PATH = srcPath | ||||||
|  |                             PKG_TRUNK = buildInfo[0] + '/trunk' | ||||||
|  |                         } | ||||||
|  |  | ||||||
|  |                     } | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  |         stage('Build') { | ||||||
|  |             environment { | ||||||
|  |                 BUILDBOT_GPGP = credentials('BUILDBOT_GPGP') | ||||||
|  |             } | ||||||
|  |             when { | ||||||
|  |                 expression { return  IS_BUILD == 'true' } | ||||||
|  |             } | ||||||
|  |             steps { | ||||||
|  |                 dir("${PKG_PATH}") { | ||||||
|  |                     sh "buildpkg -r ${ADD_REPO}" | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|  |             post { | ||||||
|  |                 success { | ||||||
|  |                     dir("${PKG_PATH}") { | ||||||
|  |                         sh "deploypkg -a -d ${ADD_REPO} -s" | ||||||
|  |                     } | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  |         stage('Add') { | ||||||
|  |             when { | ||||||
|  |                 expression { return  IS_ADD == 'true' } | ||||||
|  |             } | ||||||
|  |             steps { | ||||||
|  |                 dir("${PKG_TRUNK}") { | ||||||
|  |                     sh "deploypkg -a -d ${ADD_REPO}" | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  |         stage('Remove') { | ||||||
|  |             when { | ||||||
|  |                 expression { return  IS_REMOVE == 'true' } | ||||||
|  |             } | ||||||
|  |             steps { | ||||||
|  |                 dir("${PKG_TRUNK}") { | ||||||
|  |                     sh "deploypkg -r -d ${RM_REPO}" | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
							
								
								
									
										241
									
								
								data/Jenkinsfile.packages
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										241
									
								
								data/Jenkinsfile.packages
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,241 @@ | |||||||
|  | def ADD_REPO = '' | ||||||
|  | def RM_REPO = '' | ||||||
|  | def IS_ADD = 'false' | ||||||
|  | def IS_REMOVE = 'false' | ||||||
|  | def IS_BUILD = 'false' | ||||||
|  | def PKG_TRUNK = '' | ||||||
|  | def PKG_PATH = '' | ||||||
|  |  | ||||||
|  | pipeline { | ||||||
|  |     agent any | ||||||
|  |     options { | ||||||
|  |         skipDefaultCheckout() | ||||||
|  |         timestamps() | ||||||
|  |     } | ||||||
|  |     stages { | ||||||
|  |         stage('Checkout') { | ||||||
|  |             steps { | ||||||
|  |                 script { | ||||||
|  |                     checkout scm | ||||||
|  |  | ||||||
|  |                     def currentCommit = sh(returnStdout: true, script: 'git rev-parse @').trim() | ||||||
|  |                     echo "currentCommit: ${currentCommit}" | ||||||
|  |  | ||||||
|  |                     def changedFilesStatus = sh(returnStdout: true, script: "git show --pretty=format: --name-status ${currentCommit}").tokenize('\n') | ||||||
|  |                     def changedPkgStatus = [] | ||||||
|  |                     def pkgPath = [] | ||||||
|  |                     int entryCount = 0 | ||||||
|  |                     for ( int i = 0; i < changedFilesStatus.size(); i++ ) { | ||||||
|  |                         def entry = changedFilesStatus[i].split() | ||||||
|  |                         def fileStatus = entry[0] | ||||||
|  |                         entryCount = entry.size() | ||||||
|  |                         for ( int j = 1; j < entry.size(); j++ ) { | ||||||
|  |                             if ( entry[j].contains('/PKGBUILD') && entry[j].contains('/repos') ){ | ||||||
|  |                                 changedPkgStatus << "${fileStatus} " + entry[j].minus('/PKGBUILD') | ||||||
|  |                                 pkgPath << entry[j].minus('/PKGBUILD') | ||||||
|  |                             } | ||||||
|  |                         } | ||||||
|  |                     } | ||||||
|  |  | ||||||
|  |                     int pkgCount = changedPkgStatus.size() | ||||||
|  |                     int pkgPathCount = pkgPath.size() | ||||||
|  |                     echo "pkgCount: ${pkgCount}" | ||||||
|  |                     echo "entryCount: ${entryCount}" | ||||||
|  |                     echo "pkgPathCount: ${pkgPathCount}" | ||||||
|  |                     echo "changedPkgStatus: ${changedPkgStatus}" | ||||||
|  |  | ||||||
|  |                     if ( pkgCount > 0 ) { | ||||||
|  |  | ||||||
|  |                         if ( entryCount == 2 && pkgCount == 2 ) { | ||||||
|  |                             def pkgEntry1 = changedPkgStatus[0].split() | ||||||
|  |                             def pkgEntry2 = changedPkgStatus[1].split() | ||||||
|  |                             def srcPath = [] | ||||||
|  |                             def pkgStatus = [] | ||||||
|  |                             srcPath << pkgEntry1[1] | ||||||
|  |                             srcPath << pkgEntry2[1] | ||||||
|  |                             pkgStatus << pkgEntry1[0] | ||||||
|  |                             pkgStatus << pkgEntry2[0] | ||||||
|  |                             def buildInfo1 = srcPath[0].tokenize('/') | ||||||
|  |                             def buildInfo2 = srcPath[1].tokenize('/') | ||||||
|  |  | ||||||
|  |                             if ( pkgStatus[0] == 'M' ) { | ||||||
|  |                                 IS_ADD = 'true' | ||||||
|  |                                 if ( srcPath[0].contains('testing') ) { | ||||||
|  |                                     ADD_REPO = 'gremlins' | ||||||
|  |                                 } else if ( srcPath[0].contains('core') ) { | ||||||
|  |                                     ADD_REPO = 'system' | ||||||
|  |                                 } else if ( srcPath[0].contains('extra') ) { | ||||||
|  |                                     ADD_REPO = 'world' | ||||||
|  |                                 } | ||||||
|  |                             } else if ( pkgStatus[1] == 'M' ) { | ||||||
|  |                                 IS_ADD = 'true' | ||||||
|  |                                 if ( srcPath[1].contains('testing') ) { | ||||||
|  |                                     ADD_REPO = 'gremlins' | ||||||
|  |                                 } else if ( srcPath[1].contains('core') ) { | ||||||
|  |                                     ADD_REPO = '' | ||||||
|  |                                 } else if ( srcPath[1].contains('extra') ) { | ||||||
|  |                                     ADD_REPO = 'world' | ||||||
|  |                                 } | ||||||
|  |                             } | ||||||
|  |  | ||||||
|  |                             if ( pkgStatus[0] == 'D' ) { | ||||||
|  |                                 IS_REMOVE = 'true' | ||||||
|  |                                 if ( srcPath[0].contains('testing') ) { | ||||||
|  |                                     RM_REPO = 'gremlins' | ||||||
|  |                                 } else if ( srcPath[0].contains('core') ) { | ||||||
|  |                                     RM_REPO = 'system' | ||||||
|  |                                 } else if ( srcPath[0].contains('extra') ) { | ||||||
|  |                                     RM_REPO = 'world' | ||||||
|  |                                 } | ||||||
|  |                             } else if ( pkgStatus[1] == 'D' ) { | ||||||
|  |                                 IS_REMOVE = 'true' | ||||||
|  |                                 if ( srcPath[1].contains('testing') ) { | ||||||
|  |                                     RM_REPO = 'gremlins' | ||||||
|  |                                 } else if ( srcPath[1].contains('core') ) { | ||||||
|  |                                     RM_REPO = 'system' | ||||||
|  |                                 } else if ( srcPath[1].contains('extra') ) { | ||||||
|  |                                     RM_REPO = 'world' | ||||||
|  |                                 } | ||||||
|  |                             } | ||||||
|  |  | ||||||
|  |                             PKG_TRUNK = buildInfo1[0] + '/trunk' | ||||||
|  |                         } | ||||||
|  |  | ||||||
|  |                         if ( entryCount == 3 && pkgCount == 2 ) { | ||||||
|  |                             def pkgEntry = changedPkgStatus[0].split() | ||||||
|  |                             def pkgStatus = pkgEntry[0] | ||||||
|  |                             def buildInfo1 = pkgPath[0].tokenize('/') | ||||||
|  |                             def buildInfo2 = pkgPath[1].tokenize('/') | ||||||
|  |  | ||||||
|  |                             if ( pkgStatus.contains('R') ) { | ||||||
|  |                                 IS_ADD = 'true' | ||||||
|  |                                 IS_REMOVE = 'true' | ||||||
|  |  | ||||||
|  |                                 if ( pkgPath[0].contains('staging') && pkgPath[1].contains('testing') ) { | ||||||
|  |                                     ADD_REPO = 'gremlins' | ||||||
|  |                                     RM_REPO = 'goblins' | ||||||
|  |                                 } else if ( pkgPath[0].contains('testing') && pkgPath[1].contains('staging') ) { | ||||||
|  |                                     ADD_REPO = 'goblins' | ||||||
|  |                                     RM_REPO = 'gremlins' | ||||||
|  |                                 } | ||||||
|  |  | ||||||
|  |                                 if ( pkgPath[0].contains('core') && pkgPath[1].contains('testing')) { | ||||||
|  |                                     ADD_REPO = 'gremlins' | ||||||
|  |                                     RM_REPO = 'system' | ||||||
|  |                                 } else if ( pkgPath[0].contains('testing') && pkgPath[1].contains('core')) { | ||||||
|  |                                     ADD_REPO = 'system' | ||||||
|  |                                     RM_REPO = 'gremlins' | ||||||
|  |                                 } | ||||||
|  |  | ||||||
|  |                                 if ( pkgPath[0].contains('extra') && pkgPath[1].contains('testing')) { | ||||||
|  |                                     ADD_REPO = 'gremlins' | ||||||
|  |                                     RM_REPO = 'world' | ||||||
|  |                                 } else if ( pkgPath[0].contains('testing') && pkgPath[1].contains('extra')) { | ||||||
|  |                                     ADD_REPO = 'world' | ||||||
|  |                                     RM_REPO = 'gremlins' | ||||||
|  |                                 } | ||||||
|  |  | ||||||
|  |                                 if ( pkgPath[0].contains('core') && pkgPath[1].contains('extra')) { | ||||||
|  |                                     ADD_REPO = 'world' | ||||||
|  |                                     RM_REPO = 'system' | ||||||
|  |                                 } else if ( pkgPath[0].contains('extra') && pkgPath[1].contains('core')) { | ||||||
|  |                                     ADD_REPO = 'system' | ||||||
|  |                                     RM_REPO = 'world' | ||||||
|  |                                 } | ||||||
|  |                             } | ||||||
|  |                             PKG_TRUNK = buildInfo1[0] + '/trunk' | ||||||
|  |                         } | ||||||
|  |  | ||||||
|  |                         if ( pkgCount == 1 ) { | ||||||
|  |                             def pkgEntry = changedPkgStatus[0].split() | ||||||
|  |                             def pkgStatus = pkgEntry[0] | ||||||
|  |                             def srcPath = pkgEntry[1] | ||||||
|  |                             def buildInfo = srcPath.tokenize('/') | ||||||
|  |  | ||||||
|  |                             if ( srcPath.contains('staging') ) { | ||||||
|  |                                 if ( pkgStatus == 'A' || pkgStatus == 'M' ) { | ||||||
|  |                                     IS_BUILD = 'true' | ||||||
|  |                                 } | ||||||
|  |                                 if ( pkgStatus == 'D' ) { | ||||||
|  |                                     IS_REMOVE = 'true' | ||||||
|  |                                 } | ||||||
|  |                                 ADD_REPO = 'goblins' | ||||||
|  |                                 RM_REPO = ADD_REPO | ||||||
|  |                             } else if ( srcPath.contains('testing') ) { | ||||||
|  |                                 if ( pkgStatus == 'A' || pkgStatus == 'M' ) { | ||||||
|  |                                     IS_BUILD = 'true' | ||||||
|  |                                 } | ||||||
|  |                                 if ( pkgStatus == 'D' ) { | ||||||
|  |                                     IS_REMOVE = 'true' | ||||||
|  |                                 } | ||||||
|  |                                 ADD_REPO = 'gremlins' | ||||||
|  |                                 RM_REPO = ADD_REPO | ||||||
|  |                             } else if ( srcPath.contains('core') ) { | ||||||
|  |                                 if ( pkgStatus == 'A' || pkgStatus == 'M' ) { | ||||||
|  |                                     IS_BUILD = 'true' | ||||||
|  |                                 } | ||||||
|  |                                 if ( pkgStatus == 'D' ) { | ||||||
|  |                                     IS_REMOVE = 'true' | ||||||
|  |                                 } | ||||||
|  |                                 ADD_REPO = 'system' | ||||||
|  |                                 RM_REPO = ADD_REPO | ||||||
|  |                             } else if ( srcPath.contains('extra') ) { | ||||||
|  |                                 if ( pkgStatus == 'A' || pkgStatus == 'M' ) { | ||||||
|  |                                     IS_BUILD = 'true' | ||||||
|  |                                 } | ||||||
|  |                                 if ( pkgStatus == 'D' ) { | ||||||
|  |                                     IS_REMOVE = 'true' | ||||||
|  |                                 } | ||||||
|  |                                 ADD_REPO = 'world' | ||||||
|  |                                 RM_REPO = ADD_REPO | ||||||
|  |                             } | ||||||
|  |                             PKG_PATH = srcPath | ||||||
|  |                             PKG_TRUNK = buildInfo[0] + '/trunk' | ||||||
|  |                         } | ||||||
|  |  | ||||||
|  |                     } | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  |         stage('Build') { | ||||||
|  |             environment { | ||||||
|  |                 BUILDBOT_GPGP = credentials('BUILDBOT_GPGP') | ||||||
|  |             } | ||||||
|  |             when { | ||||||
|  |                 expression { return  IS_BUILD == 'true' } | ||||||
|  |             } | ||||||
|  |             steps { | ||||||
|  |                 dir("${PKG_PATH}") { | ||||||
|  |                     sh "buildpkg -r ${ADD_REPO}" | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|  |             post { | ||||||
|  |                 success { | ||||||
|  |                     dir("${PKG_PATH}") { | ||||||
|  |                         sh "deploypkg -a -d ${ADD_REPO} -s" | ||||||
|  |                     } | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  |         stage('Add') { | ||||||
|  |             when { | ||||||
|  |                 expression { return  IS_ADD == 'true' } | ||||||
|  |             } | ||||||
|  |             steps { | ||||||
|  |                 dir("${PKG_TRUNK}") { | ||||||
|  |                     sh "deploypkg -a -d ${ADD_REPO}" | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  |         stage('Remove') { | ||||||
|  |             when { | ||||||
|  |                 expression { return  IS_REMOVE == 'true' } | ||||||
|  |             } | ||||||
|  |             steps { | ||||||
|  |                 dir("${PKG_TRUNK}") { | ||||||
|  |                     sh "deploypkg -r -d ${RM_REPO}" | ||||||
|  |                 } | ||||||
|  |             } | ||||||
|  |         } | ||||||
|  |     } | ||||||
|  | } | ||||||
| @@ -2,9 +2,6 @@ | |||||||
| ################ artools-base ############### | ################ artools-base ############### | ||||||
| ############################################# | ############################################# | ||||||
|  |  | ||||||
| # default taget arch: auto detect |  | ||||||
| # target_arch=$(uname -m) |  | ||||||
|  |  | ||||||
| # build dir where buildpkg or buildiso chroots are created | # build dir where buildpkg or buildiso chroots are created | ||||||
| # chroots_dir=/var/lib/artools | # chroots_dir=/var/lib/artools | ||||||
|  |  | ||||||
| @@ -15,14 +12,8 @@ | |||||||
| ################ artools-pkg ################ | ################ artools-pkg ################ | ||||||
| ############################################# | ############################################# | ||||||
|  |  | ||||||
| # artix package tree |  | ||||||
| # repo_tree_artix=('system' 'world' 'galaxy' 'lib32') |  | ||||||
|  |  | ||||||
| # host_tree_artix='https://github.com/artix-linux' | # host_tree_artix='https://github.com/artix-linux' | ||||||
|  |  | ||||||
| # archlinux package tree |  | ||||||
| # repo_tree_arch=('packages' 'community') |  | ||||||
|  |  | ||||||
| # host_tree_arch=git://projects.archlinux.org/svntogit | # host_tree_arch=git://projects.archlinux.org/svntogit | ||||||
|  |  | ||||||
| # default repos root | # default repos root | ||||||
| @@ -32,6 +23,9 @@ | |||||||
| ################ artools-iso ################ | ################ artools-iso ################ | ||||||
| ############################################# | ############################################# | ||||||
|  |  | ||||||
|  | # the iso storage directory | ||||||
|  | # iso_pool="${workspace_dir}/iso" | ||||||
|  |  | ||||||
| # the dist release; default: auto | # the dist release; default: auto | ||||||
| # iso_version=$(date +%Y%m%d) | # iso_version=$(date +%Y%m%d) | ||||||
|  |  | ||||||
| @@ -41,11 +35,14 @@ | |||||||
| # unset defaults to given value | # unset defaults to given value | ||||||
| # kernel="linux-lts" | # kernel="linux-lts" | ||||||
|  |  | ||||||
|  | # custom additional kernel args | ||||||
|  | # kernel_args="" | ||||||
|  |  | ||||||
| # gpg key; leave empty or commented to skip sfs signing | # gpg key; leave empty or commented to skip sfs signing | ||||||
| # gpgkey="" | # gpgkey="" | ||||||
|  |  | ||||||
| # set upload bandwidth limit in kB/s | # set upload bandwidth limit in kB/s | ||||||
| # limit=100 | # uplimit=100 | ||||||
|  |  | ||||||
| # the torrent tracker urls, comma separated | # the torrent tracker urls, comma separated | ||||||
| # tracker_url='udp://mirror.strits.dk:6969' | # tracker_url='udp://mirror.strits.dk:6969' | ||||||
|   | |||||||
| @@ -6,4 +6,3 @@ artix-live-portable-efi | |||||||
| virtualbox-guest-modules-artix | virtualbox-guest-modules-artix | ||||||
| virtualbox-guest-utils | virtualbox-guest-utils | ||||||
| linux-lts-headers | linux-lts-headers | ||||||
|  |  | ||||||
|   | |||||||
| @@ -59,6 +59,7 @@ ntfs-3g | |||||||
| >openrc nfs-utils-openrc | >openrc nfs-utils-openrc | ||||||
| >openrc rsync-openrc | >openrc rsync-openrc | ||||||
| >openrc wpa_supplicant-openrc | >openrc wpa_supplicant-openrc | ||||||
|  | >openrc opentmpfiles | ||||||
| os-prober | os-prober | ||||||
| pacman | pacman | ||||||
| pciutils | pciutils | ||||||
| @@ -77,7 +78,7 @@ texinfo | |||||||
| usbutils | usbutils | ||||||
| util-linux | util-linux | ||||||
| which | which | ||||||
| >x86_64 efibootmgr | efibootmgr | ||||||
| xfsprogs | xfsprogs | ||||||
| zd1211-firmware | zd1211-firmware | ||||||
| zsh | zsh | ||||||
|   | |||||||
| @@ -8,8 +8,7 @@ | |||||||
| # autologin="true" | # autologin="true" | ||||||
|  |  | ||||||
| # service runlevels | # service runlevels | ||||||
| # openrc_boot=('elogind') | # services=('acpid' 'bluetooth' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager') | ||||||
| # openrc_default=('acpid' 'bluetooth' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager') |  | ||||||
|  |  | ||||||
| # default values | # default values | ||||||
| # addgroups="video,power,storage,optical,network,lp,scanner,wheel,users" | # addgroups="video,power,storage,optical,network,lp,scanner,wheel,users" | ||||||
|   | |||||||
							
								
								
									
										36
									
								
								data/blacklist.d/packages-galaxy.list
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										36
									
								
								data/blacklist.d/packages-galaxy.list
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,36 @@ | |||||||
|  | acpi_call | ||||||
|  | acpi_call-lts | ||||||
|  | autoconf-archive | ||||||
|  | cmocka | ||||||
|  | confuse | ||||||
|  | dovecot | ||||||
|  | hub | ||||||
|  | hwinfo | ||||||
|  | jansson | ||||||
|  | lib32-fakeroot | ||||||
|  | lib32-libltdl | ||||||
|  | libappindicator | ||||||
|  | libbson | ||||||
|  | libdbi | ||||||
|  | libdbusmenu | ||||||
|  | libftdi | ||||||
|  | libindicator | ||||||
|  | libmongoc | ||||||
|  | libnewt | ||||||
|  | libpgm | ||||||
|  | libreplaygain | ||||||
|  | libsass | ||||||
|  | libsodium | ||||||
|  | libx86emu | ||||||
|  | ninja | ||||||
|  | pigeonhole | ||||||
|  | portaudio | ||||||
|  | r8168 | ||||||
|  | r8168-lts | ||||||
|  | sassc | ||||||
|  | tp_smapi | ||||||
|  | tp_smapi-lts | ||||||
|  | virtualbox | ||||||
|  | virtualbox-guest-iso | ||||||
|  | yaml-cpp | ||||||
|  | zeromq | ||||||
							
								
								
									
										74
									
								
								data/blacklist.d/packages.list
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										74
									
								
								data/blacklist.d/packages.list
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,74 @@ | |||||||
|  | dbus | ||||||
|  | lvm2 | ||||||
|  | cryptsetup | ||||||
|  | mdadm | ||||||
|  | glibc | ||||||
|  | iptables | ||||||
|  | man-db | ||||||
|  | btrfs-progs | ||||||
|  | bash | ||||||
|  | dhcpcd | ||||||
|  | filesystem | ||||||
|  | gnupg | ||||||
|  | krb5 | ||||||
|  | libusb | ||||||
|  | licenses | ||||||
|  | logrotate | ||||||
|  | mkinitcpio | ||||||
|  | pacman | ||||||
|  | pambase | ||||||
|  | procps-ng | ||||||
|  | rpcbind | ||||||
|  | util-linux | ||||||
|  | wpa_supplicant | ||||||
|  | gpm | ||||||
|  | cronie | ||||||
|  |  | ||||||
|  | accountsservice | ||||||
|  | alsa-utils | ||||||
|  | apache | ||||||
|  | avahi | ||||||
|  | bluez | ||||||
|  | colord | ||||||
|  | cups | ||||||
|  | dhcp | ||||||
|  | fluidsynth | ||||||
|  | git | ||||||
|  | haveged | ||||||
|  | libatasmart | ||||||
|  | libblockdev | ||||||
|  | libgudev | ||||||
|  | libinput | ||||||
|  | libwacom | ||||||
|  | lirc | ||||||
|  | mariadb | ||||||
|  | media-player-info | ||||||
|  | modemmmanger | ||||||
|  | networkmanager | ||||||
|  | openslp | ||||||
|  | polkit | ||||||
|  | pulseaudio | ||||||
|  | qt5-base | ||||||
|  | rsync | ||||||
|  | samba | ||||||
|  | sane | ||||||
|  | sddm | ||||||
|  | subversion | ||||||
|  | syslog-ng | ||||||
|  | udisks2 | ||||||
|  | upower | ||||||
|  | xorg-server | ||||||
|  | xf86-input-libinput | ||||||
|  | xf86-input-evdev | ||||||
|  | xf86-video-amdgpu | ||||||
|  | xf86-video-ati | ||||||
|  | xf86-video-intel | ||||||
|  | xf86-video-nouveau | ||||||
|  | xf86-video-openchrome | ||||||
|  | xf86-video-sisusb | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| @@ -1,12 +0,0 @@ | |||||||
| autoconf-archive |  | ||||||
| confuse |  | ||||||
| libappindicator |  | ||||||
| libdbusmenu |  | ||||||
| libftdi |  | ||||||
| libindicator |  | ||||||
| libdbi |  | ||||||
| libpgm |  | ||||||
| libsodium |  | ||||||
| zeromq |  | ||||||
| jansson |  | ||||||
| libnewt |  | ||||||
| @@ -1,3 +0,0 @@ | |||||||
| lib32-glibc |  | ||||||
| gcc-multilib |  | ||||||
| llvm |  | ||||||
							
								
								
									
										55
									
								
								data/import.list.d/packages-galaxy.list
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										55
									
								
								data/import.list.d/packages-galaxy.list
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,55 @@ | |||||||
|  | acpi_call | ||||||
|  | acpi_call-lts | ||||||
|  | autoconf-archive | ||||||
|  | cmocka | ||||||
|  | confuse | ||||||
|  | cython | ||||||
|  | dmd | ||||||
|  | dovecot | ||||||
|  | gmock | ||||||
|  | gtest | ||||||
|  | hub | ||||||
|  | hwinfo | ||||||
|  | jansson | ||||||
|  | lib32-fakeroot | ||||||
|  | lib32-libltdl | ||||||
|  | libappindicator | ||||||
|  | libbson | ||||||
|  | libdbi | ||||||
|  | libdbusmenu | ||||||
|  | libftdi | ||||||
|  | libindicator | ||||||
|  | libmongoc | ||||||
|  | libnewt | ||||||
|  | libpgm | ||||||
|  | libphobos | ||||||
|  | libreplaygain | ||||||
|  | libsass | ||||||
|  | libsodium | ||||||
|  | libx86emu | ||||||
|  | ninja | ||||||
|  | pigeonhole | ||||||
|  | portaudio | ||||||
|  | python-babel | ||||||
|  | python-docutils | ||||||
|  | python-imagesize | ||||||
|  | python-jinja | ||||||
|  | python-pygments | ||||||
|  | python-pytz | ||||||
|  | python-snowballstemmer | ||||||
|  | python-sphinx | ||||||
|  | python-sphinx-alabaster-theme | ||||||
|  | python-sphinxcontrib-websupport | ||||||
|  | python-sphinx_rtd_theme | ||||||
|  | python-sqlalchemy | ||||||
|  | python-whoosh | ||||||
|  | r8168 | ||||||
|  | r8168-lts | ||||||
|  | rust | ||||||
|  | sassc | ||||||
|  | tp_smapi | ||||||
|  | tp_smapi-lts | ||||||
|  | virtualbox | ||||||
|  | virtualbox-guest-iso | ||||||
|  | yaml-cpp | ||||||
|  | zeromq | ||||||
							
								
								
									
										687
									
								
								data/import.list.d/packages.list
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										687
									
								
								data/import.list.d/packages.list
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,687 @@ | |||||||
|  | a52dec | ||||||
|  | aalib | ||||||
|  | acl | ||||||
|  | adwaita-icon-theme | ||||||
|  | alsa-firmware | ||||||
|  | alsa-lib | ||||||
|  | apr | ||||||
|  | apr-util | ||||||
|  | archlinux-keyring | ||||||
|  | argon2 | ||||||
|  | aspell | ||||||
|  | assimp | ||||||
|  | atk | ||||||
|  | atkmm | ||||||
|  | at-spi2-atk | ||||||
|  | at-spi2-core | ||||||
|  | attr | ||||||
|  | autoconf | ||||||
|  | automake | ||||||
|  | b43-fwcutter | ||||||
|  | babl | ||||||
|  | # bash | ||||||
|  | bc | ||||||
|  | binutils | ||||||
|  | bison | ||||||
|  | boost | ||||||
|  | bridge-utils | ||||||
|  | brltty | ||||||
|  | bzip2 | ||||||
|  | ca-certificates | ||||||
|  | ca-certificates-cacert | ||||||
|  | cairo | ||||||
|  | cairomm | ||||||
|  | cantarell-fonts | ||||||
|  | cdparanoia | ||||||
|  | check | ||||||
|  | cifs-utils | ||||||
|  | cln | ||||||
|  | cmake | ||||||
|  | convertlit | ||||||
|  | coreutils | ||||||
|  | cpio | ||||||
|  | cracklib | ||||||
|  | curl | ||||||
|  | dash | ||||||
|  | db | ||||||
|  | dbus-glib | ||||||
|  | dbus-python | ||||||
|  | dcadec | ||||||
|  | dconf | ||||||
|  | desktop-file-utils | ||||||
|  | dialog | ||||||
|  | diffutils | ||||||
|  | ding-libs | ||||||
|  | dkms | ||||||
|  | dnssec-anchors | ||||||
|  | docbook-dsssl | ||||||
|  | docbook-sgml31 | ||||||
|  | docbook-utils | ||||||
|  | docbook-xml | ||||||
|  | docbook-xsl | ||||||
|  | dosfstools | ||||||
|  | dotconf | ||||||
|  | double-conversion | ||||||
|  | doxygen | ||||||
|  | e2fsprogs | ||||||
|  | ebook-tools | ||||||
|  | ed | ||||||
|  | editorconfig-core-c | ||||||
|  | efibootmgr | ||||||
|  | efivar | ||||||
|  | elfutils | ||||||
|  | exiv2 | ||||||
|  | expat | ||||||
|  | extra-cmake-modules | ||||||
|  | faad2 | ||||||
|  | fakeroot | ||||||
|  | ffmpeg | ||||||
|  | ffmpeg2.8 | ||||||
|  | fftw | ||||||
|  | file | ||||||
|  | findutils | ||||||
|  | flac | ||||||
|  | flex | ||||||
|  | fontconfig | ||||||
|  | freetype2 | ||||||
|  | fribidi | ||||||
|  | fuse2 | ||||||
|  | fuse3 | ||||||
|  | gamin | ||||||
|  | gawk | ||||||
|  | gc | ||||||
|  | gcab | ||||||
|  | gcc | ||||||
|  | gconf | ||||||
|  | gcr | ||||||
|  | gd | ||||||
|  | gdb | ||||||
|  | gdbm | ||||||
|  | gdk-pixbuf2 | ||||||
|  | gegl02 | ||||||
|  | geoip-database | ||||||
|  | gettext | ||||||
|  | ghostscript | ||||||
|  | giblib | ||||||
|  | giflib | ||||||
|  | glade | ||||||
|  | glib2 | ||||||
|  | glibc | ||||||
|  | glibmm | ||||||
|  | glib-networking | ||||||
|  | glu | ||||||
|  | gmp | ||||||
|  | gnome-common | ||||||
|  | gnutls | ||||||
|  | gobject-introspection | ||||||
|  | gperf | ||||||
|  | gperftools | ||||||
|  | gpgme | ||||||
|  | gptfdisk | ||||||
|  | grantlee | ||||||
|  | graphite | ||||||
|  | graphviz | ||||||
|  | grep | ||||||
|  | groff | ||||||
|  | gsettings-desktop-schemas | ||||||
|  | gsfonts | ||||||
|  | gsm | ||||||
|  | gst-plugins-base | ||||||
|  | gst-plugins-good | ||||||
|  | gstreamer | ||||||
|  | gtk2 | ||||||
|  | gtk3 | ||||||
|  | gtk-doc | ||||||
|  | gtkmm3 | ||||||
|  | gtk-sharp-2 | ||||||
|  | gtksourceview3 | ||||||
|  | gts | ||||||
|  | guile | ||||||
|  | guile2.0 | ||||||
|  | gzip | ||||||
|  | harfbuzz | ||||||
|  | hdparm | ||||||
|  | hicolor-icon-theme | ||||||
|  | hunspell | ||||||
|  | hwids | ||||||
|  | hwloc | ||||||
|  | hyphen | ||||||
|  | iana-etc | ||||||
|  | icu | ||||||
|  | ifenslave | ||||||
|  | ijs | ||||||
|  | ilmbase | ||||||
|  | imagemagick | ||||||
|  | imlib2 | ||||||
|  | iniparser | ||||||
|  | intltool | ||||||
|  | iproute2 | ||||||
|  | iputils | ||||||
|  | ipw2100-fw | ||||||
|  | ipw2200-fw | ||||||
|  | isdn4k-utils | ||||||
|  | iso-codes | ||||||
|  | itstool | ||||||
|  | iw | ||||||
|  | jack | ||||||
|  | jasper | ||||||
|  | java8-openjdk | ||||||
|  | java-common | ||||||
|  | jbig2dec | ||||||
|  | jemalloc | ||||||
|  | jfsutils | ||||||
|  | js | ||||||
|  | json-c | ||||||
|  | jsoncpp | ||||||
|  | json-glib | ||||||
|  | kbd | ||||||
|  | keyutils | ||||||
|  | lame | ||||||
|  | lapack | ||||||
|  | lcms | ||||||
|  | lcms2 | ||||||
|  | ldb | ||||||
|  | ldns | ||||||
|  | less | ||||||
|  | libaccounts-glib | ||||||
|  | libaccounts-qt | ||||||
|  | libaio | ||||||
|  | libao | ||||||
|  | libarchive | ||||||
|  | libass | ||||||
|  | libassuan | ||||||
|  | libasyncns | ||||||
|  | libatomic_ops | ||||||
|  | libavc1394 | ||||||
|  | libbluray | ||||||
|  | libbsd | ||||||
|  | libburn | ||||||
|  | libbytesize | ||||||
|  | libcaca | ||||||
|  | libcanberra | ||||||
|  | libcap | ||||||
|  | libcap-ng | ||||||
|  | libcddb | ||||||
|  | libcdio | ||||||
|  | libcdio-paranoia | ||||||
|  | #libconfig | ||||||
|  | libcroco | ||||||
|  | libcue | ||||||
|  | libdaemon | ||||||
|  | libdatrie | ||||||
|  | libdbusmenu-qt | ||||||
|  | libdca | ||||||
|  | libdmtx | ||||||
|  | libdrm | ||||||
|  | libdv | ||||||
|  | libdvbpsi | ||||||
|  | libdvdcss | ||||||
|  | libdvdnav | ||||||
|  | libdvdread | ||||||
|  | libebml | ||||||
|  | libedit | ||||||
|  | libepoxy | ||||||
|  | libevdev | ||||||
|  | libevent | ||||||
|  | libexif | ||||||
|  | libffi | ||||||
|  | libfontenc | ||||||
|  | libgcrypt | ||||||
|  | libgdiplus | ||||||
|  | libgee | ||||||
|  | libgit2 | ||||||
|  | libglade | ||||||
|  | libglvnd | ||||||
|  | libgpg-error | ||||||
|  | libgphoto2 | ||||||
|  | libgssglue | ||||||
|  | libgusb | ||||||
|  | libical | ||||||
|  | libice | ||||||
|  | libid3tag | ||||||
|  | libidn | ||||||
|  | libidn2 | ||||||
|  | libiec61883 | ||||||
|  | libieee1284 | ||||||
|  | libimobiledevice | ||||||
|  | libiscsi | ||||||
|  | libisoburn | ||||||
|  | libisofs | ||||||
|  | libjpeg-turbo | ||||||
|  | libksba | ||||||
|  | liblouis | ||||||
|  | liblqr | ||||||
|  | libmad | ||||||
|  | libmatroska | ||||||
|  | libmng | ||||||
|  | libmnl | ||||||
|  | libmodplug | ||||||
|  | libmpc | ||||||
|  | libmpeg2 | ||||||
|  | libmspack | ||||||
|  | libmtp | ||||||
|  | libndp | ||||||
|  | libnftnl | ||||||
|  | libnghttp2 | ||||||
|  | libnl | ||||||
|  | libnotify | ||||||
|  | libogg | ||||||
|  | libomxil-bellagio | ||||||
|  | libpaper | ||||||
|  | libpcap | ||||||
|  | libpciaccess | ||||||
|  | libpipeline | ||||||
|  | libplist | ||||||
|  | libpng | ||||||
|  | libproxy | ||||||
|  | libpsl | ||||||
|  | libpwquality | ||||||
|  | libqalculate | ||||||
|  | libqmi | ||||||
|  | libraqm | ||||||
|  | libraw1394 | ||||||
|  | librpcsecgss | ||||||
|  | librsvg | ||||||
|  | libsamplerate | ||||||
|  | libseccomp | ||||||
|  | libsecret | ||||||
|  | libshout | ||||||
|  | libsigc++ | ||||||
|  | libsigsegv | ||||||
|  | libsm | ||||||
|  | libsndfile | ||||||
|  | libsoup | ||||||
|  | libsoxr | ||||||
|  | libspiro | ||||||
|  | libsrtp | ||||||
|  | libssh | ||||||
|  | libssh2 | ||||||
|  | libtar | ||||||
|  | libtasn1 | ||||||
|  | libthai | ||||||
|  | libtheora | ||||||
|  | libtiff | ||||||
|  | libtirpc | ||||||
|  | libtommath | ||||||
|  | libtool | ||||||
|  | libunistring | ||||||
|  | libunwind | ||||||
|  | libupnp | ||||||
|  | libusb-compat | ||||||
|  | libusbmuxd | ||||||
|  | libutempter | ||||||
|  | libuv | ||||||
|  | libva | ||||||
|  | libvdpau | ||||||
|  | libvisual | ||||||
|  | libvorbis | ||||||
|  | libvpx | ||||||
|  | libwebp | ||||||
|  | libwmf | ||||||
|  | libx11 | ||||||
|  | libxau | ||||||
|  | libxaw | ||||||
|  | libxcb | ||||||
|  | libxcomposite | ||||||
|  | libxcursor | ||||||
|  | libxdamage | ||||||
|  | libxdmcp | ||||||
|  | libxext | ||||||
|  | libxfixes | ||||||
|  | libxfont2 | ||||||
|  | libxft | ||||||
|  | libxi | ||||||
|  | libxinerama | ||||||
|  | libxkbcommon | ||||||
|  | libxkbfile | ||||||
|  | libxml2 | ||||||
|  | libxmu | ||||||
|  | libxpm | ||||||
|  | libxrandr | ||||||
|  | libxrender | ||||||
|  | libxres | ||||||
|  | libxshmfence | ||||||
|  | libxslt | ||||||
|  | libxss | ||||||
|  | libxt | ||||||
|  | libxtst | ||||||
|  | libxv | ||||||
|  | libxvmc | ||||||
|  | libxxf86vm | ||||||
|  | libyaml | ||||||
|  | libzip | ||||||
|  | licenses | ||||||
|  | links | ||||||
|  | linux | ||||||
|  | linux-api-headers | ||||||
|  | linux-atm | ||||||
|  | linux-firmware | ||||||
|  | linux-lts | ||||||
|  | lirc | ||||||
|  | llvm | ||||||
|  | lmdb | ||||||
|  | lua | ||||||
|  | lz4 | ||||||
|  | lzo | ||||||
|  | m4 | ||||||
|  | mailcap | ||||||
|  | make | ||||||
|  | man-pages | ||||||
|  | mercurial | ||||||
|  | mesa | ||||||
|  | meson | ||||||
|  | mkinitcpio-busybox | ||||||
|  | mkinitcpio-nfs-utils | ||||||
|  | mobile-broadband-provider-info | ||||||
|  | mono | ||||||
|  | mpfr | ||||||
|  | mtdev | ||||||
|  | muparser | ||||||
|  | musepack | ||||||
|  | namcap | ||||||
|  | nano | ||||||
|  | nasm | ||||||
|  | ncurses | ||||||
|  | nettle | ||||||
|  | net-tools | ||||||
|  | network-manager-applet | ||||||
|  | nfsidmap | ||||||
|  | nilfs-utils | ||||||
|  | noto-fonts | ||||||
|  | npth | ||||||
|  | nspr | ||||||
|  | nss | ||||||
|  | nss-mdns | ||||||
|  | ntfs-3g | ||||||
|  | numactl | ||||||
|  | nvidia | ||||||
|  | # nvidia-settings | ||||||
|  | nvidia-utils | ||||||
|  | ocl-icd | ||||||
|  | openal | ||||||
|  | opencore-amr | ||||||
|  | openexr | ||||||
|  | openjade | ||||||
|  | openjpeg | ||||||
|  | openjpeg2 | ||||||
|  | openmpi | ||||||
|  | opensp | ||||||
|  | openssl | ||||||
|  | openssl-1.0 | ||||||
|  | opus | ||||||
|  | orc | ||||||
|  | orca | ||||||
|  | p11-kit | ||||||
|  | pango | ||||||
|  | pangomm | ||||||
|  | parted | ||||||
|  | patch | ||||||
|  | pciutils | ||||||
|  | pcre | ||||||
|  | pcre2 | ||||||
|  | perl | ||||||
|  | perl-error | ||||||
|  | perl-file-which | ||||||
|  | perl-xml-parser | ||||||
|  | perl-yaml | ||||||
|  | phonon | ||||||
|  | phonon-gstreamer | ||||||
|  | pinentry | ||||||
|  | pixman | ||||||
|  | pkcs11-helper | ||||||
|  | pkg-config | ||||||
|  | polkit-qt | ||||||
|  | poppler | ||||||
|  | popt | ||||||
|  | potrace | ||||||
|  | pptpclient | ||||||
|  | procinfo-ng | ||||||
|  | protobuf | ||||||
|  | psmisc | ||||||
|  | pth | ||||||
|  | pyalpm | ||||||
|  | pygobject | ||||||
|  | pygtk | ||||||
|  | # pylint | ||||||
|  | pyqt5 | ||||||
|  | python | ||||||
|  | python2 | ||||||
|  | # python2-backports | ||||||
|  | # python2-backports.functools_lru_cache | ||||||
|  | # python2-configparser | ||||||
|  | # python2-ipaddress | ||||||
|  | python-appdirs | ||||||
|  | python-asn1crypto | ||||||
|  | # python-astroid | ||||||
|  | python-attrs | ||||||
|  | # python-automat | ||||||
|  | python-beaker | ||||||
|  | python-cairo | ||||||
|  | # python-cffi | ||||||
|  | python-chardet | ||||||
|  | # python-constantly | ||||||
|  | # python-cryptography | ||||||
|  | python-cssselect | ||||||
|  | python-defusedxml | ||||||
|  | # python-editdistance | ||||||
|  | # python-egenix-mx-base | ||||||
|  | python-evdev | ||||||
|  | # python-feedparser | ||||||
|  | # python-fpconst | ||||||
|  | # python-gdata | ||||||
|  | # python-geoip | ||||||
|  | python-hyperlink | ||||||
|  | python-idna | ||||||
|  | # python-incremental | ||||||
|  | # python-isort | ||||||
|  | # python-iwscan | ||||||
|  | # python-lazy-object-proxy | ||||||
|  | # python-lxml | ||||||
|  | python-mako | ||||||
|  | python-markupsafe | ||||||
|  | # python-mccabe | ||||||
|  | # python-mpd | ||||||
|  | # python-nose | ||||||
|  | python-notify | ||||||
|  | python-numpy | ||||||
|  | python-packaging | ||||||
|  | python-pip | ||||||
|  | python-ply | ||||||
|  | python-pyasn1 | ||||||
|  | # python-pyasn1-modules | ||||||
|  | # python-pycparser | ||||||
|  | # python-pycurl | ||||||
|  | python-pyelftools | ||||||
|  | # python-pygame | ||||||
|  | python-pyparsing | ||||||
|  | # python-rdflib | ||||||
|  | # python-requests | ||||||
|  | python-requests | ||||||
|  | # python-retrying | ||||||
|  | # python-service-identity | ||||||
|  | python-setuptools | ||||||
|  | python-six | ||||||
|  | # python-soappy | ||||||
|  | # python-telepathy | ||||||
|  | # python-urllib3 | ||||||
|  | python-urllib3 | ||||||
|  | python-urwid | ||||||
|  | python-virtualenv | ||||||
|  | # python-wpactrl | ||||||
|  | python-wrapt | ||||||
|  | # python-wstools | ||||||
|  | pyxdg | ||||||
|  | qt4 | ||||||
|  | qt5-3d | ||||||
|  | qt5-canvas3d | ||||||
|  | qt5-charts | ||||||
|  | qt5-connectivity | ||||||
|  | qt5-datavis3d | ||||||
|  | qt5-declarative | ||||||
|  | qt5-doc | ||||||
|  | qt5-examples | ||||||
|  | qt5-gamepad | ||||||
|  | qt5-graphicaleffects | ||||||
|  | qt5-imageformats | ||||||
|  | qt5-location | ||||||
|  | qt5-multimedia | ||||||
|  | qt5-networkauth | ||||||
|  | qt5-quickcontrols | ||||||
|  | qt5-quickcontrols2 | ||||||
|  | qt5-remoteobjects | ||||||
|  | qt5-script | ||||||
|  | qt5-scxml | ||||||
|  | qt5-sensors | ||||||
|  | qt5-serialbus | ||||||
|  | qt5-serialport | ||||||
|  | qt5-speech | ||||||
|  | qt5-svg | ||||||
|  | qt5-tools | ||||||
|  | qt5-translations | ||||||
|  | qt5-virtualkeyboard | ||||||
|  | qt5-wayland | ||||||
|  | qt5-webchannel | ||||||
|  | qt5-webengine | ||||||
|  | qt5-webkit | ||||||
|  | qt5-websockets | ||||||
|  | qt5-webview | ||||||
|  | qt5-x11extras | ||||||
|  | qt5-xmlpatterns | ||||||
|  | re2 | ||||||
|  | readline | ||||||
|  | reiserfsprogs | ||||||
|  | rest | ||||||
|  | ruby | ||||||
|  | run-parts | ||||||
|  | schroedinger | ||||||
|  | sdl | ||||||
|  | sdl2 | ||||||
|  | sdl_image | ||||||
|  | sdl_sound | ||||||
|  | sdparm | ||||||
|  | sed | ||||||
|  | serf | ||||||
|  | sgml-common | ||||||
|  | shared-mime-info | ||||||
|  | slang | ||||||
|  | s-nail | ||||||
|  | snappy | ||||||
|  | snowball | ||||||
|  | socat | ||||||
|  | sound-theme-freedesktop | ||||||
|  | source-highlight | ||||||
|  | speech-dispatcher | ||||||
|  | speex | ||||||
|  | speexdsp | ||||||
|  | sqlite | ||||||
|  | startup-notification | ||||||
|  | sudo | ||||||
|  | sysfsutils | ||||||
|  | syslinux | ||||||
|  | t1lib | ||||||
|  | taglib | ||||||
|  | talloc | ||||||
|  | tar | ||||||
|  | tcl | ||||||
|  | tdb | ||||||
|  | tevent | ||||||
|  | texinfo | ||||||
|  | texlive-bin | ||||||
|  | texlive-core | ||||||
|  | texlive-formatsextra | ||||||
|  | texlive-latexextra | ||||||
|  | texlive-pictures | ||||||
|  | texlive-science | ||||||
|  | thin-provisioning-tools | ||||||
|  | traceroute | ||||||
|  | tslib | ||||||
|  | ttf-bitstream-vera | ||||||
|  | ttf-dejavu | ||||||
|  | ttf-hack | ||||||
|  | ttf-indic-otf | ||||||
|  | tzdata | ||||||
|  | unixodbc | ||||||
|  | unzip | ||||||
|  | #usbmuxd | ||||||
|  | usbutils | ||||||
|  | v4l-utils | ||||||
|  | vala | ||||||
|  | valgrind | ||||||
|  | vi | ||||||
|  | vid.stab | ||||||
|  | volume_key | ||||||
|  | vte | ||||||
|  | vte3 | ||||||
|  | vulkan-docs | ||||||
|  | vulkan-loader-layers | ||||||
|  | vulkan-tools | ||||||
|  | wavpack | ||||||
|  | wayland | ||||||
|  | wayland-protocols | ||||||
|  | webrtc-audio-processing | ||||||
|  | wget | ||||||
|  | which | ||||||
|  | whois | ||||||
|  | wireless-regdb | ||||||
|  | wireless_tools | ||||||
|  | wpa_actiond | ||||||
|  | wxgtk | ||||||
|  | x265 | ||||||
|  | xapian-core | ||||||
|  | xbitmaps | ||||||
|  | xcb-proto | ||||||
|  | xcb-util | ||||||
|  | xcb-util-cursor | ||||||
|  | xcb-util-image | ||||||
|  | xcb-util-keysyms | ||||||
|  | xcb-util-renderutil | ||||||
|  | xcb-util-wm | ||||||
|  | xdg-utils | ||||||
|  | xf86-input-libinput | ||||||
|  | xf86-video-dummy | ||||||
|  | xf86-video-fbdev | ||||||
|  | xf86-video-sisusb | ||||||
|  | xf86-video-vesa | ||||||
|  | xf86-video-vmware | ||||||
|  | xf86-video-voodoo | ||||||
|  | xfsprogs | ||||||
|  | xkeyboard-config | ||||||
|  | xmlto | ||||||
|  | xorg-bdftopcf | ||||||
|  | xorg-fonts-alias | ||||||
|  | xorg-fonts-encodings | ||||||
|  | xorg-fonts-misc | ||||||
|  | xorg-font-util | ||||||
|  | xorg-font-utils | ||||||
|  | xorg-luit | ||||||
|  | xorg-mkfontdir | ||||||
|  | xorg-mkfontscale | ||||||
|  | xorgproto | ||||||
|  | xorg-setxkbmap | ||||||
|  | xorg-twm | ||||||
|  | xorg-util-macros | ||||||
|  | xorg-xauth | ||||||
|  | # xorg-xinit | ||||||
|  | xorg-xkbcomp | ||||||
|  | xorg-xmessage | ||||||
|  | xorg-xmodmap | ||||||
|  | xorg-xprop | ||||||
|  | xorg-xrandr | ||||||
|  | xorg-xrdb | ||||||
|  | xorg-xset | ||||||
|  | xorg-xsetroot | ||||||
|  | xterm | ||||||
|  | xvidcore | ||||||
|  | xz | ||||||
|  | yajl | ||||||
|  | yelp-tools | ||||||
|  | yelp-xsl | ||||||
|  | zd1211-firmware | ||||||
|  | zip | ||||||
|  | zita-alsa-pcmi | ||||||
|  | zita-resampler | ||||||
|  | zlib | ||||||
|  | zsh | ||||||
|  | zstd | ||||||
|  | zvbi | ||||||
|  | zziplib | ||||||
| @@ -1,151 +0,0 @@ | |||||||
| tzdata |  | ||||||
| iana-etc |  | ||||||
| linux-api-headers |  | ||||||
| binutils |  | ||||||
| glibc |  | ||||||
| gcc |  | ||||||
| attr |  | ||||||
| acl |  | ||||||
| ncurses |  | ||||||
| readline |  | ||||||
| bash |  | ||||||
| sed |  | ||||||
| diffutils |  | ||||||
| expat |  | ||||||
| db |  | ||||||
| lz4 |  | ||||||
| lzo |  | ||||||
| bzip2 |  | ||||||
| gmp |  | ||||||
| mpfr |  | ||||||
| m4 |  | ||||||
| gdbm |  | ||||||
| xz |  | ||||||
| zlib |  | ||||||
| file |  | ||||||
| icu |  | ||||||
| perl |  | ||||||
| openssl |  | ||||||
| openssl-1.0 |  | ||||||
| autoconf |  | ||||||
| automake |  | ||||||
| dash |  | ||||||
| bison |  | ||||||
| ldns |  | ||||||
| less |  | ||||||
| libaio |  | ||||||
| libarchive |  | ||||||
| libassuan |  | ||||||
| libcap |  | ||||||
| libedit |  | ||||||
| libevent |  | ||||||
| libffi |  | ||||||
| libgcrypt |  | ||||||
| libgpg-error |  | ||||||
| libgssglue |  | ||||||
| libidn |  | ||||||
| libksba |  | ||||||
| libmnl |  | ||||||
| libmpc |  | ||||||
| libnftnl |  | ||||||
| libnghttp2 |  | ||||||
| libnl |  | ||||||
| libpcap |  | ||||||
| libpipeline |  | ||||||
| libpsl |  | ||||||
| librpcsecgss |  | ||||||
| libseccomp |  | ||||||
| libsecret |  | ||||||
| libssh2 |  | ||||||
| libtasn1 |  | ||||||
| libtirpc |  | ||||||
| libtool |  | ||||||
| libunistring |  | ||||||
| pcre |  | ||||||
| glib2 |  | ||||||
| grep |  | ||||||
| gzip |  | ||||||
| bridge-utils |  | ||||||
| ca-certificates |  | ||||||
| ca-certificates-cacert |  | ||||||
| coreutils |  | ||||||
| cracklib |  | ||||||
| dialog |  | ||||||
| ding-libs |  | ||||||
| dnssec-anchors |  | ||||||
| dosfstools |  | ||||||
| e2fsprogs |  | ||||||
| ed |  | ||||||
| efibootmgr |  | ||||||
| efivar |  | ||||||
| elfutils |  | ||||||
| fakeroot |  | ||||||
| findutils |  | ||||||
| flex |  | ||||||
| gawk |  | ||||||
| gettext |  | ||||||
| gnutls |  | ||||||
| gpgme |  | ||||||
| groff |  | ||||||
| hdparm |  | ||||||
| hwids |  | ||||||
| ifenslave |  | ||||||
| iproute2 |  | ||||||
| iputils |  | ||||||
| iw |  | ||||||
| jfsutils |  | ||||||
| kbd |  | ||||||
| keyutils |  | ||||||
| licenses |  | ||||||
| links |  | ||||||
| linux-atm |  | ||||||
| linux-firmware |  | ||||||
| make |  | ||||||
| man-pages |  | ||||||
| mkinitcpio-busybox |  | ||||||
| mkinitcpio-nfs-utils |  | ||||||
| nano |  | ||||||
| nettle |  | ||||||
| net-tools |  | ||||||
| nfsidmap |  | ||||||
| nilfs-utils |  | ||||||
| npth |  | ||||||
| nspr |  | ||||||
| nss |  | ||||||
| p11-kit |  | ||||||
| patch |  | ||||||
| pciutils |  | ||||||
| pinentry |  | ||||||
| pkcs11-helper |  | ||||||
| pkg-config |  | ||||||
| popt |  | ||||||
| pptpclient |  | ||||||
| procinfo-ng |  | ||||||
| psmisc |  | ||||||
| pth |  | ||||||
| reiserfsprogs |  | ||||||
| run-parts |  | ||||||
| sdparm |  | ||||||
| s-nail |  | ||||||
| sqlite |  | ||||||
| sysfsutils |  | ||||||
| syslinux |  | ||||||
| tar |  | ||||||
| texinfo |  | ||||||
| thin-provisioning-tools |  | ||||||
| traceroute |  | ||||||
| usbutils |  | ||||||
| vi |  | ||||||
| which |  | ||||||
| wireless-regdb |  | ||||||
| wireless_tools |  | ||||||
| wpa_actiond |  | ||||||
| xfsprogs |  | ||||||
| zd1211-firmware |  | ||||||
| archlinux-keyring |  | ||||||
| b43-fwcutter |  | ||||||
| ipw2100-fw |  | ||||||
| ipw2200-fw |  | ||||||
| isdn4k-utils |  | ||||||
| curl |  | ||||||
| sudo |  | ||||||
| @@ -1,232 +0,0 @@ | |||||||
| libasyncns |  | ||||||
| libblockdev |  | ||||||
| libbytesize |  | ||||||
| libcap-ng |  | ||||||
| libcroco |  | ||||||
| libdaemon |  | ||||||
| libdatrie |  | ||||||
| libdrm |  | ||||||
| libepoxy |  | ||||||
| libexif |  | ||||||
| libfontenc |  | ||||||
| libglvnd |  | ||||||
| libgphoto2 |  | ||||||
| libical |  | ||||||
| libice |  | ||||||
| libieee1284 |  | ||||||
| libimobiledevice |  | ||||||
| libiscsi |  | ||||||
| libjpeg-turbo |  | ||||||
| libomxil-bellagio |  | ||||||
| libpaper |  | ||||||
| libpciaccess |  | ||||||
| libplist |  | ||||||
| libpng |  | ||||||
| libproxy |  | ||||||
| librsvg |  | ||||||
| libsm |  | ||||||
| libthai |  | ||||||
| libtiff |  | ||||||
| libtxc_dxtn |  | ||||||
| libunwind |  | ||||||
| libusb-compat |  | ||||||
| libusbmuxd |  | ||||||
| libwebp |  | ||||||
| libx11 |  | ||||||
| libxau |  | ||||||
| libxaw |  | ||||||
| libxcb |  | ||||||
| libxcomposite |  | ||||||
| libxcursor |  | ||||||
| libxdamage |  | ||||||
| libxdmcp |  | ||||||
| libxext |  | ||||||
| libxfixes |  | ||||||
| libxfont |  | ||||||
| libxfont2 |  | ||||||
| libxft |  | ||||||
| libxi |  | ||||||
| libxinerama |  | ||||||
| libxkbcommon |  | ||||||
| libxkbfile |  | ||||||
| libxml2 |  | ||||||
| libxmu |  | ||||||
| libxpm |  | ||||||
| libxrandr |  | ||||||
| libxrender |  | ||||||
| libxshmfence |  | ||||||
| libxslt |  | ||||||
| libxt |  | ||||||
| libxtst |  | ||||||
| libxxf86vm |  | ||||||
| libgusb |  | ||||||
| liblouis |  | ||||||
| libraqm |  | ||||||
| liblqr |  | ||||||
| libuv |  | ||||||
| libqmi |  | ||||||
| glib-networking |  | ||||||
| gsettings-desktop-schemas |  | ||||||
| slang |  | ||||||
| dhcp |  | ||||||
| dbus-python |  | ||||||
| lirc |  | ||||||
| qt5-3d |  | ||||||
| qt5-canvas3d |  | ||||||
| qt5-charts |  | ||||||
| qt5-connectivity |  | ||||||
| qt5-datavis3d |  | ||||||
| qt5-declarative |  | ||||||
| qt5-doc |  | ||||||
| qt5-examples |  | ||||||
| qt5-gamepad |  | ||||||
| qt5-graphicaleffects |  | ||||||
| qt5-imageformats |  | ||||||
| qt5-location |  | ||||||
| qt5-multimedia |  | ||||||
| qt5-networkauth |  | ||||||
| qt5-quickcontrols |  | ||||||
| qt5-quickcontrols2 |  | ||||||
| qt5-remoteobjects |  | ||||||
| qt5-script |  | ||||||
| qt5-scxml |  | ||||||
| qt5-sensors |  | ||||||
| qt5-serialbus |  | ||||||
| qt5-serialport |  | ||||||
| qt5-speech |  | ||||||
| qt5-svg |  | ||||||
| qt5-tools |  | ||||||
| qt5-translations |  | ||||||
| qt5-virtualkeyboard |  | ||||||
| qt5-wayland |  | ||||||
| qt5-webchannel |  | ||||||
| qt5-webengine |  | ||||||
| qt5-webkit |  | ||||||
| qt5-websockets |  | ||||||
| qt5-webview |  | ||||||
| qt5-x11extras |  | ||||||
| qt5-xmlpatterns |  | ||||||
| adwaita-icon-theme |  | ||||||
| alsa-lib |  | ||||||
| apr |  | ||||||
| apr-util |  | ||||||
| atk |  | ||||||
| at-spi2-atk |  | ||||||
| at-spi2-core |  | ||||||
| boost |  | ||||||
| cairo |  | ||||||
| cantarell-fonts |  | ||||||
| check |  | ||||||
| compositeproto |  | ||||||
| damageproto |  | ||||||
| dbus-glib |  | ||||||
| dconf |  | ||||||
| desktop-file-utils |  | ||||||
| docbook-dsssl |  | ||||||
| docbook-sgml31 |  | ||||||
| docbook-utils |  | ||||||
| docbook-xml |  | ||||||
| docbook-xsl |  | ||||||
| double-conversion |  | ||||||
| doxygen |  | ||||||
| eventlog |  | ||||||
| fixesproto |  | ||||||
| fontconfig |  | ||||||
| fontsproto |  | ||||||
| freetype2 |  | ||||||
| gd |  | ||||||
| gdk-pixbuf2 |  | ||||||
| ghostscript |  | ||||||
| giflib |  | ||||||
| gnome-common |  | ||||||
| gobject-introspection |  | ||||||
| gptfdisk |  | ||||||
| graphite |  | ||||||
| graphviz |  | ||||||
| gsfonts |  | ||||||
| gtk3 |  | ||||||
| gtk-doc |  | ||||||
| gts |  | ||||||
| harfbuzz |  | ||||||
| hicolor-icon-theme |  | ||||||
| ijs |  | ||||||
| inputproto |  | ||||||
| intltool |  | ||||||
| itstool |  | ||||||
| jasper |  | ||||||
| jbig2dec |  | ||||||
| json-glib |  | ||||||
| kbproto |  | ||||||
| lcms2 |  | ||||||
| mesa |  | ||||||
| mtdev |  | ||||||
| net-snmp |  | ||||||
| openjade |  | ||||||
| opensp |  | ||||||
| pango |  | ||||||
| parted |  | ||||||
| pcre2 |  | ||||||
| perl-error |  | ||||||
| perl-xml-parser |  | ||||||
| perl-yaml |  | ||||||
| pixman |  | ||||||
| python2 |  | ||||||
| python |  | ||||||
| python-appdirs |  | ||||||
| python-beaker |  | ||||||
| python-mako |  | ||||||
| python-markupsafe |  | ||||||
| python-packaging |  | ||||||
| python-pyparsing |  | ||||||
| python-setuptools |  | ||||||
| python-six |  | ||||||
| randrproto |  | ||||||
| recordproto |  | ||||||
| renderproto |  | ||||||
| serf |  | ||||||
| sgml-common |  | ||||||
| shared-mime-info |  | ||||||
| source-highlight |  | ||||||
| speexdsp |  | ||||||
| tslib |  | ||||||
| v4l-utils |  | ||||||
| vala |  | ||||||
| valgrind |  | ||||||
| volume_key |  | ||||||
| vte3 |  | ||||||
| vte |  | ||||||
| wayland |  | ||||||
| wayland-protocols |  | ||||||
| xcb-proto |  | ||||||
| xcb-util |  | ||||||
| xcb-util-image |  | ||||||
| xcb-util-keysyms |  | ||||||
| xcb-util-renderutil |  | ||||||
| xcb-util-wm |  | ||||||
| xextproto |  | ||||||
| xf86vidmodeproto |  | ||||||
| xineramaproto |  | ||||||
| xkeyboard-config |  | ||||||
| xorg-bdftopcf |  | ||||||
| xorg-fonts-alias |  | ||||||
| xorg-fonts-encodings |  | ||||||
| xorg-fonts-misc |  | ||||||
| xorg-font-util |  | ||||||
| xorg-font-utils |  | ||||||
| xorg-mkfontdir |  | ||||||
| xorg-mkfontscale |  | ||||||
| xorg-setxkbmap |  | ||||||
| xorg-xkbcomp |  | ||||||
| xproto |  | ||||||
| yelp-tools |  | ||||||
| yelp-xsl |  | ||||||
| cmake |  | ||||||
| jemalloc |  | ||||||
| jsoncpp |  | ||||||
| fribidi |  | ||||||
| js |  | ||||||
| imagemagick |  | ||||||
| poppler |  | ||||||
| bc |  | ||||||
| xdg-utils |  | ||||||
| xf86-input-libinput |  | ||||||
| @@ -1,14 +0,0 @@ | |||||||
| # mkinitcpio preset file for the 'linux' package |  | ||||||
|  |  | ||||||
| ALL_config="/etc/mkinitcpio.conf" |  | ||||||
| ALL_kver="/boot/vmlinuz-@kernel@-@arch@" |  | ||||||
|  |  | ||||||
| PRESETS=('default' 'fallback') |  | ||||||
|  |  | ||||||
| #default_config="/etc/mkinitcpio.conf" |  | ||||||
| default_image="/boot/initramfs-@kernel@-@arch@.img" |  | ||||||
| #default_options="" |  | ||||||
|  |  | ||||||
| #fallback_config="/etc/mkinitcpio.conf" |  | ||||||
| fallback_image="/boot/initramfs-@kernel@-@arch@-fallback.img" |  | ||||||
| fallback_options="-S autodetect" |  | ||||||
| @@ -1,147 +0,0 @@ | |||||||
| # |  | ||||||
| # /etc/makepkg.conf |  | ||||||
| # |  | ||||||
|  |  | ||||||
| ######################################################################### |  | ||||||
| # SOURCE ACQUISITION |  | ||||||
| ######################################################################### |  | ||||||
| # |  | ||||||
| #-- The download utilities that makepkg should use to acquire sources |  | ||||||
| #  Format: 'protocol::agent' |  | ||||||
| DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u' |  | ||||||
|           'http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u' |  | ||||||
|           'https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u' |  | ||||||
|           'rsync::/usr/bin/rsync --no-motd -z %u %o' |  | ||||||
|           'scp::/usr/bin/scp -C %u %o') |  | ||||||
|  |  | ||||||
| # Other common tools: |  | ||||||
| # /usr/bin/snarf |  | ||||||
| # /usr/bin/lftpget -c |  | ||||||
| # /usr/bin/wget |  | ||||||
|  |  | ||||||
| #-- The package required by makepkg to download VCS sources |  | ||||||
| #  Format: 'protocol::package' |  | ||||||
| VCSCLIENTS=('bzr::bzr' |  | ||||||
|             'git::git' |  | ||||||
|             'hg::mercurial' |  | ||||||
|             'svn::subversion') |  | ||||||
|  |  | ||||||
| ######################################################################### |  | ||||||
| # ARCHITECTURE, COMPILE FLAGS |  | ||||||
| ######################################################################### |  | ||||||
| # |  | ||||||
| CARCH="i686" |  | ||||||
| CHOST="i686-pc-linux-gnu" |  | ||||||
|  |  | ||||||
| #-- Compiler and Linker Flags |  | ||||||
| # -march (or -mcpu) builds exclusively for an architecture |  | ||||||
| # -mtune optimizes for an architecture, but builds for whole processor family |  | ||||||
| CPPFLAGS="-D_FORTIFY_SOURCE=2" |  | ||||||
| CFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" |  | ||||||
| CXXFLAGS="-march=i686 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt" |  | ||||||
| LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now" |  | ||||||
| #-- Make Flags: change this for DistCC/SMP systems |  | ||||||
| #MAKEFLAGS="-j2" |  | ||||||
| #-- Debugging flags |  | ||||||
| DEBUG_CFLAGS="-g -fvar-tracking-assignments" |  | ||||||
| DEBUG_CXXFLAGS="-g -fvar-tracking-assignments" |  | ||||||
|  |  | ||||||
| ######################################################################### |  | ||||||
| # BUILD ENVIRONMENT |  | ||||||
| ######################################################################### |  | ||||||
| # |  | ||||||
| # Defaults: BUILDENV=(!distcc color !ccache check !sign) |  | ||||||
| #  A negated environment option will do the opposite of the comments below. |  | ||||||
| # |  | ||||||
| #-- distcc:   Use the Distributed C/C++/ObjC compiler |  | ||||||
| #-- color:    Colorize output messages |  | ||||||
| #-- ccache:   Use ccache to cache compilation |  | ||||||
| #-- check:    Run the check() function if present in the PKGBUILD |  | ||||||
| #-- sign:     Generate PGP signature file |  | ||||||
| # |  | ||||||
| BUILDENV=(!distcc color !ccache check !sign) |  | ||||||
| # |  | ||||||
| #-- If using DistCC, your MAKEFLAGS will also need modification. In addition, |  | ||||||
| #-- specify a space-delimited list of hosts running in the DistCC cluster. |  | ||||||
| #DISTCC_HOSTS="" |  | ||||||
| # |  | ||||||
| #-- Specify a directory for package building. |  | ||||||
| #BUILDDIR=/tmp/makepkg |  | ||||||
|  |  | ||||||
| ######################################################################### |  | ||||||
| # GLOBAL PACKAGE OPTIONS |  | ||||||
| #   These are default values for the options=() settings |  | ||||||
| ######################################################################### |  | ||||||
| # |  | ||||||
| # Default: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !optipng !upx !debug) |  | ||||||
| #  A negated option will do the opposite of the comments below. |  | ||||||
| # |  | ||||||
| #-- strip:      Strip symbols from binaries/libraries |  | ||||||
| #-- docs:       Save doc directories specified by DOC_DIRS |  | ||||||
| #-- libtool:    Leave libtool (.la) files in packages |  | ||||||
| #-- staticlibs: Leave static library (.a) files in packages |  | ||||||
| #-- emptydirs:  Leave empty directories in packages |  | ||||||
| #-- zipman:     Compress manual (man and info) pages in MAN_DIRS with gzip |  | ||||||
| #-- purge:      Remove files specified by PURGE_TARGETS |  | ||||||
| #-- upx:        Compress binary executable files using UPX |  | ||||||
| #-- optipng:    Optimize PNG images with optipng |  | ||||||
| #-- debug:      Add debugging flags as specified in DEBUG_* variables |  | ||||||
| # |  | ||||||
| OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !optipng !upx !debug) |  | ||||||
|  |  | ||||||
| #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512 |  | ||||||
| INTEGRITY_CHECK=(md5) |  | ||||||
| #-- Options to be used when stripping binaries. See `man strip' for details. |  | ||||||
| STRIP_BINARIES="--strip-all" |  | ||||||
| #-- Options to be used when stripping shared libraries. See `man strip' for details. |  | ||||||
| STRIP_SHARED="--strip-unneeded" |  | ||||||
| #-- Options to be used when stripping static libraries. See `man strip' for details. |  | ||||||
| STRIP_STATIC="--strip-debug" |  | ||||||
| #-- Manual (man and info) directories to compress (if zipman is specified) |  | ||||||
| MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info}) |  | ||||||
| #-- Doc directories to remove (if !docs is specified) |  | ||||||
| DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc}) |  | ||||||
| #-- Files to be removed from all packages (if purge is specified) |  | ||||||
| PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod) |  | ||||||
|  |  | ||||||
| ######################################################################### |  | ||||||
| # PACKAGE OUTPUT |  | ||||||
| ######################################################################### |  | ||||||
| # |  | ||||||
| # Default: put built package and cached source in build directory |  | ||||||
| # |  | ||||||
| #-- Destination: specify a fixed directory where all packages will be placed |  | ||||||
| #PKGDEST=/home/packages |  | ||||||
| #-- Source cache: specify a fixed directory where source files will be cached |  | ||||||
| #SRCDEST=/home/sources |  | ||||||
| #-- Source packages: specify a fixed directory where all src packages will be placed |  | ||||||
| #SRCPKGDEST=/home/srcpackages |  | ||||||
| #-- Log files: specify a fixed directory where all log files will be placed |  | ||||||
| #LOGDEST=/home/makepkglogs |  | ||||||
| #-- Packager: name/email of the person or organization building packages |  | ||||||
| #PACKAGER="John Doe <john@doe.com>" |  | ||||||
| #-- Specify a key to use for package signing |  | ||||||
| #GPGKEY="" |  | ||||||
|  |  | ||||||
| ######################################################################### |  | ||||||
| # COMPRESSION DEFAULTS |  | ||||||
| ######################################################################### |  | ||||||
| # |  | ||||||
| COMPRESSGZ=(gzip -c -f -n) |  | ||||||
| COMPRESSBZ2=(bzip2 -c -f) |  | ||||||
| COMPRESSXZ=(xz -c -z -) |  | ||||||
| COMPRESSLRZ=(lrzip -q) |  | ||||||
| COMPRESSLZO=(lzop -q) |  | ||||||
| COMPRESSZ=(compress -c -f) |  | ||||||
|  |  | ||||||
| ######################################################################### |  | ||||||
| # EXTENSION DEFAULTS |  | ||||||
| ######################################################################### |  | ||||||
| # |  | ||||||
| # WARNING: Do NOT modify these variables unless you know what you are |  | ||||||
| #          doing. |  | ||||||
| # |  | ||||||
| PKGEXT='.pkg.tar.xz' |  | ||||||
| SRCEXT='.src.tar.gz' |  | ||||||
|  |  | ||||||
| # vim: set ft=sh ts=2 sw=2 et: |  | ||||||
| @@ -34,7 +34,7 @@ Architecture = auto | |||||||
| #Color | #Color | ||||||
| #TotalDownload | #TotalDownload | ||||||
| CheckSpace | CheckSpace | ||||||
| #VerbosePkgLists | VerbosePkgLists | ||||||
|  |  | ||||||
| # By default, pacman accepts packages signed by keys that its local keyring | # By default, pacman accepts packages signed by keys that its local keyring | ||||||
| # trusts (see pacman-key and its man page), as well as unsigned packages. | # trusts (see pacman-key and its man page), as well as unsigned packages. | ||||||
| @@ -73,11 +73,9 @@ Include = /etc/pacman.d/mirrorlist | |||||||
| [galaxy] | [galaxy] | ||||||
| Include = /etc/pacman.d/mirrorlist | Include = /etc/pacman.d/mirrorlist | ||||||
|  |  | ||||||
| # An example of a custom package repository.  See the pacman manpage for | # | ||||||
| # tips on creating your own repositories. | # ARCHLINUX | ||||||
| #[custom] | # | ||||||
| #SigLevel = Optional TrustAll |  | ||||||
| #Server = file:///home/custompkgs |  | ||||||
|  |  | ||||||
| [extra] | [extra] | ||||||
| Include = /etc/pacman.d/mirrorlist-arch | Include = /etc/pacman.d/mirrorlist-arch | ||||||
|   | |||||||
| @@ -34,7 +34,7 @@ Architecture = auto | |||||||
| #Color | #Color | ||||||
| #TotalDownload | #TotalDownload | ||||||
| CheckSpace | CheckSpace | ||||||
| #VerbosePkgLists | VerbosePkgLists | ||||||
| 
 | 
 | ||||||
| # By default, pacman accepts packages signed by keys that its local keyring | # By default, pacman accepts packages signed by keys that its local keyring | ||||||
| # trusts (see pacman-key and its man page), as well as unsigned packages. | # trusts (see pacman-key and its man page), as well as unsigned packages. | ||||||
| @@ -64,29 +64,33 @@ LocalFileSigLevel = Optional | |||||||
| # The header [repo-name] is crucial - it must be present and | # The header [repo-name] is crucial - it must be present and | ||||||
| # uncommented to enable the repo. | # uncommented to enable the repo. | ||||||
| 
 | 
 | ||||||
| [system-testing] | [goblins] | ||||||
|  | Include = /etc/pacman.d/mirrorlist | ||||||
|  | 
 | ||||||
|  | [gremlins] | ||||||
| Include = /etc/pacman.d/mirrorlist | Include = /etc/pacman.d/mirrorlist | ||||||
| 
 | 
 | ||||||
| [system] | [system] | ||||||
| Include = /etc/pacman.d/mirrorlist | Include = /etc/pacman.d/mirrorlist | ||||||
| 
 | 
 | ||||||
| [world-testing] |  | ||||||
| Include = /etc/pacman.d/mirrorlist |  | ||||||
| 
 |  | ||||||
| [world] | [world] | ||||||
| Include = /etc/pacman.d/mirrorlist | Include = /etc/pacman.d/mirrorlist | ||||||
| 
 | 
 | ||||||
| [galaxy-testing] | [galaxy-goblins] | ||||||
|  | Include = /etc/pacman.d/mirrorlist | ||||||
|  | 
 | ||||||
|  | [galaxy-gremlins] | ||||||
| Include = /etc/pacman.d/mirrorlist | Include = /etc/pacman.d/mirrorlist | ||||||
| 
 | 
 | ||||||
| [galaxy] | [galaxy] | ||||||
| Include = /etc/pacman.d/mirrorlist | Include = /etc/pacman.d/mirrorlist | ||||||
| 
 | 
 | ||||||
| # An example of a custom package repository.  See the pacman manpage for | # | ||||||
| # tips on creating your own repositories. | # ARCHLINUX | ||||||
| #[custom] | # | ||||||
| #SigLevel = Optional TrustAll | 
 | ||||||
| #Server = file:///home/custompkgs | [staging] | ||||||
|  | Include = /etc/pacman.d/mirrorlist-arch | ||||||
| 
 | 
 | ||||||
| [testing] | [testing] | ||||||
| Include = /etc/pacman.d/mirrorlist-arch | Include = /etc/pacman.d/mirrorlist-arch | ||||||
| @@ -94,6 +98,9 @@ Include = /etc/pacman.d/mirrorlist-arch | |||||||
| [extra] | [extra] | ||||||
| Include = /etc/pacman.d/mirrorlist-arch | Include = /etc/pacman.d/mirrorlist-arch | ||||||
| 
 | 
 | ||||||
|  | [community-staging] | ||||||
|  | Include = /etc/pacman.d/mirrorlist-arch | ||||||
|  | 
 | ||||||
| [community-testing] | [community-testing] | ||||||
| Include = /etc/pacman.d/mirrorlist-arch | Include = /etc/pacman.d/mirrorlist-arch | ||||||
| 
 | 
 | ||||||
							
								
								
									
										96
									
								
								data/pacman-gremlins.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										96
									
								
								data/pacman-gremlins.conf
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,96 @@ | |||||||
|  | # | ||||||
|  | # /etc/pacman.conf | ||||||
|  | # | ||||||
|  | # See the pacman.conf(5) manpage for option and repository directives | ||||||
|  |  | ||||||
|  | # | ||||||
|  | # GENERAL OPTIONS | ||||||
|  | # | ||||||
|  | [options] | ||||||
|  | # The following paths are commented out with their default values listed. | ||||||
|  | # If you wish to use different paths, uncomment and update the paths. | ||||||
|  | #RootDir     = / | ||||||
|  | #DBPath      = /var/lib/pacman/ | ||||||
|  | #CacheDir    = /var/cache/pacman/pkg/ | ||||||
|  | #LogFile     = /var/log/pacman.log | ||||||
|  | #GPGDir      = /etc/pacman.d/gnupg/ | ||||||
|  | #HookDir     = /etc/pacman.d/hooks/ | ||||||
|  | HoldPkg     = pacman glibc | ||||||
|  | #XferCommand = /usr/bin/curl -C - -f %u > %o | ||||||
|  | #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u | ||||||
|  | #CleanMethod = KeepInstalled | ||||||
|  | #UseDelta    = 0.7 | ||||||
|  | Architecture = auto | ||||||
|  |  | ||||||
|  | # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup | ||||||
|  | #IgnorePkg   = | ||||||
|  | #IgnoreGroup = | ||||||
|  |  | ||||||
|  | #NoUpgrade   = | ||||||
|  | #NoExtract   = | ||||||
|  |  | ||||||
|  | # Misc options | ||||||
|  | #UseSyslog | ||||||
|  | #Color | ||||||
|  | #TotalDownload | ||||||
|  | CheckSpace | ||||||
|  | VerbosePkgLists | ||||||
|  |  | ||||||
|  | # By default, pacman accepts packages signed by keys that its local keyring | ||||||
|  | # trusts (see pacman-key and its man page), as well as unsigned packages. | ||||||
|  | SigLevel    = Required DatabaseOptional | ||||||
|  | LocalFileSigLevel = Optional | ||||||
|  | #RemoteFileSigLevel = Required | ||||||
|  |  | ||||||
|  | # NOTE: You must run `pacman-key --init` before first using pacman; the local | ||||||
|  | # keyring can then be populated with the keys of all official Artix Linux | ||||||
|  | # packagers with `pacman-key --populate archlinux cromnix`. | ||||||
|  |  | ||||||
|  | # | ||||||
|  | # REPOSITORIES | ||||||
|  | #   - can be defined here or included from another file | ||||||
|  | #   - pacman will search repositories in the order defined here | ||||||
|  | #   - local/custom mirrors can be added here or in separate files | ||||||
|  | #   - repositories listed first will take precedence when packages | ||||||
|  | #     have identical names, regardless of version number | ||||||
|  | #   - URLs will have $repo replaced by the name of the current repo | ||||||
|  | #   - URLs will have $arch replaced by the name of the architecture | ||||||
|  | # | ||||||
|  | # Repository entries are of the format: | ||||||
|  | #       [repo-name] | ||||||
|  | #       Server = ServerName | ||||||
|  | #       Include = IncludePath | ||||||
|  | # | ||||||
|  | # The header [repo-name] is crucial - it must be present and | ||||||
|  | # uncommented to enable the repo. | ||||||
|  |  | ||||||
|  | [gremlins] | ||||||
|  | Include = /etc/pacman.d/mirrorlist | ||||||
|  |  | ||||||
|  | [system] | ||||||
|  | Include = /etc/pacman.d/mirrorlist | ||||||
|  |  | ||||||
|  | [world] | ||||||
|  | Include = /etc/pacman.d/mirrorlist | ||||||
|  |  | ||||||
|  | [galaxy-gremlins] | ||||||
|  | Include = /etc/pacman.d/mirrorlist | ||||||
|  |  | ||||||
|  | [galaxy] | ||||||
|  | Include = /etc/pacman.d/mirrorlist | ||||||
|  |  | ||||||
|  | # | ||||||
|  | # ARCHLINUX | ||||||
|  | # | ||||||
|  |  | ||||||
|  | [testing] | ||||||
|  | Include = /etc/pacman.d/mirrorlist-arch | ||||||
|  |  | ||||||
|  | [extra] | ||||||
|  | Include = /etc/pacman.d/mirrorlist-arch | ||||||
|  |  | ||||||
|  | [community-testing] | ||||||
|  | Include = /etc/pacman.d/mirrorlist-arch | ||||||
|  |  | ||||||
|  | [community] | ||||||
|  | Include = /etc/pacman.d/mirrorlist-arch | ||||||
| @@ -34,7 +34,7 @@ Architecture = auto | |||||||
| #Color | #Color | ||||||
| #TotalDownload | #TotalDownload | ||||||
| CheckSpace | CheckSpace | ||||||
| #VerbosePkgLists | VerbosePkgLists | ||||||
| 
 | 
 | ||||||
| # By default, pacman accepts packages signed by keys that its local keyring | # By default, pacman accepts packages signed by keys that its local keyring | ||||||
| # trusts (see pacman-key and its man page), as well as unsigned packages. | # trusts (see pacman-key and its man page), as well as unsigned packages. | ||||||
| @@ -64,38 +64,42 @@ LocalFileSigLevel = Optional | |||||||
| # The header [repo-name] is crucial - it must be present and | # The header [repo-name] is crucial - it must be present and | ||||||
| # uncommented to enable the repo. | # uncommented to enable the repo. | ||||||
| 
 | 
 | ||||||
| [system-testing] | [goblins] | ||||||
|  | Include = /etc/pacman.d/mirrorlist | ||||||
|  | 
 | ||||||
|  | [gremlins] | ||||||
| Include = /etc/pacman.d/mirrorlist | Include = /etc/pacman.d/mirrorlist | ||||||
| 
 | 
 | ||||||
| [system] | [system] | ||||||
| Include = /etc/pacman.d/mirrorlist | Include = /etc/pacman.d/mirrorlist | ||||||
| 
 | 
 | ||||||
| [world-testing] |  | ||||||
| Include = /etc/pacman.d/mirrorlist |  | ||||||
| 
 |  | ||||||
| [world] | [world] | ||||||
| Include = /etc/pacman.d/mirrorlist | Include = /etc/pacman.d/mirrorlist | ||||||
| 
 | 
 | ||||||
| [galaxy-testing] | [galaxy-goblins] | ||||||
|  | Include = /etc/pacman.d/mirrorlist | ||||||
|  | 
 | ||||||
|  | [galaxy-gremlins] | ||||||
| Include = /etc/pacman.d/mirrorlist | Include = /etc/pacman.d/mirrorlist | ||||||
| 
 | 
 | ||||||
| [galaxy] | [galaxy] | ||||||
| Include = /etc/pacman.d/mirrorlist | Include = /etc/pacman.d/mirrorlist | ||||||
| 
 | 
 | ||||||
| # If you want to run 32 bit applications on your x86_64 system, | [lib32-goblins] | ||||||
| # enable the lib32 repositories as required here. | Include = /etc/pacman.d/mirrorlist | ||||||
| 
 | 
 | ||||||
| [lib32-testing] | [lib32-gremlins] | ||||||
| Include = /etc/pacman.d/mirrorlist | Include = /etc/pacman.d/mirrorlist | ||||||
| 
 | 
 | ||||||
| [lib32] | [lib32] | ||||||
| Include = /etc/pacman.d/mirrorlist | Include = /etc/pacman.d/mirrorlist | ||||||
| 
 | 
 | ||||||
| # An example of a custom package repository.  See the pacman manpage for | #  | ||||||
| # tips on creating your own repositories. | # ARCHLINUX | ||||||
| #[custom] | # | ||||||
| #SigLevel = Optional TrustAll | 
 | ||||||
| #Server = file:///home/custompkgs | [staging] | ||||||
|  | Include = /etc/pacman.d/mirrorlist-arch | ||||||
| 
 | 
 | ||||||
| [testing] | [testing] | ||||||
| Include = /etc/pacman.d/mirrorlist-arch | Include = /etc/pacman.d/mirrorlist-arch | ||||||
| @@ -103,12 +107,18 @@ Include = /etc/pacman.d/mirrorlist-arch | |||||||
| [extra] | [extra] | ||||||
| Include = /etc/pacman.d/mirrorlist-arch | Include = /etc/pacman.d/mirrorlist-arch | ||||||
| 
 | 
 | ||||||
|  | [community-staging] | ||||||
|  | Include = /etc/pacman.d/mirrorlist-arch | ||||||
|  | 
 | ||||||
| [community-testing] | [community-testing] | ||||||
| Include = /etc/pacman.d/mirrorlist-arch | Include = /etc/pacman.d/mirrorlist-arch | ||||||
| 
 | 
 | ||||||
| [community] | [community] | ||||||
| Include = /etc/pacman.d/mirrorlist-arch | Include = /etc/pacman.d/mirrorlist-arch | ||||||
| 
 | 
 | ||||||
|  | [multilib-staging] | ||||||
|  | Include = /etc/pacman.d/mirrorlist-arch | ||||||
|  | 
 | ||||||
| [multilib-testing] | [multilib-testing] | ||||||
| Include = /etc/pacman.d/mirrorlist-arch | Include = /etc/pacman.d/mirrorlist-arch | ||||||
| 
 | 
 | ||||||
							
								
								
									
										108
									
								
								data/pacman-lib32-gremlins.conf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										108
									
								
								data/pacman-lib32-gremlins.conf
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,108 @@ | |||||||
|  | # | ||||||
|  | # /etc/pacman.conf | ||||||
|  | # | ||||||
|  | # See the pacman.conf(5) manpage for option and repository directives | ||||||
|  |  | ||||||
|  | # | ||||||
|  | # GENERAL OPTIONS | ||||||
|  | # | ||||||
|  | [options] | ||||||
|  | # The following paths are commented out with their default values listed. | ||||||
|  | # If you wish to use different paths, uncomment and update the paths. | ||||||
|  | #RootDir     = / | ||||||
|  | #DBPath      = /var/lib/pacman/ | ||||||
|  | #CacheDir    = /var/cache/pacman/pkg/ | ||||||
|  | #LogFile     = /var/log/pacman.log | ||||||
|  | #GPGDir      = /etc/pacman.d/gnupg/ | ||||||
|  | #HookDir     = /etc/pacman.d/hooks/ | ||||||
|  | HoldPkg     = pacman glibc | ||||||
|  | #XferCommand = /usr/bin/curl -C - -f %u > %o | ||||||
|  | #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u | ||||||
|  | #CleanMethod = KeepInstalled | ||||||
|  | #UseDelta    = 0.7 | ||||||
|  | Architecture = auto | ||||||
|  |  | ||||||
|  | # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup | ||||||
|  | #IgnorePkg   = | ||||||
|  | #IgnoreGroup = | ||||||
|  |  | ||||||
|  | #NoUpgrade   = | ||||||
|  | #NoExtract   = | ||||||
|  |  | ||||||
|  | # Misc options | ||||||
|  | #UseSyslog | ||||||
|  | #Color | ||||||
|  | #TotalDownload | ||||||
|  | CheckSpace | ||||||
|  | VerbosePkgLists | ||||||
|  |  | ||||||
|  | # By default, pacman accepts packages signed by keys that its local keyring | ||||||
|  | # trusts (see pacman-key and its man page), as well as unsigned packages. | ||||||
|  | SigLevel    = Required DatabaseOptional | ||||||
|  | LocalFileSigLevel = Optional | ||||||
|  | #RemoteFileSigLevel = Required | ||||||
|  |  | ||||||
|  | # NOTE: You must run `pacman-key --init` before first using pacman; the local | ||||||
|  | # keyring can then be populated with the keys of all official Artix Linux | ||||||
|  | # packagers with `pacman-key --populate archlinux cromnix`. | ||||||
|  |  | ||||||
|  | # | ||||||
|  | # REPOSITORIES | ||||||
|  | #   - can be defined here or included from another file | ||||||
|  | #   - pacman will search repositories in the order defined here | ||||||
|  | #   - local/custom mirrors can be added here or in separate files | ||||||
|  | #   - repositories listed first will take precedence when packages | ||||||
|  | #     have identical names, regardless of version number | ||||||
|  | #   - URLs will have $repo replaced by the name of the current repo | ||||||
|  | #   - URLs will have $arch replaced by the name of the architecture | ||||||
|  | # | ||||||
|  | # Repository entries are of the format: | ||||||
|  | #       [repo-name] | ||||||
|  | #       Server = ServerName | ||||||
|  | #       Include = IncludePath | ||||||
|  | # | ||||||
|  | # The header [repo-name] is crucial - it must be present and | ||||||
|  | # uncommented to enable the repo. | ||||||
|  |  | ||||||
|  | [gremlins] | ||||||
|  | Include = /etc/pacman.d/mirrorlist | ||||||
|  |  | ||||||
|  | [system] | ||||||
|  | Include = /etc/pacman.d/mirrorlist | ||||||
|  |  | ||||||
|  | [world] | ||||||
|  | Include = /etc/pacman.d/mirrorlist | ||||||
|  |  | ||||||
|  | [galaxy-gremlins] | ||||||
|  | Include = /etc/pacman.d/mirrorlist | ||||||
|  |  | ||||||
|  | [galaxy] | ||||||
|  | Include = /etc/pacman.d/mirrorlist | ||||||
|  |  | ||||||
|  | [lib32-gremlins] | ||||||
|  | Include = /etc/pacman.d/mirrorlist | ||||||
|  |  | ||||||
|  | [lib32] | ||||||
|  | Include = /etc/pacman.d/mirrorlist | ||||||
|  |  | ||||||
|  | #  | ||||||
|  | # ARCHLINUX | ||||||
|  | # | ||||||
|  |  | ||||||
|  | [testing] | ||||||
|  | Include = /etc/pacman.d/mirrorlist-arch | ||||||
|  |  | ||||||
|  | [extra] | ||||||
|  | Include = /etc/pacman.d/mirrorlist-arch | ||||||
|  |  | ||||||
|  | [community-testing] | ||||||
|  | Include = /etc/pacman.d/mirrorlist-arch | ||||||
|  |  | ||||||
|  | [community] | ||||||
|  | Include = /etc/pacman.d/mirrorlist-arch | ||||||
|  |  | ||||||
|  | [multilib-testing] | ||||||
|  | Include = /etc/pacman.d/mirrorlist-arch | ||||||
|  |  | ||||||
|  | [multilib] | ||||||
|  | Include = /etc/pacman.d/mirrorlist-arch | ||||||
| @@ -34,7 +34,7 @@ Architecture = auto | |||||||
| #Color | #Color | ||||||
| #TotalDownload | #TotalDownload | ||||||
| CheckSpace | CheckSpace | ||||||
| #VerbosePkgLists | VerbosePkgLists | ||||||
|  |  | ||||||
| # By default, pacman accepts packages signed by keys that its local keyring | # By default, pacman accepts packages signed by keys that its local keyring | ||||||
| # trusts (see pacman-key and its man page), as well as unsigned packages. | # trusts (see pacman-key and its man page), as well as unsigned packages. | ||||||
| @@ -73,17 +73,12 @@ Include = /etc/pacman.d/mirrorlist | |||||||
| [galaxy] | [galaxy] | ||||||
| Include = /etc/pacman.d/mirrorlist | Include = /etc/pacman.d/mirrorlist | ||||||
|  |  | ||||||
| # If you want to run 32 bit applications on your x86_64 system, |  | ||||||
| # enable the lib32 repositories as required here. |  | ||||||
|  |  | ||||||
| [lib32] | [lib32] | ||||||
| Include = /etc/pacman.d/mirrorlist | Include = /etc/pacman.d/mirrorlist | ||||||
|  |  | ||||||
| # An example of a custom package repository.  See the pacman manpage for | #  | ||||||
| # tips on creating your own repositories. | # ARCHLINUX | ||||||
| #[custom] | # | ||||||
| #SigLevel = Optional TrustAll |  | ||||||
| #Server = file:///home/custompkgs |  | ||||||
|  |  | ||||||
| [extra] | [extra] | ||||||
| Include = /etc/pacman.d/mirrorlist-arch | Include = /etc/pacman.d/mirrorlist-arch | ||||||
|   | |||||||
| @@ -1,5 +1,5 @@ | |||||||
| --- /dev/null
 | --- /dev/null
 | ||||||
| +++ b/bash/artix.bashrc
 | +++ b/artix.bashrc
 | ||||||
| @@ -0,0 +1,46 @@
 | @@ -0,0 +1,46 @@
 | ||||||
| +use_color=true
 | +use_color=true
 | ||||||
| +
 | +
 | ||||||
| @@ -47,3 +47,41 @@ | |||||||
| +fi
 | +fi
 | ||||||
| +
 | +
 | ||||||
| +unset use_color safe_term match_lhs sh
 | +unset use_color safe_term match_lhs sh
 | ||||||
|  | --- a/dot.bashrc
 | ||||||
|  | +++ b/dot.bashrc
 | ||||||
|  | @@ -5,5 +5,5 @@
 | ||||||
|  |  # If not running interactively, don't do anything | ||||||
|  |  [[ $- != *i* ]] && return | ||||||
|  | 
 | ||||||
|  | -alias ls='ls --color=auto'
 | ||||||
|  | -PS1='[\u@\h \W]\$ '
 | ||||||
|  | +# alias ls='ls --color=auto'
 | ||||||
|  | +# PS1='[\u@\h \W]\$ '
 | ||||||
|  | 
 | ||||||
|  | --- a/system.bashrc
 | ||||||
|  | +++ a/system.bashrc
 | ||||||
|  | @@ -1,5 +1,5 @@
 | ||||||
|  |  # | ||||||
|  | -# /etc/bash.bashrc
 | ||||||
|  | +# /etc/bash/bashrc
 | ||||||
|  |  # | ||||||
|  | 
 | ||||||
|  |  # If not running interactively, don't do anything | ||||||
|  | @@ -19,4 +19,8 @@
 | ||||||
|  |      ;; | ||||||
|  |  esac | ||||||
|  | 
 | ||||||
|  | +for sh in /etc/bash/bashrc.d/*.bashrc ; do
 | ||||||
|  | +	[[ -r ${sh} ]] && source "${sh}"
 | ||||||
|  | +done
 | ||||||
|  | +
 | ||||||
|  |  [ -r /usr/share/bash-completion/bash_completion   ] && . /usr/share/bash-completion/bash_completion | ||||||
|  | 
 | ||||||
|  | --- a/system.bash_logout
 | ||||||
|  | +++ a/system.bash_logout
 | ||||||
|  | @@ -1,3 +1,3 @@
 | ||||||
|  |  # | ||||||
|  | -# /etc/bash.bash_logout
 | ||||||
|  | +# /etc/bash/bash_logout
 | ||||||
|  |  # | ||||||
|  | 
 | ||||||
| @@ -1,11 +0,0 @@ | |||||||
| --- a/bash/dot.bashrc |  | ||||||
| +++ b/bash/dot.bashrc |  | ||||||
| @@ -5,5 +5,5 @@ |  | ||||||
|  # If not running interactively, don't do anything |  | ||||||
|  [[ $- != *i* ]] && return |  | ||||||
|  |  | ||||||
| -alias ls='ls --color=auto' |  | ||||||
| -PS1='[\u@\h \W]\$ ' |  | ||||||
| +# alias ls='ls --color=auto' |  | ||||||
| +# PS1='[\u@\h \W]\$ ' |  | ||||||
|  |  | ||||||
| @@ -1,19 +0,0 @@ | |||||||
| --- a/bash/system.bashrc |  | ||||||
| +++ a/bash/system.bashrc |  | ||||||
| @@ -1,5 +1,5 @@ |  | ||||||
|  # |  | ||||||
| -# /etc/bash.bashrc |  | ||||||
| +# /etc/bash/bashrc |  | ||||||
|  # |  | ||||||
|  |  | ||||||
|  # If not running interactively, don't do anything |  | ||||||
| @@ -19,4 +19,8 @@ |  | ||||||
|      ;; |  | ||||||
|  esac |  | ||||||
|  |  | ||||||
| +for sh in /etc/bash/bashrc.d/*.bashrc ; do |  | ||||||
| +	[[ -r ${sh} ]] && source "${sh}" |  | ||||||
| +done |  | ||||||
| + |  | ||||||
|  [ -r /usr/share/bash-completion/bash_completion   ] && . /usr/share/bash-completion/bash_completion |  | ||||||
|  |  | ||||||
| @@ -1,8 +0,0 @@ | |||||||
| --- a/bash/system.bash_logout |  | ||||||
| +++ a/bash/system.bash_logout |  | ||||||
| @@ -1,3 +1,3 @@ |  | ||||||
|  # |  | ||||||
| -# /etc/bash.bash_logout |  | ||||||
| +# /etc/bash/bash_logout |  | ||||||
|  # |  | ||||||
|  |  | ||||||
| @@ -102,7 +102,7 @@ _mnt_dev() { | |||||||
| _verify_checksum() { | _verify_checksum() { | ||||||
|     local _status |     local _status | ||||||
|     cd "/run/artix/bootmnt/${artixbasedir}/${arch}" |     cd "/run/artix/bootmnt/${artixbasedir}/${arch}" | ||||||
|     md5sum -c $1.md5 > /tmp/checksum.log 2>&1 |     sha512sum -c $1.sha512 > /tmp/checksum.log 2>&1 | ||||||
|     _status=$? |     _status=$? | ||||||
|     cd "${OLDPWD}" |     cd "${OLDPWD}" | ||||||
|     return ${_status} |     return ${_status} | ||||||
| @@ -160,7 +160,7 @@ artix_mount_handler() { | |||||||
|     if [[ "${checksum}" == "y" ]]; then |     if [[ "${checksum}" == "y" ]]; then | ||||||
|         for fs in rootfs desktopfs livefs;do |         for fs in rootfs desktopfs livefs;do | ||||||
|             if [[ -f "/run/artix/bootmnt/${artixbasedir}/${arch}/${fs}.sfs" ]]; then |             if [[ -f "/run/artix/bootmnt/${artixbasedir}/${arch}/${fs}.sfs" ]]; then | ||||||
|                 if [[ -f "/run/artix/bootmnt/${artixbasedir}/${arch}/${fs}.md5" ]]; then |                 if [[ -f "/run/artix/bootmnt/${artixbasedir}/${arch}/${fs}.sha512" ]]; then | ||||||
|                     msg -n ":: Self-test requested, please wait..." |                     msg -n ":: Self-test requested, please wait..." | ||||||
|                     if _verify_checksum "${fs}"; then |                     if _verify_checksum "${fs}"; then | ||||||
|                         msg "done. Checksum is OK, continue booting." |                         msg "done. Checksum is OK, continue booting." | ||||||
| @@ -170,7 +170,7 @@ artix_mount_handler() { | |||||||
|                         launch_interactive_shell |                         launch_interactive_shell | ||||||
|                     fi |                     fi | ||||||
|                 else |                 else | ||||||
|                     echo "ERROR: checksum=y option specified but ${artixbasedir}/${arch}/${fs}.md5 not found" |                     echo "ERROR: checksum=y option specified but ${artixbasedir}/${arch}/${fs}.sha512 not found" | ||||||
|                     launch_interactive_shell |                     launch_interactive_shell | ||||||
|                 fi |                 fi | ||||||
|             fi |             fi | ||||||
|   | |||||||
| @@ -13,6 +13,7 @@ declare -A pseudofs_types=([anon_inodefs]=1 | |||||||
|                         [bdev]=1 |                         [bdev]=1 | ||||||
|                         [binfmt_misc]=1 |                         [binfmt_misc]=1 | ||||||
|                         [cgroup]=1 |                         [cgroup]=1 | ||||||
|  |                         [cgroup2]=1 | ||||||
|                         [configfs]=1 |                         [configfs]=1 | ||||||
|                         [cpuset]=1 |                         [cpuset]=1 | ||||||
|                         [debugfs]=1 |                         [debugfs]=1 | ||||||
| @@ -72,7 +73,7 @@ valid_number_of_base() { | |||||||
| mangle() { | mangle() { | ||||||
|     local i= chr= out= |     local i= chr= out= | ||||||
|  |  | ||||||
|     unset {a..f} {A..F} |     local {a..f}= {A..F}= | ||||||
|  |  | ||||||
|     for (( i = 0; i < ${#1}; i++ )); do |     for (( i = 0; i < ${#1}; i++ )); do | ||||||
|         chr=${1:i:1} |         chr=${1:i:1} | ||||||
| @@ -91,7 +92,7 @@ mangle() { | |||||||
| unmangle() { | unmangle() { | ||||||
|     local i= chr= out= len=$(( ${#1} - 4 )) |     local i= chr= out= len=$(( ${#1} - 4 )) | ||||||
|  |  | ||||||
|     unset {a..f} {A..F} |     local {a..f}= {A..F}= | ||||||
|  |  | ||||||
|     for (( i = 0; i < len; i++ )); do |     for (( i = 0; i < len; i++ )); do | ||||||
|         chr=${1:i:1} |         chr=${1:i:1} | ||||||
|   | |||||||
| @@ -52,6 +52,7 @@ configure_grub(){ | |||||||
|     sed -e "s|@arch@|${target_arch}|g" \ |     sed -e "s|@arch@|${target_arch}|g" \ | ||||||
|         -e "s|@iso_label@|${iso_label}|" \ |         -e "s|@iso_label@|${iso_label}|" \ | ||||||
|         -e "s|@iso_name@|${iso_name}|g" \ |         -e "s|@iso_name@|${iso_name}|g" \ | ||||||
|  |         -e "s|@kernel_args@|${kernel_args}|g" \ | ||||||
|         -i $conf |         -i $conf | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -44,21 +44,19 @@ load_profile(){ | |||||||
|     [[ -z ${password} ]] && password="artix" |     [[ -z ${password} ]] && password="artix" | ||||||
|  |  | ||||||
|     if [[ -z ${addgroups} ]];then |     if [[ -z ${addgroups} ]];then | ||||||
|         addgroups="video,power,storage,optical,network,lp,scanner,wheel,users" |         addgroups="video,power,storage,optical,network,lp,scanner,wheel,users,audio" | ||||||
|     fi |     fi | ||||||
|  |  | ||||||
|     if [[ -z ${openrc_boot[@]} ]];then |     if [[ -z ${services[@]} ]];then | ||||||
|         openrc_boot=('elogind') |         services=('acpid' 'bluetooth' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager') | ||||||
|     fi |     fi | ||||||
|  |  | ||||||
|     if [[ -z ${openrc_default[@]} ]];then |     [[ ${displaymanager} != "none" ]] && services+=('xdm') | ||||||
|         openrc_default=('acpid' 'bluetooth' 'cronie' 'cupsd' 'dbus' 'syslog-ng' 'NetworkManager') |      | ||||||
|  |     if [[ -z ${services_live[@]} ]];then | ||||||
|  |         services_live=('artix-live' 'pacman-init') | ||||||
|     fi |     fi | ||||||
|      |      | ||||||
|     [[ ${displaymanager} != "none" ]] && openrc_default+=('xdm') |  | ||||||
|  |  | ||||||
|     enable_live=('artix-live' 'pacman-init') |  | ||||||
|  |  | ||||||
|     [[ -z ${netgroups_url} ]] && netgroups_url="https://raw.githubusercontent.com/artix-linux/netgroups/master" |     [[ -z ${netgroups_url} ]] && netgroups_url="https://raw.githubusercontent.com/artix-linux/netgroups/master" | ||||||
|  |  | ||||||
|     return 0 |     return 0 | ||||||
| @@ -84,9 +82,8 @@ write_live_session_conf(){ | |||||||
|     echo "addgroups='${addgroups}'" >> ${conf} |     echo "addgroups='${addgroups}'" >> ${conf} | ||||||
| } | } | ||||||
|  |  | ||||||
| # $1: file name |  | ||||||
| load_pkgs(){ | load_pkgs(){ | ||||||
|     local pkglist="$1" arch="$2" init="$3" _kv="$4" |     local pkglist="$1" init="$2" _kv="$3" | ||||||
|     info "Loading Packages: [%s] ..." "${pkglist##*/}" |     info "Loading Packages: [%s] ..." "${pkglist##*/}" | ||||||
|  |  | ||||||
|     local _init="s|>$init||g" |     local _init="s|>$init||g" | ||||||
| @@ -96,13 +93,6 @@ load_pkgs(){ | |||||||
|         'runit') _init_rm1="s|>s6.*||g"; _init_rm2="s|>openrc.*||g" ;; |         'runit') _init_rm1="s|>s6.*||g"; _init_rm2="s|>openrc.*||g" ;; | ||||||
|     esac |     esac | ||||||
|  |  | ||||||
|     local _arch="s|>x86_64||g" _arch_rm="s|>i686.*||g" |  | ||||||
|  |  | ||||||
|     if [[ "$arch" == 'i686' ]];then |  | ||||||
|         _arch="s|>i686||g" |  | ||||||
|         _arch_rm="s|>x86_64.*||g" |  | ||||||
|     fi |  | ||||||
|  |  | ||||||
|     local _blacklist="s|>blacklist.*||g" \ |     local _blacklist="s|>blacklist.*||g" \ | ||||||
|         _kernel="s|KERNEL|$_kv|g" \ |         _kernel="s|KERNEL|$_kv|g" \ | ||||||
|         _space="s| ||g" \ |         _space="s| ||g" \ | ||||||
| @@ -116,8 +106,6 @@ load_pkgs(){ | |||||||
|             | sed "$_init" \ |             | sed "$_init" \ | ||||||
|             | sed "$_init_rm1" \ |             | sed "$_init_rm1" \ | ||||||
|             | sed "$_init_rm2" \ |             | sed "$_init_rm2" \ | ||||||
|             | sed "$_arch" \ |  | ||||||
|             | sed "$_arch_rm" \ |  | ||||||
|             | sed "$_kernel" \ |             | sed "$_kernel" \ | ||||||
|             | sed "$_clean")) |             | sed "$_clean")) | ||||||
| } | } | ||||||
|   | |||||||
| @@ -17,7 +17,7 @@ connect(){ | |||||||
| gen_webseed(){ | gen_webseed(){ | ||||||
|     local webseed seed="$1" |     local webseed seed="$1" | ||||||
|     for mirror in ${host_mirrors[@]};do |     for mirror in ${host_mirrors[@]};do | ||||||
|         webseed=${webseed:-}${webseed:+,}"http://${mirror}.dl.${seed}" |         webseed=${webseed:-}${webseed:+,}"https://${mirror}.dl.${seed}" | ||||||
|     done |     done | ||||||
|     echo ${webseed} |     echo ${webseed} | ||||||
| } | } | ||||||
| @@ -27,9 +27,10 @@ make_torrent(){ | |||||||
|  |  | ||||||
|     if [[ -n $(find ${src_dir} -type f -name "*.iso") ]]; then |     if [[ -n $(find ${src_dir} -type f -name "*.iso") ]]; then | ||||||
|         for iso in $(ls ${src_dir}/*.iso);do |         for iso in $(ls ${src_dir}/*.iso);do | ||||||
|             local seed=${file_host}/project/${project}/${target_dir}/${iso##*/} |             local seed=${file_host}/project/${project}${target_dir}${iso##*/} | ||||||
|             local mktorrent_args=(-c "${torrent_meta}" -p -l ${piece_size} -a ${tracker_url} -w $(gen_webseed ${seed})) |             local mktorrent_args=(-c "${torrent_meta}" -p -l ${piece_size} -a ${tracker_url} -w $(gen_webseed ${seed})) | ||||||
|             ${verbose} && mktorrent_args+=(-v) |             ${verbose} && mktorrent_args+=(-v) | ||||||
|  |             info "mktorrent_args: %s" "${mktorrent_args[@]}" | ||||||
|             msg2 "Creating (%s) ..." "${iso##*/}.torrent" |             msg2 "Creating (%s) ..." "${iso##*/}.torrent" | ||||||
|             mktorrent ${mktorrent_args[*]} -o ${iso}.torrent ${iso} |             mktorrent ${mktorrent_args[*]} -o ${iso}.torrent ${iso} | ||||||
|         done |         done | ||||||
| @@ -38,7 +39,7 @@ make_torrent(){ | |||||||
|  |  | ||||||
| prepare_transfer(){ | prepare_transfer(){ | ||||||
|     target_dir="/iso/${profile}/" |     target_dir="/iso/${profile}/" | ||||||
|     src_dir="${cache_dir_iso}/${profile}/" |     src_dir="${iso_pool}/${profile}/" | ||||||
|     ${torrent} && make_torrent |     ${torrent} && make_torrent | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
| @@ -9,24 +9,14 @@ | |||||||
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
| # GNU General Public License for more details. | # GNU General Public License for more details. | ||||||
|  |  | ||||||
| get_preset(){ |  | ||||||
|     local p=${tmp_dir}/${kernel}.preset |  | ||||||
|     cp ${DATADIR}/linux.preset $p |  | ||||||
|     sed -e "s|@kernel@|$kernel|g" \ |  | ||||||
|         -e "s|@arch@|${target_arch}|g"\ |  | ||||||
|         -i $p |  | ||||||
|     echo $p |  | ||||||
| } |  | ||||||
|  |  | ||||||
| write_bootloader_conf(){ | write_bootloader_conf(){ | ||||||
|     local conf="$1/bootloader.conf" efi_boot_loader='grub' |     local conf="$1/bootloader.conf" | ||||||
|     msg2 "Writing %s ..." "${conf##*/}" |     msg2 "Writing %s ..." "${conf##*/}" | ||||||
|     source "$(get_preset)" |  | ||||||
|     echo '---' > "$conf" |     echo '---' > "$conf" | ||||||
|     echo "efiBootLoader: \"${efi_boot_loader}\"" >> "$conf" |     echo "efiBootLoader: \"grub\"" >> "$conf" | ||||||
|     echo "kernel: \"${ALL_kver#*/boot}\"" >> "$conf" |     echo "kernel: \"/vmlinuz-$kernel-${target_arch}\"" >> "$conf" | ||||||
|     echo "img: \"${default_image#*/boot}\"" >> "$conf" |     echo "img: \"/initramfs-$kernel-${target_arch}.img\"" >> "$conf" | ||||||
|     echo "fallback: \"${fallback_image#*/boot}\"" >> "$conf" |     echo "fallback: \"/initramfs-$kernel-${target_arch}-fallback.img\"" >> "$conf" | ||||||
|     echo 'timeout: "10"' >> "$conf" |     echo 'timeout: "10"' >> "$conf" | ||||||
|     echo "kernelLine: \", with ${kernel}\"" >> "$conf" |     echo "kernelLine: \", with ${kernel}\"" >> "$conf" | ||||||
|     echo "fallbackKernelLine: \", with ${kernel} (fallback initramfs)\"" >> "$conf" |     echo "fallbackKernelLine: \", with ${kernel} (fallback initramfs)\"" >> "$conf" | ||||||
| @@ -43,11 +33,7 @@ write_servicescfg_conf(){ | |||||||
|     echo '' >> "$conf" |     echo '' >> "$conf" | ||||||
|     echo 'services:' >> "$conf" |     echo 'services:' >> "$conf" | ||||||
|     echo '    enabled:' >> "$conf" |     echo '    enabled:' >> "$conf" | ||||||
|     for s in ${openrc_boot[@]};do |     for s in ${services[@]};do | ||||||
|         echo "      - name: $s" >> "$conf" |  | ||||||
|         echo '        runlevel: boot' >> "$conf" |  | ||||||
|     done |  | ||||||
|     for s in ${openrc_default[@]};do |  | ||||||
|         echo "      - name: $s" >> "$conf" |         echo "      - name: $s" >> "$conf" | ||||||
|         echo '        runlevel: default' >> "$conf" |         echo '        runlevel: default' >> "$conf" | ||||||
|     done |     done | ||||||
| @@ -86,17 +72,33 @@ write_netinstall_conf(){ | |||||||
|     echo "groupsUrl: ${netgroups}" >> "$conf" |     echo "groupsUrl: ${netgroups}" >> "$conf" | ||||||
| } | } | ||||||
|  |  | ||||||
|  | write_unpack_conf(){ | ||||||
|  |     local conf="$1/unpackfs.conf" | ||||||
|  |     msg2 "Writing %s ..." "${conf##*/}" | ||||||
|  |     echo "---" > "$conf" | ||||||
|  |     echo "unpack:" >> "$conf" | ||||||
|  |     echo "    - source: \"/run/${iso_name}/bootmnt/${iso_name}/${target_arch}/rootfs.sfs\"" >> "$conf" | ||||||
|  |     echo "      sourcefs: \"squashfs\"" >> "$conf" | ||||||
|  |     echo "      destination: \"\"" >> "$conf" | ||||||
|  |     if [[ -f "${desktop_list}" ]] ; then | ||||||
|  |         echo "    - source: \"/run/${iso_name}/bootmnt/${iso_name}/${target_arch}/desktopfs.sfs\"" >> "$conf" | ||||||
|  |         echo "      sourcefs: \"squashfs\"" >> "$conf" | ||||||
|  |         echo "      destination: \"\"" >> "$conf" | ||||||
|  |     fi | ||||||
|  | } | ||||||
|  |  | ||||||
| configure_calamares(){ | configure_calamares(){ | ||||||
|     local modules_dir="$1" |     local dest="$1" mods="$1/etc/calamares/modules" | ||||||
|     if [[ -d $modules_dir ]];then |     if [[ -d $dest/etc/calamares/modules ]];then | ||||||
|         info "Configuring [Calamares]" |         info "Configuring [Calamares]" | ||||||
|         write_users_conf "$modules_dir" |         write_netinstall_conf "$mods" | ||||||
|         write_netinstall_conf "$modules_dir" |         write_unpack_conf "$mods" | ||||||
|         write_initcpio_conf "$modules_dir" |         write_users_conf "$mods" | ||||||
|  |         write_initcpio_conf "$mods" | ||||||
|         case ${initsys} in |         case ${initsys} in | ||||||
|             'openrc') write_servicescfg_conf "$modules_dir" ;; |             'openrc') write_servicescfg_conf "$mods" ;; | ||||||
|         esac |         esac | ||||||
|         write_bootloader_conf "$modules_dir" |         write_bootloader_conf "$mods" | ||||||
|         info "Done configuring [Calamares]" |         info "Done configuring [Calamares]" | ||||||
|     fi |     fi | ||||||
| } | } | ||||||
|   | |||||||
| @@ -86,9 +86,9 @@ error_function() { | |||||||
|  |  | ||||||
| # $1: function | # $1: function | ||||||
| run_log(){ | run_log(){ | ||||||
|     local func="$1" |     local func="$1" log_dir='/var/log/artools' | ||||||
|     local logfile=${log_dir}/$(gen_iso_fn).$func.log |     local logfile=${log_dir}/$(gen_iso_fn).$func.log | ||||||
|     logpipe=$(mktemp -u "${tmp_dir}/$func.pipe.XXXXXXXX") |     logpipe=$(mktemp -u "/tmp/$func.pipe.XXXXXXXX") | ||||||
|     mkfifo "$logpipe" |     mkfifo "$logpipe" | ||||||
|     tee "$logfile" < "$logpipe" & |     tee "$logfile" < "$logpipe" & | ||||||
|     local teepid=$! |     local teepid=$! | ||||||
| @@ -165,14 +165,11 @@ configure_services(){ | |||||||
|     info "Configuring [%s]" "${initsys}" |     info "Configuring [%s]" "${initsys}" | ||||||
|     case ${initsys} in |     case ${initsys} in | ||||||
|         'openrc') |         'openrc') | ||||||
|             for svc in ${openrc_boot[@]}; do |             for svc in ${services[@]}; do | ||||||
|                 add_svc_rc "$mnt" "$svc" "boot" |  | ||||||
|             done |  | ||||||
|             for svc in ${openrc_default[@]}; do |  | ||||||
|                 [[ $svc == "xdm" ]] && set_xdm "$mnt" |                 [[ $svc == "xdm" ]] && set_xdm "$mnt" | ||||||
|                 add_svc_rc "$mnt" "$svc" "default" |                 add_svc_rc "$mnt" "$svc" "default" | ||||||
|             done |             done | ||||||
|             for svc in ${enable_live[@]}; do |             for svc in ${services_live[@]}; do | ||||||
|                 add_svc_rc "$mnt" "$svc" "default" |                 add_svc_rc "$mnt" "$svc" "default" | ||||||
|             done |             done | ||||||
|         ;; |         ;; | ||||||
| @@ -245,7 +242,7 @@ configure_live_image(){ | |||||||
|     configure_hosts "$fs" |     configure_hosts "$fs" | ||||||
|     configure_system "$fs" |     configure_system "$fs" | ||||||
|     configure_services "$fs" |     configure_services "$fs" | ||||||
|     configure_calamares "$fs/etc/calamares/modules" |     configure_calamares "$fs" | ||||||
|     write_live_session_conf "$fs" |     write_live_session_conf "$fs" | ||||||
|     msg "Done configuring [livefs]" |     msg "Done configuring [livefs]" | ||||||
| } | } | ||||||
| @@ -262,9 +259,9 @@ make_sig () { | |||||||
|  |  | ||||||
| make_checksum(){ | make_checksum(){ | ||||||
|     local idir="$1" file="$2" |     local idir="$1" file="$2" | ||||||
|     msg2 "Creating md5sum ..." |     msg2 "Creating sha512sum ..." | ||||||
|     cd $idir |     cd $idir | ||||||
|     md5sum $file.sfs > $file.md5 |     sha512sum $file.sfs > $file.sha512 | ||||||
|     cd ${OLDPWD} |     cd ${OLDPWD} | ||||||
| } | } | ||||||
|  |  | ||||||
| @@ -282,8 +279,8 @@ make_sfs() { | |||||||
|     msg "Generating SquashFS image for %s" "${src}" |     msg "Generating SquashFS image for %s" "${src}" | ||||||
|     if [[ -f "${sfs}" ]]; then |     if [[ -f "${sfs}" ]]; then | ||||||
|         local has_changed_dir=$(find ${src} -newer ${sfs}) |         local has_changed_dir=$(find ${src} -newer ${sfs}) | ||||||
|         msg2 "Possible changes for %s ..." "${src}"  >> ${tmp_dir}/buildiso.debug |         msg2 "Possible changes for %s ..." "${src}"  >> /tmp/buildiso.debug | ||||||
|         msg2 "%s" "${has_changed_dir}" >> ${tmp_dir}/buildiso.debug |         msg2 "%s" "${has_changed_dir}" >> /tmp/buildiso.debug | ||||||
|         if [[ -n "${has_changed_dir}" ]]; then |         if [[ -n "${has_changed_dir}" ]]; then | ||||||
|             msg2 "SquashFS image %s is not up to date, rebuilding..." "${sfs}" |             msg2 "SquashFS image %s is not up to date, rebuilding..." "${sfs}" | ||||||
|             rm "${sfs}" |             rm "${sfs}" | ||||||
| @@ -524,14 +521,14 @@ compress_images(){ | |||||||
|  |  | ||||||
| prepare_images(){ | prepare_images(){ | ||||||
|     local timer=$(get_timer) |     local timer=$(get_timer) | ||||||
|     load_pkgs "${root_list}" "${target_arch}" "${initsys}" "${kernel}" |     load_pkgs "${root_list}" "${initsys}" "${kernel}" | ||||||
|     run_safe "make_rootfs" |     run_safe "make_rootfs" | ||||||
|     if [[ -f "${desktop_list}" ]] ; then |     if [[ -f "${desktop_list}" ]] ; then | ||||||
|         load_pkgs "${desktop_list}" "${target_arch}" "${initsys}" "${kernel}" |         load_pkgs "${desktop_list}" "${initsys}" "${kernel}" | ||||||
|         run_safe "make_desktopfs" |         run_safe "make_desktopfs" | ||||||
|     fi |     fi | ||||||
|     if [[ -f ${live_list} ]]; then |     if [[ -f ${live_list} ]]; then | ||||||
|         load_pkgs "${live_list}" "${target_arch}" "${initsys}" "${kernel}" |         load_pkgs "${live_list}" "${initsys}" "${kernel}" | ||||||
|         run_safe "make_livefs" |         run_safe "make_livefs" | ||||||
|     fi |     fi | ||||||
|     run_safe "make_bootfs" |     run_safe "make_bootfs" | ||||||
|   | |||||||
| @@ -8,61 +8,22 @@ | |||||||
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
| # GNU General Public License for more details. | # GNU General Public License for more details. | ||||||
|  |  | ||||||
| export LC_MESSAGES=C | # export LC_MESSAGES=C | ||||||
| export LANG=C | export LANG=C | ||||||
|  |  | ||||||
| declare ALL_OFF='' BOLD='' BLUE='' GREEN='' RED='' YELLOW='' | source /usr/share/makepkg/util.sh | ||||||
|  |  | ||||||
| if [[ -t 2 ]]; then | if [[ -t 2 ]]; then | ||||||
|     # prefer terminal safe colored and bold text when tput is supported |     colorize | ||||||
|     if tput setaf 0 &>/dev/null; then | else | ||||||
|         ALL_OFF="$(tput sgr0)" |     declare -gr ALL_OFF='' BOLD='' BLUE='' GREEN='' RED='' YELLOW='' | ||||||
|         BOLD="$(tput bold)" |  | ||||||
|         RED="${BOLD}$(tput setaf 1)" |  | ||||||
|         GREEN="${BOLD}$(tput setaf 2)" |  | ||||||
|         YELLOW="${BOLD}$(tput setaf 3)" |  | ||||||
|         BLUE="${BOLD}$(tput setaf 4)" |  | ||||||
|     else |  | ||||||
|         ALL_OFF="\e[0m" |  | ||||||
|         BOLD="\e[1m" |  | ||||||
|         RED="${BOLD}\e[31m" |  | ||||||
|         GREEN="${BOLD}\e[32m" |  | ||||||
|         YELLOW="${BOLD}\e[33m" |  | ||||||
|         BLUE="${BOLD}\e[34m" |  | ||||||
|     fi |  | ||||||
| fi | fi | ||||||
| readonly ALL_OFF BOLD BLUE GREEN RED YELLOW |  | ||||||
|  |  | ||||||
| plain() { |  | ||||||
|     local mesg=$1; shift |  | ||||||
|     printf "${BOLD}    ${mesg}${ALL_OFF}\n" "$@" >&2 |  | ||||||
| } |  | ||||||
|  |  | ||||||
| msg() { |  | ||||||
|     local mesg=$1; shift |  | ||||||
|     printf "${GREEN}==>${ALL_OFF}${BOLD} ${mesg}${ALL_OFF}\n" "$@" >&2 |  | ||||||
| } |  | ||||||
|  |  | ||||||
| msg2() { |  | ||||||
|     local mesg=$1; shift |  | ||||||
|     printf "${BLUE}  ->${ALL_OFF}${BOLD} ${mesg}${ALL_OFF}\n" "$@" >&2 |  | ||||||
| } |  | ||||||
|  |  | ||||||
| info() { | info() { | ||||||
|     local mesg=$1; shift |     local mesg=$1; shift | ||||||
|     printf "${YELLOW} -->${ALL_OFF}${BOLD} ${mesg}${ALL_OFF}\n" "$@" >&2 |     printf "${YELLOW} -->${ALL_OFF}${BOLD} ${mesg}${ALL_OFF}\n" "$@" >&2 | ||||||
| } | } | ||||||
|  |  | ||||||
| warning() { |  | ||||||
|     local mesg=$1; shift |  | ||||||
|     printf "${YELLOW}==> WARNING:${ALL_OFF}${BOLD} ${mesg}${ALL_OFF}\n" "$@" >&2 |  | ||||||
| } |  | ||||||
|  |  | ||||||
| error() { |  | ||||||
|     local mesg=$1; shift |  | ||||||
|     printf "${RED}==> ERROR:${ALL_OFF}${BOLD} ${mesg}${ALL_OFF}\n" "$@" >&2 |  | ||||||
| } |  | ||||||
|  |  | ||||||
| stat_busy() { | stat_busy() { | ||||||
|     local mesg=$1; shift |     local mesg=$1; shift | ||||||
|     printf "${GREEN}==>${ALL_OFF}${BOLD} ${mesg}...${ALL_OFF}" "$@" >&2 |     printf "${GREEN}==>${ALL_OFF}${BOLD} ${mesg}...${ALL_OFF}" "$@" >&2 | ||||||
| @@ -120,9 +81,9 @@ msg_table_header(){ | |||||||
|     printf "${GREEN} ${mesg} ${ALL_OFF}\n" "$@" >&2 |     printf "${GREEN} ${mesg} ${ALL_OFF}\n" "$@" >&2 | ||||||
| } | } | ||||||
|  |  | ||||||
| msg_row(){ | msg_row_downgrade(){ | ||||||
|     local mesg=$1; shift |     local mesg=$1; shift | ||||||
|     printf "${BOLD} ${mesg}${ALL_OFF}\n" "$@" >&2 |     printf "${YELLOW} ${mesg}${ALL_OFF}\n" "$@" >&2 | ||||||
| } | } | ||||||
|  |  | ||||||
| msg_row_update(){ | msg_row_update(){ | ||||||
|   | |||||||
| @@ -1,71 +0,0 @@ | |||||||
| #!/bin/bash |  | ||||||
| # |  | ||||||
| # This program is free software; you can redistribute it and/or modify |  | ||||||
| # it under the terms of the GNU General Public License as published by |  | ||||||
| # the Free Software Foundation; version 2 of the License. |  | ||||||
| # |  | ||||||
| # This program is distributed in the hope that it will be useful, |  | ||||||
| # but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
| # GNU General Public License for more details. |  | ||||||
|  |  | ||||||
| import ${LIBDIR}/util-pkg.sh |  | ||||||
|  |  | ||||||
| del_from_repo(){ |  | ||||||
|     local repo="$1" destarch="$2" pkg="$3" ver result |  | ||||||
|     local repo_path=${repos_root}/$repo/os/$destarch |  | ||||||
|     source $pkg/PKGBUILD |  | ||||||
|     for name in ${pkgname[@]};do |  | ||||||
|         [[ $arch == any ]] && CARCH=any |  | ||||||
|         ver=$(get_full_version $name) |  | ||||||
|         if ! result=$(find_cached_package "$name" "$ver" "$CARCH");then |  | ||||||
|             cd $repo_path |  | ||||||
|             repo-remove -R $repo.db.tar.xz $name |  | ||||||
|         fi |  | ||||||
|     done |  | ||||||
| } |  | ||||||
|  |  | ||||||
| move_to_repo(){ |  | ||||||
|     local repo_src="$1" repo_dest="$2" repo_arch="$3" |  | ||||||
|     local repo_path=${repos_root}/$repo_src/os/$repo_arch |  | ||||||
|     local src=$PWD |  | ||||||
|     local filelist=${workspace_dir}/$repo_src.files.txt |  | ||||||
|     local pkglist=${workspace_dir}/$repo_src.pkgs.txt |  | ||||||
|     [[ -n ${PKGDEST} ]] && src=${PKGDEST} |  | ||||||
|     cd $repo_path |  | ||||||
|     msg "Writing repo lists [%s]" "$repo_src" |  | ||||||
|     ls *.pkg.tar.xz{,.sig} > $filelist |  | ||||||
|     ls *.pkg.tar.xz > $pkglist |  | ||||||
|     # uncomment for local test run |  | ||||||
| #     rsync -v --files-from="$filelist" $repo_path "$src" |  | ||||||
|     rm -v * |  | ||||||
|     repo-add $repo_src.db.tar.xz |  | ||||||
|     repo_path=${repos_root}/$repo_dest/os/$repo_arch |  | ||||||
|     local move=$(cat $filelist) pkgs=$(cat $pkglist) |  | ||||||
|     msg "Reading repo lists [%s]" "$repo_dest" |  | ||||||
|     for f in ${move[@]};do |  | ||||||
|         ln -sfv $src/$f $repo_path/ |  | ||||||
|     done |  | ||||||
|     cd $repo_path |  | ||||||
|     repo-add -R $repo_dest.db.tar.xz ${pkgs[@]} |  | ||||||
| } |  | ||||||
|  |  | ||||||
| add_to_repo(){ |  | ||||||
|     local repo="$1" destarch="$2" pkg="$3" ver pkgfile result |  | ||||||
|     local repo_path=${repos_root}/$repo/os/$destarch |  | ||||||
|     source $pkg/PKGBUILD |  | ||||||
|     local dest=$pkg |  | ||||||
|     for name in ${pkgname[@]};do |  | ||||||
|         [[ $arch == any ]] && CARCH=any |  | ||||||
|         ver=$(get_full_version $name) |  | ||||||
|         if ! result=$(find_cached_package "$name" "$ver" "$CARCH"); then |  | ||||||
|             pkgfile=$name-$ver-$CARCH.pkg.tar.xz |  | ||||||
|             [[ -n ${PKGDEST} ]] && dest=${PKGDEST}/$pkgfile |  | ||||||
|             [[ -e $dest.sig ]] && rm $dest.sig |  | ||||||
|             signfile $dest |  | ||||||
|             ln -sf $dest{,.sig} $repo_path/ |  | ||||||
|             cd $repo_path |  | ||||||
|             repo-add -R $repo.db.tar.xz $pkgfile |  | ||||||
|         fi |  | ||||||
|     done |  | ||||||
| } |  | ||||||
| @@ -1,236 +0,0 @@ | |||||||
| #!/bin/bash |  | ||||||
| # |  | ||||||
| # This program is free software; you can redistribute it and/or modify |  | ||||||
| # it under the terms of the GNU General Public License as published by |  | ||||||
| # the Free Software Foundation; version 2 of the License. |  | ||||||
| # |  | ||||||
| # This program is distributed in the hope that it will be useful, |  | ||||||
| # but WITHOUT ANY WARRANTY; without even the implied warranty of |  | ||||||
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the |  | ||||||
| # GNU General Public License for more details. |  | ||||||
|  |  | ||||||
| get_local_head(){ |  | ||||||
|     echo $(git log --pretty=%H ...refs/heads/$1^ | head -n 1) |  | ||||||
| } |  | ||||||
|  |  | ||||||
| get_remote_head(){ |  | ||||||
|     echo $(git ls-remote origin -h refs/heads/$1 | cut -f1) |  | ||||||
| } |  | ||||||
|  |  | ||||||
| is_dirty() { |  | ||||||
|     [[ $(git diff --shortstat 2> /dev/null | tail -n1) != "" ]] || return 1 |  | ||||||
|     return 0 |  | ||||||
| } |  | ||||||
|  |  | ||||||
| show_version_table(){ |  | ||||||
|     declare -A UPDATES |  | ||||||
|     msg_table_header "%-30s %-30s %-30s %-30s" "Repository" "Package" "Artix version" "Arch version" |  | ||||||
|     for repo in ${repo_tree_artix[@]}; do |  | ||||||
|         for pkg in ${tree_dir_artix}/$repo/*; do |  | ||||||
|             if [[ -f $pkg/PKGBUILD ]];then |  | ||||||
|                 source $pkg/PKGBUILD 2>/dev/null |  | ||||||
|                 package=${pkg##*/} |  | ||||||
|                 artixver=$(get_full_version $package) |  | ||||||
|                 set_import_path "$repo" "$package" |  | ||||||
|                 if [[ -f $src/PKGBUILD ]];then |  | ||||||
|                     source $src/PKGBUILD 2>/dev/null |  | ||||||
|                     archver=$(get_full_version $package) |  | ||||||
|                 fi |  | ||||||
|                 if [ $(vercmp $artixver $archver) -lt 0 ];then |  | ||||||
|                     UPDATES[$package]="$pkg/PKGBUILD $src/PKGBUILD" |  | ||||||
|                     msg_row_update "%-30s %-30s %-30s %-30s" "$repo" "$package" "$artixver" "$archver" |  | ||||||
|                 fi |  | ||||||
|             fi |  | ||||||
|             unset pkgver epoch pkgrel artixver archver package |  | ||||||
|         done |  | ||||||
|     done |  | ||||||
|     rm ${patches_dir}/*.patch |  | ||||||
|     for upd in "${!UPDATES[@]}"; do |  | ||||||
|         msg "Writing %s update patch ..." "$upd" |  | ||||||
|         diff -u ${UPDATES[$upd]} > ${patches_dir}/"$upd"-archlinux.patch |  | ||||||
|     done |  | ||||||
| } |  | ||||||
|  |  | ||||||
| sync_tree(){ |  | ||||||
|     local branch="master" repo="$1" |  | ||||||
|     git checkout $branch |  | ||||||
|     local local_head=$(get_local_head "$branch") |  | ||||||
|     local remote_head=$(get_remote_head "$branch") |  | ||||||
|     local timer=$(get_timer) |  | ||||||
|     msg "Checking [%s] ..." "$repo" |  | ||||||
|     msg2 "local: %s" "${local_head}" |  | ||||||
|     msg2 "remote: %s" "${remote_head}" |  | ||||||
|     if [[ "${local_head}" == "${remote_head}" ]]; then |  | ||||||
|         info "nothing to do" |  | ||||||
|     else |  | ||||||
|         info "needs sync" |  | ||||||
|         git pull origin $branch |  | ||||||
|     fi |  | ||||||
|     msg "Done [%s]" "$repo" |  | ||||||
|     show_elapsed_time "${FUNCNAME}" "${timer}" |  | ||||||
| } |  | ||||||
|  |  | ||||||
| clone_tree(){ |  | ||||||
|     local timer=$(get_timer) repo="$1" host_tree="$2" |  | ||||||
|     msg "Preparing [%s] ..." "$repo" |  | ||||||
|     info "clone" |  | ||||||
|     git clone $host_tree.git |  | ||||||
|     msg "Done [%s]" "$repo" |  | ||||||
|     show_elapsed_time "${FUNCNAME}" "${timer}" |  | ||||||
| } |  | ||||||
|  |  | ||||||
| sync_tree_arch(){ |  | ||||||
|     cd ${tree_dir_arch} |  | ||||||
|         for repo in ${repo_tree_arch[@]};do |  | ||||||
|             if [[ -d ${repo} ]];then |  | ||||||
|                 cd ${repo} |  | ||||||
|                     sync_tree "${repo}" |  | ||||||
|                 cd .. |  | ||||||
|             else |  | ||||||
|                 clone_tree "${repo}" "${host_tree_arch}/${repo}" |  | ||||||
|             fi |  | ||||||
|         done |  | ||||||
|     cd .. |  | ||||||
| } |  | ||||||
|  |  | ||||||
| sync_tree_artix(){ |  | ||||||
|     cd ${tree_dir_artix} |  | ||||||
|         for repo in ${repo_tree_artix[@]};do |  | ||||||
|             if [[ -d ${repo} ]];then |  | ||||||
|                 cd ${repo} |  | ||||||
|                     sync_tree "${repo}" |  | ||||||
|                 cd .. |  | ||||||
|             else |  | ||||||
|                 clone_tree "${repo}" "${host_tree_artix}/${repo}" |  | ||||||
|             fi |  | ||||||
|         done |  | ||||||
|     cd .. |  | ||||||
| } |  | ||||||
|  |  | ||||||
| read_import_list(){ |  | ||||||
|     local repo="$1" |  | ||||||
|     local _space="s| ||g" _clean=':a;N;$!ba;s/\n/ /g' _com_rm="s|#.*||g" |  | ||||||
|     import_list=$(sed "$_com_rm" "${list_dir_import}/$repo.list" | sed "$_space" | sed "$_clean") |  | ||||||
| } |  | ||||||
|  |  | ||||||
| is_untracked(){ |  | ||||||
|     [[ $(git ls-files --others --exclude-standard)  != "" ]] || return 1 |  | ||||||
|     return 0 |  | ||||||
| } |  | ||||||
|  |  | ||||||
| patch_pkg(){ |  | ||||||
|     local pkg="$1" |  | ||||||
|     case $pkg in |  | ||||||
|         'glibc') |  | ||||||
|             sed -e 's|{locale,systemd/system,tmpfiles.d}|{locale,tmpfiles.d}|' \ |  | ||||||
|                 -e '/nscd.service/d' \ |  | ||||||
|                 -i $pkg/PKGBUILD |  | ||||||
|         ;; |  | ||||||
|         'bash') |  | ||||||
|             sed -e 's|system.bash_logout)|system.bash_logout\n        artix.bashrc)|' \ |  | ||||||
|                 -e 's|etc/bash.|etc/bash/|g' \ |  | ||||||
|                 -e 's|install -dm755 "$pkgdir"/etc/skel/|install -dm755 "$pkgdir"/etc/{skel,bash/bashrc.d}/|' \ |  | ||||||
|                 -e 's|/etc/skel/.bash_logout|/etc/skel/.bash_logout\n  install -m644 artix.bashrc "$pkgdir"/etc/bash/bashrc.d/artix.bashrc|' \ |  | ||||||
|                 -i $pkg/PKGBUILD |  | ||||||
|  |  | ||||||
|             patch -p1 -i $DATADIR/patches/dot-bashrc.patch |  | ||||||
|             patch -p1 -i $DATADIR/patches/system-bashrc.patch |  | ||||||
|             patch -p1 -i $DATADIR/patches/system-bashrc_logout.patch |  | ||||||
|             patch -p1 -i $DATADIR/patches/artix-bashrc.patch |  | ||||||
|             cd $pkg |  | ||||||
|                 updpkgsums |  | ||||||
|             cd .. |  | ||||||
|         ;; |  | ||||||
|     esac |  | ||||||
| } |  | ||||||
|  |  | ||||||
| set_import_path(){ |  | ||||||
|     local arch_dir arch_repo import_path |  | ||||||
|     local repo="$1" pkg="$2" |  | ||||||
|     case $repo in |  | ||||||
|         system|world) |  | ||||||
|             if [[ "$repo" == 'system' ]];then |  | ||||||
|                 arch_repo=core |  | ||||||
|                 arch_dir=packages |  | ||||||
|             fi |  | ||||||
|             if [[ "$repo" == 'world' ]];then |  | ||||||
|                 arch_repo=extra |  | ||||||
|                 arch_dir=packages |  | ||||||
|             fi |  | ||||||
|             import_path=${tree_dir_arch}/$arch_dir/$pkg/repos |  | ||||||
|             src=$import_path/$arch_repo-x86_64 |  | ||||||
|             if [[ -d $import_path/$arch_repo-any ]];then |  | ||||||
|                 src=$import_path/$arch_repo-any |  | ||||||
|             elif [[ -d $import_path/testing-x86_64 ]];then |  | ||||||
|                 src=$import_path/testing-x86_64 |  | ||||||
|             elif [[ -d $import_path/testing-any ]];then |  | ||||||
|                 src=$import_path/testing-any |  | ||||||
|             fi |  | ||||||
|         ;; |  | ||||||
|         galaxy) |  | ||||||
|             arch_repo=community |  | ||||||
|             arch_dir=$arch_repo |  | ||||||
|             import_path=${tree_dir_arch}/$arch_dir/$pkg/repos/$arch_repo |  | ||||||
|             src=$import_path-x86_64 |  | ||||||
|             if [[ -d $import_path-any ]];then |  | ||||||
|                 src=$import_path-any |  | ||||||
|             elif [[ -d $import_path-testing-x86_64 ]];then |  | ||||||
|                 src=$import_path-testing-x86_64 |  | ||||||
|             elif [[ -d $import_path-testing-any ]];then |  | ||||||
|                 src=$import_path-testing-any |  | ||||||
|             fi |  | ||||||
|         ;; |  | ||||||
|         lib32) |  | ||||||
|             if [[ "$pkg" == 'llvm' ]];then |  | ||||||
|                 arch_repo=extra |  | ||||||
|                 arch_dir=packages |  | ||||||
|                 import_path=${tree_dir_arch}/$arch_dir/$pkg/repos |  | ||||||
|                 src=$import_path/extra-x86_64 |  | ||||||
|                 if [[ -d $import_path/testing-x86_64 ]];then |  | ||||||
|                     src=$import_path/testing-x86_64 |  | ||||||
|                 fi |  | ||||||
|             else |  | ||||||
|                 arch_repo=multilib |  | ||||||
|                 arch_dir=community |  | ||||||
|                 import_path=${tree_dir_arch}/$arch_dir/$pkg/repos |  | ||||||
|                 src=$import_path/$arch_repo-x86_64 |  | ||||||
|                 if [[ -d $import_path/$arch_repo-testing-x86_64 ]];then |  | ||||||
|                     src=$import_path/$arch_repo-testing-x86_64 |  | ||||||
|                 fi |  | ||||||
|             fi |  | ||||||
|         ;; |  | ||||||
|     esac |  | ||||||
| } |  | ||||||
|  |  | ||||||
| import_from_arch(){ |  | ||||||
|     local timer=$(get_timer) branch='testing' push="$1" |  | ||||||
|     for repo in ${repo_tree_artix[@]};do |  | ||||||
|         read_import_list "$repo" |  | ||||||
|         if [[ -n ${import_list[@]} ]];then |  | ||||||
|             cd ${tree_dir_artix}/$repo |  | ||||||
|             git checkout $branch &> /dev/null |  | ||||||
|             $(is_dirty) && die "[%s] has uncommited changes!" "${repo}" |  | ||||||
|             git pull origin "$branch" |  | ||||||
|             msg "Import into [%s]" "$repo" |  | ||||||
|             for pkg in ${import_list[@]};do |  | ||||||
|                 source $pkg/PKGBUILD 2>/dev/null |  | ||||||
|                 local ver=$(get_full_version $pkg) |  | ||||||
|                 msg2 "package: %s-%s" "$pkg" "$ver" |  | ||||||
|                 set_import_path "$repo" "$pkg" |  | ||||||
|                 rsync "${rsync_args[@]}"  $src/ ${tree_dir_artix}/$repo/$pkg/ |  | ||||||
|                 if $(is_dirty) || $(is_untracked); then |  | ||||||
|                     patch_pkg "$pkg" |  | ||||||
|                     ${push} && git add "$pkg" |  | ||||||
|                     msg2 "Archlinux import: [%s]" "$pkg-$ver" |  | ||||||
|                     if ${push};then |  | ||||||
|                         git commit -m "Archlinux import: $pkg-$ver" |  | ||||||
|                         sleep 10 |  | ||||||
|                         git push origin "$branch" |  | ||||||
|                     fi |  | ||||||
|                 fi |  | ||||||
|                 unset pkgver epoch pkgrel ver |  | ||||||
|             done |  | ||||||
|         fi |  | ||||||
|     done |  | ||||||
|     show_elapsed_time "${FUNCNAME}" "${timer}" |  | ||||||
| } |  | ||||||
| @@ -9,15 +9,6 @@ | |||||||
| # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | ||||||
| # GNU General Public License for more details. | # GNU General Public License for more details. | ||||||
|  |  | ||||||
| in_array() { |  | ||||||
|     local needle=$1; shift |  | ||||||
|     local item |  | ||||||
|     for item in "$@"; do |  | ||||||
|         [[ $item = $needle ]] && return 0 # Found |  | ||||||
|     done |  | ||||||
|     return 1 # Not Found |  | ||||||
| } |  | ||||||
|  |  | ||||||
| # $1: sofile | # $1: sofile | ||||||
| # $2: soarch | # $2: soarch | ||||||
| process_sofile() { | process_sofile() { | ||||||
| @@ -45,39 +36,15 @@ pkgver_equal() { | |||||||
|     fi |     fi | ||||||
| } | } | ||||||
|  |  | ||||||
| get_full_version() { |  | ||||||
|     # set defaults if they weren't specified in buildfile |  | ||||||
|     pkgbase=${pkgbase:-${pkgname[0]}} |  | ||||||
|     epoch=${epoch:-0} |  | ||||||
|     if [[ -z $1 ]]; then |  | ||||||
|         if [[ $epoch ]] && (( ! $epoch )); then |  | ||||||
|             echo $pkgver-$pkgrel |  | ||||||
|         else |  | ||||||
|             echo $epoch:$pkgver-$pkgrel |  | ||||||
|         fi |  | ||||||
|     else |  | ||||||
|         for i in pkgver pkgrel epoch; do |  | ||||||
|             local indirect="${i}_override" |  | ||||||
|             eval $(declare -f package_$1 | sed -n "s/\(^[[:space:]]*$i=\)/${i}_override=/p") |  | ||||||
|             [[ -z ${!indirect} ]] && eval ${indirect}=\"${!i}\" |  | ||||||
|         done |  | ||||||
|         if (( ! $epoch_override )); then |  | ||||||
|             echo $pkgver_override-$pkgrel_override |  | ||||||
|         else |  | ||||||
|             echo $epoch_override:$pkgver_override-$pkgrel_override |  | ||||||
|         fi |  | ||||||
|     fi |  | ||||||
| } |  | ||||||
|  |  | ||||||
| find_cached_package() { | find_cached_package() { | ||||||
|     local searchdirs=("$PWD" "$PKGDEST") results=() |     local searchdirs=("$PKGDEST" "$PWD") results=() | ||||||
|     local targetname=$1 targetver=$2 targetarch=$3 |     local targetname=$1 targetver=$2 targetarch=$3 | ||||||
|     local dir pkg pkgbasename name ver rel arch r results |     local dir pkg pkgbasename name ver rel arch r results | ||||||
|  |  | ||||||
|     for dir in "${searchdirs[@]}"; do |     for dir in "${searchdirs[@]}"; do | ||||||
|         [[ -d $dir ]] || continue |         [[ -d $dir ]] || continue | ||||||
|  |  | ||||||
|         for pkg in "$dir"/*.pkg.tar.xz; do |         for pkg in "$dir"/*.pkg.tar.?z; do | ||||||
|             [[ -f $pkg ]] || continue |             [[ -f $pkg ]] || continue | ||||||
|  |  | ||||||
|             # avoid adding duplicates of the same inode |             # avoid adding duplicates of the same inode | ||||||
| @@ -87,7 +54,7 @@ find_cached_package() { | |||||||
|  |  | ||||||
|             # split apart package filename into parts |             # split apart package filename into parts | ||||||
|             pkgbasename=${pkg##*/} |             pkgbasename=${pkg##*/} | ||||||
|             pkgbasename=${pkgbasename%.pkg.tar?(.?z)} |             pkgbasename=${pkgbasename%.pkg.tar.?z} | ||||||
|  |  | ||||||
|             arch=${pkgbasename##*-} |             arch=${pkgbasename##*-} | ||||||
|             pkgbasename=${pkgbasename%-"$arch"} |             pkgbasename=${pkgbasename%-"$arch"} | ||||||
| @@ -110,7 +77,7 @@ find_cached_package() { | |||||||
|             return 1 |             return 1 | ||||||
|         ;; |         ;; | ||||||
|         1) |         1) | ||||||
|             printf '%s\n' "$results" |             printf '%s\n' "${results[0]}" | ||||||
|             return 0 |             return 0 | ||||||
|         ;; |         ;; | ||||||
|         *) |         *) | ||||||
|   | |||||||
							
								
								
									
										18
									
								
								lib/util.sh
									
									
									
									
									
								
							
							
						
						
									
										18
									
								
								lib/util.sh
									
									
									
									
									
								
							| @@ -27,7 +27,7 @@ load_vars() { | |||||||
|     [[ -f $1 ]] || return 1 |     [[ -f $1 ]] || return 1 | ||||||
|  |  | ||||||
|     for var in {SRC,SRCPKG,PKG,LOG}DEST MAKEFLAGS PACKAGER CARCH GPGKEY; do |     for var in {SRC,SRCPKG,PKG,LOG}DEST MAKEFLAGS PACKAGER CARCH GPGKEY; do | ||||||
|         [[ -z ${!var} ]] && eval $(grep -a "^${var}=" "$1") |         [[ -z ${!var:-} ]] && eval "$(grep -a "^${var}=" "$1")" | ||||||
|     done |     done | ||||||
|  |  | ||||||
|     return 0 |     return 0 | ||||||
| @@ -54,14 +54,10 @@ get_osid(){ | |||||||
|  |  | ||||||
| init_artools_base(){ | init_artools_base(){ | ||||||
|  |  | ||||||
|     [[ -z ${target_arch} ]] && target_arch=$(uname -m) |     target_arch=$(uname -m) | ||||||
|  |  | ||||||
|     [[ -z ${chroots_dir} ]] && chroots_dir='/var/lib/artools' |     [[ -z ${chroots_dir} ]] && chroots_dir='/var/lib/artools' | ||||||
|  |  | ||||||
|     log_dir='/var/log/artools' |  | ||||||
|  |  | ||||||
|     tmp_dir='/tmp' |  | ||||||
|  |  | ||||||
|     [[ -z ${workspace_dir} ]] && workspace_dir=/home/${OWNER}/artools-workspace |     [[ -z ${workspace_dir} ]] && workspace_dir=/home/${OWNER}/artools-workspace | ||||||
|  |  | ||||||
|     prepare_dir "${workspace_dir}" |     prepare_dir "${workspace_dir}" | ||||||
| @@ -71,14 +67,10 @@ init_artools_pkg(){ | |||||||
|  |  | ||||||
|     [[ -z ${tree_dir_artix} ]] && tree_dir_artix=${workspace_dir}/artix |     [[ -z ${tree_dir_artix} ]] && tree_dir_artix=${workspace_dir}/artix | ||||||
|  |  | ||||||
|     [[ -z ${repo_tree_artix[@]} ]] && repo_tree_artix=('system' 'world' 'galaxy' 'lib32') |  | ||||||
|  |  | ||||||
|     [[ -z ${host_tree_artix} ]] && host_tree_artix='https://github.com/artix-linux' |     [[ -z ${host_tree_artix} ]] && host_tree_artix='https://github.com/artix-linux' | ||||||
|  |  | ||||||
|     [[ -z ${tree_dir_arch} ]] && tree_dir_arch=${workspace_dir}/archlinux |     [[ -z ${tree_dir_arch} ]] && tree_dir_arch=${workspace_dir}/archlinux | ||||||
|  |  | ||||||
|     [[ -z ${repo_tree_arch} ]] && repo_tree_arch=('packages' 'community') |  | ||||||
|  |  | ||||||
|     [[ -z ${host_tree_arch} ]] && host_tree_arch='git://projects.archlinux.org/svntogit' |     [[ -z ${host_tree_arch} ]] && host_tree_arch='git://projects.archlinux.org/svntogit' | ||||||
|  |  | ||||||
|     list_dir_import="${SYSCONFDIR}/import.list.d" |     list_dir_import="${SYSCONFDIR}/import.list.d" | ||||||
| @@ -95,9 +87,9 @@ init_artools_pkg(){ | |||||||
| init_artools_iso(){ | init_artools_iso(){ | ||||||
|     chroots_iso="${chroots_dir}/buildiso" |     chroots_iso="${chroots_dir}/buildiso" | ||||||
|  |  | ||||||
|     cache_dir_iso="${workspace_dir}/iso" |     [[ -z ${iso_pool} ]] && iso_pool="${workspace_dir}/iso" | ||||||
|  |  | ||||||
|     prepare_dir "${cache_dir_iso}" |     prepare_dir "${iso_pool}" | ||||||
|  |  | ||||||
|     profile='base' |     profile='base' | ||||||
|  |  | ||||||
| @@ -111,6 +103,8 @@ init_artools_iso(){ | |||||||
|  |  | ||||||
|     [[ -z ${kernel} ]] && kernel="linux-lts" |     [[ -z ${kernel} ]] && kernel="linux-lts" | ||||||
|  |  | ||||||
|  |     [[ -z ${kernel_args} ]] && kernel_args="" | ||||||
|  |  | ||||||
|     [[ -z ${gpgkey} ]] && gpgkey='' |     [[ -z ${gpgkey} ]] && gpgkey='' | ||||||
|  |  | ||||||
|     [[ -z ${uplimit} ]] && uplimit=100 |     [[ -z ${uplimit} ]] && uplimit=100 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user