summaryrefslogtreecommitdiff
path: root/src/backend/__init__.py
AgeCommit message (Expand)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 depe...v6.2401.0V3n3RiX
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 cach...v5.2301.0V3n3RiX
2022-12-04add an aditional matchphrase to the dependency solver, add color support && p...v4.2212.0V3n3RiX
2022-11-04backend : use pickle to store dependency lists across modules, split out down...V3n3RiX
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
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 's...V3n3RiX
2020-06-10branchsetup : new generic module, drop old branchinject, branchmaster && bran...V3n3RiX
2020-06-09sisyphus-cli : plug more functions : install, uninstall, forceuninstall, upda...V3n3RiX
2020-06-07update __init__.pyV3n3RiX
2020-06-06filesystem module : gather all the folder and file paths used by sisyphus und...V3n3RiX
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 e...V3n3RiX
2020-06-06big rewrite : split the backend in smaller pieces, rework the cli frontend to...V3n3RiX