summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* copy_buildsync.sh: convert code to use arraysMike Frysinger2016-03-231-9/+23
| | | | This makes it a bit cleaner to work with arguments.
* make portage_confdir location dynamicMike Frysinger2016-03-2327-20/+32
| | | | | Don't hardcode /root/ or /release/ paths to the releng git checkout. Use the active git repo as the base path instead.
* catalyst-auto: use automatic GITDIR for ppc/ppc64/sparc64Mike Frysinger2016-03-233-6/+0
|
* remove unneeded keywords fileMatthew Thode2016-03-231-1/+0
|
* catalyst-auto: use automatic GITDIR for hppa/ia64Mike Frysinger2016-03-232-4/+0
|
* Drop ChangeLogs.Jorge Manuel B. S. Vicetto (jmbsvicetto)2016-03-237-4523/+0
| | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* Try using a config file for specifying stable / unstable builds.Jorge Manuel B. S. Vicetto (jmbsvicetto)2016-03-232-0/+4
| | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* Update tools.Jorge Manuel B. S. Vicetto (jmbsvicetto)2016-03-232-27/+54
| | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* Merge branch 'master' into my-hostJorge Manuel B. S. Vicetto (jmbsvicetto)2016-01-182-2/+2
|\
| * unmerge hardened-sources not gentoo-sources for hardened specsMatthew Thode2016-01-142-2/+2
| |
| * Merge branch 'master' of git+ssh://git.gentoo.org/proj/relengJorge Manuel B. S. Vicetto (jmbsvicetto)2016-01-131-3/+3
| |\
| * | Enable selinux stages.Jorge Manuel B. S. Vicetto (jmbsvicetto)2016-01-131-1/+1
| | | | | | | | | | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
| * | Merge branch 'master' of git+ssh://git.gentoo.org/proj/relengJorge Manuel B. S. Vicetto (jmbsvicetto)2016-01-1228-32/+7983
| |\ \
| * | | Revert "net-proxy/ntlmaps was package masked and last-rited."Jorge Manuel B. S. Vicetto (jmbsvicetto)2016-01-1216-0/+16
| | | | | | | | | | | | | | | | This reverts commit 05831f429ed12e1eeab19640655e2b23e51b664a.
| * | | net-proxy/ntlmaps was package masked and last-rited.Jorge Manuel B. S. Vicetto (jmbsvicetto)2016-01-1216-16/+0
| | | | | | | | | | | | | | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* | | | Merge branch 'master' into my-hostJorge Manuel B. S. Vicetto (jmbsvicetto)2016-01-1330-47/+8002
|\ \ \ \ | | |_|/ | |/| | | | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
| * | | updating prep to make use of fs labelsMatthew Thode2016-01-121-3/+3
| | |/ | |/|
| * | net-proxy/ntlmaps in global package.mask due to being unmaintained per bug ↵Robin H. Johnson2016-01-1116-16/+16
| | | | | | | | | | | | | | | | | | #533170. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
| * | disable pt_paxMatthew Thode2016-01-111-1/+1
| | | | | | | | | | | | | | | xt_pax should be used, both pt_pax and xt_pax should be used only for migration to xt_pax
| * | clean up foreign manpages in stage4Matthew Thode2016-01-101-0/+2
| | |
| * | finish moving the cleanup to the other specsMatthew Thode2016-01-103-0/+90
| | |
| * | Build cloud stages with bindist explictlyRobin H. Johnson2016-01-041-0/+1
| | | | | | | | | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
| * | Move cloud stage cleanup from fsscript to spec where possible.Robin H. Johnson2016-01-042-10/+31
| | | | | | | | | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
| * | Include iputils in cloud stages.Robin H. Johnson2016-01-042-0/+2
| | | | | | | | | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
| * | s390 netboot: build with USE=unicodeMike Frysinger2016-01-022-0/+2
| | |
| * | remove kernel sources once builtMatthew Thode2015-12-291-0/+1
| | |
| * | Update cloud kernel config features/options.Robin H. Johnson2015-12-291-145/+317
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Include all features for systemd instances - Compress modules with XZ - Support throttled block devices - Support HYPERVISOR_GUEST options (paravirt, xen, kvm) - Max CPUs is now 64 - Memory hotplug/balloon support - Compressed memory support - EFI support - Kexec support for fast reboot - Networking: -- IPsec (XFRM, GRE, etc) -- Tunneling of more forms (FOU, GENEVE, VTI, ...) -- IP virtual server (for load balancers VMs) -- More network schedulers (incl IFB) -- PPP for tunnels - Network block devices: DRBD, NBD - Disk controllers: MegaRAID (qemu), HyperV, VMWare, Xen - Block misc: bcache, multiqueue, DM-* - Filesystems: reiserfs, OCFS2, 9P - Misc: HPET, RAW, more TPM Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
| * | Update cloud kernel config for 4.1.12.Robin H. Johnson2015-12-291-44/+81
| | | | | | | | | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
| * | use a kernel config that works with cloudy imagesMatthew Thode2015-12-286-6/+7627
| | | | | | | | | | | | also, use hardened sources when building a hardened image
| * | always overwrite the root= kernel boot parameterMatthew Thode2015-12-281-1/+1
| | |
| * | remove the kernel sources after install, takes up too much spaceMatthew Thode2015-12-281-1/+1
| | |
| * | Add keywords for =sys-kernel/genkernel-3.4.52.3 to get the dmraid "fix".Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-12-282-0/+2
| |/ | | | | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
| * Update sed to match snapshot version.Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-12-271-1/+1
| | | | | | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
| * Update catalyst-auto scripts for amd64 / x86 to add support for more targets ↵Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-12-272-27/+48
| | | | | | | | | | | | and improve the detection / copy of stages. Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
| * Finally update version stamp from 2008.0 to latest.Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-12-2769-226/+226
| | | | | | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
| * Silence prep script.Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-12-271-2/+2
| | | | | | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
| * remove cloud-init from keywords (it's been stablized)Matthew Thode2015-12-251-1/+0
| |
| * weekly/amd64/stage4: tweak version_stamp.Robin H. Johnson2015-12-253-3/+3
| | | | | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
| * use correct version_stamp for stage4 specsMatthew Thode2015-12-254-4/+4
| |
| * We need to use --automode -5 as -3 uses mv -i which is interactive and gets ↵Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-12-211-1/+1
| | | | | | | | | | | | suck asking for confirmation to overwrite config files. Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
| * Fix another spec name typo.Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-12-181-1/+1
| | | | | | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
| * removing arch keywords from cloud for **Matthew Thode2015-12-171-2/+2
| |
| * Fix stage4 spec name.Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-12-181-2/+2
| | | | | | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
| * add portage_confdir for stage4-cloud specsMatthew Thode2015-12-176-4/+7
| |
* | Update set definitions for x86.Jorge Manuel B. S. Vicetto (jmbsvicetto)2016-01-131-1/+6
| | | | | | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* | Keyword sys-kernel/genkernel-3.4.52.3 and stop using the live version (to ↵Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-12-282-4/+4
| | | | | | | | | | | | get the dmraid "fix"). Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* | remove cloud-init from keywords (it's been stablized)Matthew Thode2015-12-271-1/+0
| |
* | Rework postbuild function to support stage4 and remove the hardcoded list of ↵Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-12-231-15/+17
| | | | | | | | | | | | stages to look for. Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* | We need to use --automode -5 as -3 uses mv -i which is interactive and gets ↵Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-12-211-1/+1
| | | | | | | | | | | | suck asking for confirmation to overwrite config files. Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* | Rework sets for amd64.Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-12-201-6/+14
| | | | | | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>