summaryrefslogtreecommitdiff
path: root/src/backend/__init__.py
AgeCommit message (Collapse)Author
2024-02-25rename some functionsv6.2402.0V3n3RiX
2024-02-08getcolor -> getclrV3n3RiX
2024-02-08download -> dlpkgV3n3RiX
2024-01-20don't silently fail while attempting to uninstall a package with reverse ↵v6.2401.0V3n3RiX
dependencies
2023-01-16new download method is more reliable, but slower...speed it up againv5.2301.1V3n3RiX
2023-01-12bugfix : https://bugs.redcorelinux.org/show_bug.cgi?id=132 && add manual ↵v5.2301.0V3n3RiX
cache cleaning option
2022-12-04add an aditional matchphrase to the dependency solver, add color support && ↵v4.2212.0V3n3RiX
pep8 the whole backend
2022-11-04backend : use pickle to store dependency lists across modules, split out ↵V3n3RiX
download as separate module (remove lots of duplicated code)
2022-10-30move setMirror -> mirrorsV3n3RiX
2022-10-30merge upgradepkg && upgradesrcV3n3RiX
2022-10-30merge installpkg && installsrcV3n3RiX
2022-10-30various cleanupsV3n3RiX
2022-10-30move upgrade{Pkg,Src} -> upgrade{pkg,src}V3n3RiX
2022-10-30move updateAll -> updateV3n3RiX
2022-10-30move uninstallAll -> uninstallV3n3RiX
2022-10-30move syncEnvironment -> syncenvV3n3RiX
2022-10-30move syncDatabase -> syncdbV3n3RiX
2022-10-30move setJobs -> setjobsV3n3RiX
2022-10-30move setBranch -> setbranchV3n3RiX
2022-10-30move searchSrc -> searchsrcV3n3RiX
2022-10-30move installSrc -> installsrcV3n3RiX
2022-10-30move installPkg -> installpkgV3n3RiX
2022-10-30move resolveDeps -> solvedepsV3n3RiX
2022-10-30move recoverDatabase -> recoverdbV3n3RiX
2022-10-30move killPortage -> killemergeV3n3RiX
2022-10-30move purgeEnvironment -> purgeenvV3n3RiX
2022-10-30move getFilesystem -> getfsV3n3RiX
2022-10-30move getEnvironment -> getenvV3n3RiX
2022-10-30move checkEnvironment -> checkenvV3n3RiX
2022-10-30move autoRemoveAll -> autoremoveV3n3RiX
2022-10-26merge uninstall && force uninstall functionsV3n3RiX
2022-10-26merge getCSV && getBinhost into getEnvironmentV3n3RiX
2022-10-25again : meaningful function namesV3n3RiX
2022-09-17reorder imports alphabeticallyV3n3RiX
2022-09-17rearrange the backendV3n3RiX
2021-03-06merge similar modules togetherv4.2103V3n3RiX
2021-01-30ui : move package operations into the backendV3n3RiX
2020-08-18fix imports in dbsearch (no need to import the whole thing), rename it so we ↵V3n3RiX
have something uniform
2020-08-04add dbsearch for cli frontendbionel
2020-07-04fix some minor typosv4.2007.0V3n3RiX
2020-06-21backend : drop help.py, no longer neededV3n3RiX
2020-06-20backend : adjust to changed optionsV3n3RiX
2020-06-12backend : split hybrid options out ('sisyphus install pkgname --hybrid' or ↵V3n3RiX
'sisyphus upgrade --hybrid')
2020-06-10branchsetup : new generic module, drop old branchinject, branchmaster && ↵V3n3RiX
branchnext modules; plug the new module into the new cli client -> works magic
2020-06-09sisyphus-cli : plug more functions : install, uninstall, forceuninstall, ↵V3n3RiX
update, upgrade, rescue, spmsync, autoremove - all work
2020-06-07update __init__.pyV3n3RiX
2020-06-06filesystem module : gather all the folder and file paths used by sisyphus ↵V3n3RiX
under one module, and expose them to other modules from there
2020-06-06minor fixes, make the gui client work with the new backendV3n3RiX
2020-06-06populate __init__.py to simplify the client imports, ignore some irrelevant ↵V3n3RiX
errors
2020-06-06big rewrite : split the backend in smaller pieces, rework the cli frontend ↵V3n3RiX
to work with the new backend ... gui frontend wip