Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-30 | move getEnvironment -> getenv | V3n3RiX | |
2022-10-30 | move checkEnvironment -> checkenv | V3n3RiX | |
2022-10-30 | move autoRemoveAll -> autoremove | V3n3RiX | |
2022-10-27 | bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=131 | V3n3RiX | |
2022-10-27 | bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=129 | V3n3RiX | |
2022-10-26 | fix variables in syncDatabase | V3n3RiX | |
2022-10-26 | fix typo : upgradeable -> upgradable | V3n3RiX | |
2022-10-26 | rename start && startqt -> cliExec && guiExec | V3n3RiX | |
2022-10-26 | merge uninstall && force uninstall functions | V3n3RiX | |
2022-10-26 | move : portageRemote -> gentooRemote | V3n3RiX | |
2022-10-26 | merge getCSV && getBinhost into getEnvironment | V3n3RiX | |
2022-10-25 | again : meaningful function names | V3n3RiX | |
2022-10-25 | avoid repetitions | V3n3RiX | |
2022-10-25 | meaningful function names | V3n3RiX | |
2022-10-25 | rename : portageRepo -> gentooRepo | V3n3RiX | |
2022-09-19 | oops, forgot the importv4.2209.1 | V3n3RiX | |
2022-09-19 | we want realtime output in these, so bring back io.TextIOWrapper | V3n3RiX | |
2022-09-18 | silence some parts | V3n3RiX | |
2022-09-17 | only use pipes when absolutely needed | V3n3RiX | |
2022-09-17 | get rid of io.TextIOWrapper | V3n3RiX | |
2022-09-17 | fix Popen.communicate calls | V3n3RiX | |
2022-09-17 | move subprocess.Popen.communicate at the end of the data stream | V3n3RiX | |
2022-09-17 | reorder imports alphabetically | V3n3RiX | |
2022-09-17 | rearrange the backend | V3n3RiX | |
2022-09-16 | replace subprocess.Popen.wait with subprocess.Popen.communicate everywhere ↵ | V3n3RiX | |
we use pipes to avoid deadlocks | |||
2022-09-16 | bugfix : | V3n3RiX | |
* subprocess.Popen child processes can "sometimes" generate a very large output, causing a deadlock (**cough** dependency solver **cough**) * use subprocess.Popen.communicate instead of subprocess.Popen.wait to avoid such issues * see : https://docs.python.org/3/library/subprocess.html#subprocess.Popen.wait | |||
2022-08-09 | backend : split check.branch() function | V3n3RiX | |
2021-07-10 | sisyphus backend : arm64 specific bitsv4.2107.0 | V3n3RiX | |
2021-06-08 | backend : leave the package cache alone while switching branches | V3n3RiX | |
2021-03-06 | merge similar modules togetherv4.2103 | V3n3RiX | |
2021-03-06 | backend: | V3n3RiX | |
* drop some checks we had in place due to expensive metadata regen * less time checking -> more time working -> faster sisyphus | |||
2021-03-06 | backend : | V3n3RiX | |
* we now ship updated metadata in our ebuild tree * we fetch it via normal update/sync operation * local regen/update is no longer required * this will improve update/sync operations considerably | |||
2021-02-15 | backend : enable bdeps by default in solvedeps && install && ebuildinstall ↵ | V3n3RiX | |
modules so we get everything in one go | |||
2021-02-08 | backend : we already have package category in the calculated dependency ↵v4.2102.0 | V3n3RiX | |
list, so use it and don't waste time extracting it from the tarbals | |||
2021-02-06 | order imports, minor fix in check module | V3n3RiX | |
2021-02-02 | minor changes | V3n3RiX | |
2021-02-02 | make this code more pretty | V3n3RiX | |
2021-02-02 | Revert "cleanup some code" | V3n3RiX | |
This reverts commit e66109a13d8d3a6393e5c3255239c9ec2971d07c. | |||
2021-02-02 | cleanup some code | V3n3RiX | |
2021-02-02 | remove some redundant code -> faster sync speeds | V3n3RiX | |
2021-02-02 | * better explain some used terms | V3n3RiX | |
* update the help menu and CLI documentation * remove animations from setjobs module (it takes less than a second, so it's pointless) * make some error messages less cryptic && offer help to understand them * don't kill the graphical interface right away if there is a missmatch, display the error, offer help && and then die in 10 seconds | |||
2021-01-31 | backend : refuse to run if there is a missmatch between the local branch and ↵ | V3n3RiX | |
the binary repository | |||
2021-01-31 | backend : reuse binhost module in csvfiles module, one less portage call | V3n3RiX | |
2021-01-31 | Revert "backend : reuse binhost module in csvfiles module, one less portage ↵ | V3n3RiX | |
call" This reverts commit e4f2e722b2740d16ddc2ffa9b184287a7850b203. | |||
2021-01-31 | backend : reuse binhost module in csvfiles module, one less portage call | V3n3RiX | |
2021-01-30 | don't start from 0, but from 1 insteadv4.2101.1 | V3n3RiX | |
2021-01-30 | backend : show how many binaries out of how many we downloaded so far | V3n3RiX | |
2021-01-30 | fix typo | V3n3RiX | |
2021-01-30 | ui : move package operations into the backend | V3n3RiX | |
2021-01-24 | don't silently fail if a source package requested without the --ebuild ↵ | V3n3RiX | |
option needs a keyword, mask, REQUIRED_USE or USE change |