GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/catalyst.git
2.X
catalyst-3.0-stable
catalyst-4.0-stable
dilfridge-containers
dilfridge/qcow2-v2
master
old/catalyst_2
old/catalyst_3
old/rewrite-on-master
old/tar-volume-label
pending/mattst88
stage4-user-groups-fixes
unversioned-cachedir
wip-prometheanfire-cloud
wip/mattst88
Catalyst
Gentoo Release Engineering <releng@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
catalyst
/
targets
Commit message (
Expand
)
Author
Age
Files
Lines
*
targets/stage4.py: Cleanup line continuations and spacing
Brian Dolbec
2015-12-15
1
-10
/
+10
*
Split the stagebase's set_action_sequence()
Brian Dolbec
2015-12-15
2
-7
/
+3
*
targets/livecd_stage1.py: Remove the duplicated set_target_path()
Brian Dolbec
2015-12-15
1
-13
/
+0
*
targets/livecd_stage2.py: Remove the duplicated set_target_path()
Brian Dolbec
2015-12-15
1
-13
/
+0
*
targets/grp.py: Remove the duped set_target_path()
Brian Dolbec
2015-12-15
1
-14
/
+0
*
targets/livecd-stage2.py: Remove the set_source_path()
Brian Dolbec
2015-12-04
1
-13
/
+0
*
Debug autoextension detection not working for stage2
Brian Dolbec
2015-11-20
1
-21
/
+0
*
targets/livecd_stage2.py: Fix regression in path setting
Brian Dolbec
2015-11-12
1
-1
/
+1
*
lint: fix bad indents/trailing newlines
Mike Frysinger
2015-11-09
1
-1
/
+0
*
catalyst: Convert nearly all use of open() to use the with statement.
Brian Dolbec
2015-11-08
1
-9
/
+10
*
lint: convert type/types to isinstance
Mike Frysinger
2015-10-28
4
-17
/
+13
*
convert octals to py3 compat
Mike Frysinger
2015-10-11
2
-2
/
+2
*
embedded/grp: convert to log module
Mike Frysinger
2015-10-11
2
-8
/
+7
*
netboot: convert to log module
Mike Frysinger
2015-10-11
2
-12
/
+13
*
livecd_stage: convert to log module
Mike Frysinger
2015-10-11
2
-3
/
+4
*
stage3: convert to log module
Mike Frysinger
2015-10-10
1
-4
/
+5
*
stage2: convert to log module
Mike Frysinger
2015-10-10
1
-7
/
+10
*
stage1: convert to log module
Mike Frysinger
2015-10-10
1
-22
/
+16
*
snapshot: convert to log module
Mike Frysinger
2015-10-09
1
-8
/
+9
*
hash_utils: convert to log module
Mike Frysinger
2015-10-09
1
-2
/
+1
*
support: punt pointless list_to_string helper
Mike Frysinger
2015-10-08
2
-10
/
+10
*
snapshot: do not preserve owner/group
Mike Frysinger
2015-10-08
1
-1
/
+1
*
stage2: fix minor typo
Mike Frysinger
2015-10-07
1
-1
/
+1
*
lint: use comments for comments, not inline docstrings
Mike Frysinger
2015-10-06
1
-5
/
+3
*
targets: fix bad set_build_kernel_vars call
Mike Frysinger
2015-10-06
3
-3
/
+0
*
lint: convert funcs to @staticmethod where it makes sense
Mike Frysinger
2015-10-06
1
-1
/
+2
*
lint: fix bad indentation
Mike Frysinger
2015-10-06
4
-10
/
+10
*
lint: fix mixed indentation to only use tabs
Mike Frysinger
2015-10-06
1
-4
/
+4
*
lint: fix up unused variables
Mike Frysinger
2015-10-06
1
-2
/
+3
*
lint: clean up unused imports
Mike Frysinger
2015-10-05
4
-8
/
+4
*
lint: drop use of deprecated string module
Mike Frysinger
2015-10-05
1
-2
/
+1
*
add isoroot checksum support to generate checksums for genkernel to verify
Rick Farina (Zero_Chaos)
2015-09-23
1
-1
/
+1
*
remove duplicated unpack from livecd-stage2
Rick Farina (Zero_Chaos)
2015-09-15
1
-48
/
+0
*
snapshot.py: Update the run() to return True/False same as stagebase
Brian Dolbec
2015-09-09
1
-2
/
+6
*
Fix a couple print() uses back to print statements for consistency
Brian Dolbec
2015-09-06
1
-2
/
+2
*
DeComp bug fixes
Brian Dolbec
2015-09-06
1
-9
/
+25
*
Apply new compress code, normalize paths
Brian Dolbec
2015-09-06
6
-14
/
+14
*
Migrate hardcoded /etc/portage paths
Brian Dolbec
2015-08-29
1
-1
/
+1
*
Strip trailing slash from subpath's if they exist when creating filenames.
Brian Dolbec
2015-02-26
2
-3
/
+3
*
Fix livecd source and target paths not ending with a slash
Brian Dolbec
2015-02-26
2
-3
/
+2
*
Rename local unpack var to _unpack
Brian Dolbec
2015-02-26
1
-3
/
+3
*
Fix a long line.
Brian Dolbec
2015-02-26
1
-1
/
+2
*
Remove some dead code
Brian Dolbec
2015-02-26
1
-2
/
+0
*
Fix some paths/normpath usage
Brian Dolbec
2015-02-26
1
-1
/
+1
*
Create AutoResume class to handle all file creation, deletion...
Brian Dolbec
2014-12-31
4
-22
/
+19
*
Initial creation of fileops.py
Brian Dolbec
2014-12-31
6
-29
/
+19
*
fix indent.
Brian Dolbec
2014-12-31
1
-1
/
+1
*
Mixed spaces/tabs and indent cleanup.
Brian Dolbec
2014-12-31
5
-25
/
+24
*
Pyflakes import cleanup and broken CatalystError calls.
Brian Dolbec
2014-12-31
6
-17
/
+32
*
[3 of 3] Rename all target .py files and classes without _target in them.
Brian Dolbec
2014-12-31
11
-11
/
+11
[next]