Core Repositories
  1. Core Repositories

merge-scripts

Public
AuthorCommitMessageCommit dateIssues
drobbinsdrobbins
fd035c9d4f6Added the stuff to generate packages.yaml.Now I can rip stuff out.
drobbinsdrobbins
1948af21408Fix up indy-kit-metadata-update so it works.
drobbinsdrobbins
2a90b47390bZaps need to be explicitly skipped when processing nokit.
drobbinsdrobbins
a32ca9e48f0zap file fixes.
drobbinsdrobbins
30a6e7cb2e3For 'zap' file, allow this to appear in globals/ too.
drobbinsdrobbins
3614d55e0a8FL-7056: add a new release-specific package set called, simply 'zap'which can list patterns of packages to exclude from ALL kits. This is how we globally remove old packages.FL-7056
drobbinsdrobbins
7cc9814eff1Add functionality to NOT skip duplicate catpkgs when 'source' is None in foundations.py.
drobbinsdrobbins
ffe113ac661MFixes to allow new tweaks to core-gl-kit to regen.
drobbinsdrobbins
5552cf57cefAdd support for skipping a kit. And add core-gl-kit 2.0-release tothe 1.4 rotation, to attempt to add functionality to ignore xorg-kit for testing. And this all needs testing, too.
drobbinsdrobbins
e830a091e42typo fix.
drobbinsdrobbins
1fc4e306e71A fix for latest changes to python eclasses.We need to mimic the same behavior.
drobbinsdrobbins
0d16b12fbb7Rename 'fondue' (bleh) to 'doit' (do ittttt!!!!)Also update docs.
drobbinsdrobbins
247545c4768fondue fun for everybody
drobbinsdrobbins
cd706711066More things to preserve integrity of output_sha1s.
drobbinsdrobbins
2c94291d6ecMore things to preserve integrity of output_sha1s.
drobbinsdrobbins
103b4e3b373Complete our work on a tree before moving to the next one.
drobbinsdrobbins
1eae0e5de29fixor
drobbinsdrobbins
b57fe1ed771MMerge remote-tracking branch 'origin/master'
drobbinsdrobbins
98868322597Test another async strategy to see if we can improve performance.
drobbinsdrobbins
9bbcc0d2a85MMerge branch 'master' of ssh://code.funtoo.org:7999/core/merge-scripts
drobbinsdrobbins
4f5da7455e5Fail on autogen error.
drobbinsdrobbins
7d3a548496dOn each GitTree, only pull *once* (the first time.)
drobbinsdrobbins
dee7eaf8402Add --nomirror option to turn off GitHub mirroring.
drobbinsdrobbins
04f61cab3bfSimplify autogen integration.Only enable for kit-fixups.
drobbinsdrobbins
1c596b98bf2Call autogen with call() so we can see output in real-time.
drobbinsdrobbins
ebdbb458804Shell out to run autogen.Make sure autogen is in your path.
drobbinsdrobbins
7d03ce47806removing unneeded global declaration.
drobbinsdrobbins
a5dd8450dc7Small changes for latest refactoring of funtoo-metatools.
drobbinsdrobbins
2ae0e06f4f4Fixes for metatools updates.
drobbinsdrobbins
ba6e8644afbremove CACHE_PATH, not used.
drobbinsdrobbins
6e604133ecaFixing GitTree for gitCommit.
drobbinsdrobbins
a46c94345d5Undo broken GitCommit
drobbinsdrobbins
fe9e429b2f3Some pretty significant refactoring to get more efficient with utilizing GitTrees.
drobbinsdrobbins
62c4601043bFix for previous commit.
drobbinsdrobbins
a6c8656574dactivate autogen for flora.
drobbinsdrobbins
8b4788a8dbfHave merge-all-kits set a reasonable temp path for autogen.
drobbinsdrobbins
e41937bf060Bump CPU_COUNT for egencache.
drobbinsdrobbins
d18287ab702Optimize some code paths to use less slow portage crap.
drobbinsdrobbins
22fed87350dOptimize some code paths to use less slow portage crap.
drobbinsdrobbins
7b9df8a3020Imp fix.
drobbinsdrobbins
8d2a914a0d2Better logging for python-use contamination.
drobbinsdrobbins
3cd11912959MMerge remote-tracking branch 'origin/master'
drobbinsdrobbins
0e5105e94a1Get correct head() for INDY kit trees for metadata.
drobbinsdrobbins
d9e96080e32Code updates for python3.7
drobbinsdrobbins
c4e9773f221Small fix for prev.commit.
drobbinsdrobbins
e356b91adfeWhat should be a moderate performance increase --run egencache as a separate asyncio task so it doesn't run in-line with kits processing... since we don't need it to complete right away.
drobbinsdrobbins
f33c7c94240Another minor performance improvement.
drobbinsdrobbins
cd62a0615afWhat should be a minor performance improvement.
drobbinsdrobbins
fdcad632194Small fix for python-use gen.
drobbinsdrobbins
c146ce9f377Small fix for fastpull integration.