aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git+ssh://git.gentoo.org/proj/catalystRick Farina (Zero_Chaos)2015-09-231-1/+10
|\
| * Currently catalyst does not support ppc64le arch,Leno Hou2015-09-221-1/+10
* | add isoroot checksum support to generate checksums for genkernel to verifyRick Farina (Zero_Chaos)2015-09-231-1/+1
|/
* remove duplicated unpack from livecd-stage2Rick Farina (Zero_Chaos)2015-09-151-48/+0
* snapshot.py: Update the run() to return True/False same as stagebaseBrian Dolbec2015-09-091-2/+6
* only set CHOST in make.conf if we are setting it via catalyst to override the...Rick Farina (Zero_Chaos)2015-09-093-20/+3
* catalyst currently cannot handle a missing CHOST definition, so redundantly s...Rick Farina (Zero_Chaos)2015-09-091-1/+6
* Fix LockInUse return code failureBrian Dolbec2015-09-092-9/+20
* add asflags support per bug 538650 from KumbaRick Farina (Zero_Chaos)2015-09-081-1/+9
* main.py: Add an exception for CatalystError which would have been already ha...Brian Dolbec2015-09-081-6/+3
* Fix snapshot setting print messageBrian Dolbec2015-09-081-1/+1
* Make the new compress code handling compatible with existing specsBrian Dolbec2015-09-082-30/+44
* stagebase.py: run() Add in an exception trap to cleanup mountsBrian Dolbec2015-09-081-1/+8
* stagebase.py: strip a trailing slash from the croot_path for consistencyBrian Dolbec2015-09-081-1/+1
* defaults.py: Update for the new xattr variations of the definitionsBrian Dolbec2015-09-061-2/+5
* Fix a couple print() uses back to print statements for consistencyBrian Dolbec2015-09-062-4/+4
* DeComp bug fixesBrian Dolbec2015-09-064-17/+38
* catalyst/base/stagebase.py: Fix "Creating stage tarball..." print()Brian Dolbec2015-09-061-1/+2
* catalyst/main.py: Comment out the try: except: pair for target.run()Brian Dolbec2015-09-061-6/+6
* Apply new compress code, normalize pathsBrian Dolbec2015-09-069-91/+120
* support setting/overriding fcflags and fflags, specifically for use with CFLA...Rick Farina (Zero_Chaos)2015-09-021-1/+25
* fix minor typoRick Farina (Zero_Chaos)2015-09-021-1/+1
* Revert "fix minor typo"Rick Farina (Zero_Chaos)2015-09-021-1/+1
* fix minor typoRick Farina (Zero_Chaos)2015-09-021-1/+1
* stagebase.py: Add a _debub_pause_ finction Brian Dolbec2015-09-021-0/+8
* drop --selinux switch from tarRick Farina (Zero_Chaos)2015-09-011-9/+9
* main.py: Add 'local_overlay' to the overridable defaults in the catalyst.conf...Brian Dolbec2015-08-311-1/+2
* main.py: Remove 2 debug prints causing misleading informationBrian Dolbec2015-08-311-2/+0
* fileops.py: Fix a bug where the mode was not being passed Brian Dolbec2015-08-311-3/+3
* drop redundant make.conf.catalystRick Farina (Zero_Chaos)2015-08-311-4/+0
* use profile for CPU_FLAGS_X86 where appropriateRick Farina (Zero_Chaos)2015-08-312-10/+12
* Revert "catalyst/main.py: Fix variables not being substituted with correct va...Rick Farina (Zero_Chaos)2015-08-301-2/+2
* catalyst/main.py: Fix variables not being substituted with correct valuesBrian Dolbec2015-08-301-2/+2
* catalyst/config.py: Fix an error for x is an integerBrian Dolbec2015-08-291-1/+1
* Migrate hardcoded /etc/portage pathsBrian Dolbec2015-08-293-8/+12
* Update sharedir location from /usr/lib/catalyst to /usr/share/catalyst.Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-08-301-2/+2
* version.py: Fix missed editsBrian Dolbec2015-08-291-3/+3
* version.py: Copy what was needed of the old format_version code to fix versio...Brian Dolbec2015-08-291-3/+15
* Adjust for the snakeoil api changeBrian Dolbec2015-08-291-2/+2
* catalyst/support.py: Fix some leading whitespace rebase errorsBrian Dolbec2015-05-211-10/+10
* modules/generic_stage_target.py: handle USE_EXPAND flagsAnthony G. Basile2015-03-273-18/+47
* arch/mips.py: update MIPS targetsJoshua Kinard2015-03-271-27/+69
* Do not untar with --acls, fixes bug #536762Anthony G. Basile2015-03-271-9/+9
* Continue commit 2fea87234ffc48c3dd96f1204b27f667f5ade3a3 as we need to use --...Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-03-271-9/+9
* Use -xpf instead of xpf with tar so it doesn't complain about missing option.Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-03-271-2/+2
* Add --xattrs and --acls to the tar calls so we don't lose file properties whi...Jorge Manuel B. S. Vicetto (jmbsvicetto)2015-03-272-12/+12
* Allow kernelopts as a valid value for kernels.Guy Martin2015-02-261-0/+1
* Add set_version command to setup.py.Brian Dolbec2015-02-262-4/+48
* Fix purgeonly to remove the chroot directory.Brian Dolbec2015-02-261-2/+7
* catalyst/base/clearbase.py: Fix remove parameter mistakes.Brian Dolbec2015-02-261-2/+2