]> git.ipfire.org Git - pakfire.git/history - src/pakfire/base.py
pakfire: Move refresh into libpakfire
[pakfire.git] / src / pakfire / base.py
2021-06-19  Michael Tremerpakfire: Move refresh into libpakfire
2021-06-18  Michael TremerRevert "pakfire: Automatically refresh repositories...
2021-06-18  Michael TremerMove clean function into libpakfire
2021-06-18  Michael Tremerpakfire: Automatically refresh repositories when initia...
2021-06-15  Michael TremerDrop python to libpakfire logging layer
2021-06-14  Michael TremerPakfireContext: Remove unused repos property
2021-06-14  Michael Tremerpakfire: Drop unused PakfireKey class
2021-06-10  Michael TremerMerge branch 'python3'
2021-06-05  Michael Tremerbuilder: Move setup of build environment into libpakfire
2021-06-04  Michael Tremerpython: Drop importing removed sub-module
2021-04-23  Michael TremerDrop selectors
2021-04-23  Michael Tremerrequest: Add some experimental code removing selectors
2021-04-19  Michael Tremerbuilder: Pass configuration file through for distribution
2021-04-19  Michael Tremerlibpakfire: Export repositories to Python
2021-04-16  Michael Tremerpakfire: Load repositories from configuration
2021-03-21  Michael Tremerbuilder: Add function to bind-mount ccache
2021-03-21  Michael Tremerbase: Drop unused make_path function
2021-03-19  Michael Tremerlibpakfire: Move IPFire check
2021-03-19  Michael Tremerlibpakfire: Move check whether we are running as root
2021-03-19  Michael TremerMove offline setting to Pakfire instances
2021-03-13  Michael Tremerbase: Cache path cannot be set any more
2021-03-13  Michael TremerDrop old downloader and metadata parser
2021-03-12  Michael Tremerrepo: Implement downloading mirrorlists
2021-03-09  Michael Tremerdist: Add basic C implementation
2021-02-12  Michael TremerDrop PakfireServer
2021-01-13  Michael TremerMake "pakfire provides" work
2021-01-11  Michael TremerRemove unused build function from Pakfire()
2021-01-10  Michael Tremerpython: Drop PakfireBuilder class
2021-01-10  Michael Tremerpython: Drop "mode" in main class
2021-01-10  Michael Tremerarch: Drop Python class and replace with C implementation
2020-12-25  Michael Tremerbase: Drop loading unused filelist module
2020-12-25  Michael Tremererrors: Rename NotAnIPFireSystemError to NotIPFireError
2019-06-10  Michael TremerImplement extracting archives from Python
2019-06-08  Michael Tremerlibpakfire: Add function to import an archive to a...
2019-06-08  Michael Tremerpakfire: Pass on offline switch to Pakfire instance
2019-05-12  Michael Tremerlibpakfire: Support groups
2019-03-13  Michael TremerPass architecture to the Pakfire module as a string...
2018-02-16  Michael Tremerpython: Use libpakfire's logging system
2018-02-16  Michael TremerFix cleaning repositories
2018-01-22  Michael Tremerpython: Move refreshing remote repositories into own...
2018-01-19  Michael Tremerlibpakfire: Drop Pool
2018-01-19  Michael Tremerlibpakfire: Remove cache path from Pool
2018-01-15  Michael Tremerlibpakfire: Make Pakfire parent object of Request
2018-01-15  Michael Tremerpython: Drop old transaction code
2018-01-13  Michael TremerDrop old keyring code
2017-11-23  Michael Tremerlibpakfire: Always add a pool to Pakfire
2017-11-23  Michael Tremerlibpakfire: Create a Pakfire root object
2017-11-23  Michael Tremerlibpakfire: Add capability to generate keys and export...
2017-11-02  Michael Tremerbase: Drop importing the actions module
2017-11-02  Michael TremerDrop resolvdep command which isn't very helpful
2017-11-02  Michael TremerAllow removing packages
2017-11-02  Michael TremerDrop importing old satsolver
2017-11-02  Michael TremerAllow to check for any dependency issues
2017-11-02  Michael TremerMake search working
2017-11-02  Michael TremerAdd support to the solver to update
2017-11-02  Michael TremerRemove old installation logic and move it into the...
2017-05-20  Michael TremerBig rewrite of the builder class
2017-05-20  Michael Tremerpakfire: Allow easy access to version number
2017-05-20  Michael Tremerpakfire: Allow passing an individual configuration...
2017-05-05  Michael TremerRefactor repository downloading code
2017-04-07  Michael TremerDrop satsolver.Pool class and use Pool from _pakfire
2016-12-12  Michael TremerAutomatically initialize any locally configured reposit...
2016-12-11  Michael TremerPakfireContext: Add shortcut to repos
2016-12-07  Michael TremerMove remove() to PakfireContext
2016-12-07  Michael TremerMove downgrade() to PakfireContext
2016-12-07  Michael TremerMove update() to PakfireContext
2016-12-07  Michael TremerMove reinstall() to PakfireContext
2016-12-07  Michael TremerMove install() to PakfireContext
2016-12-07  Michael Tremerbase: Remove unused builder attribute
2016-12-07  Michael Tremerbase: Drop unnecessary repo_list
2016-12-07  Michael TremerMove provides() to PakfireContext
2016-12-07  Michael TremerDrop groulist command
2016-12-07  Michael TremerDrop groupinstall command
2016-12-07  Michael TremerMove check() to PakfireContext
2016-12-07  Michael TremerMove search() to PakfireContext
2016-12-07  Michael Tremerbase: Add PakfireContext
2016-12-03  Michael Tremersystem: Add host distro
2016-12-03  Michael Tremerbase: Move architecture to Pakfire class
2016-12-03  Michael Tremerbase: Drop unused function check_host_arch()
2016-12-03  Michael TremerRename "clean all" to clean
2016-12-03  Michael Tremerbase: Turn Pakfire initialization into a context
2016-12-03  Michael Tremerbase: Remove unused PakfireClient class
2016-12-03  Michael Tremerbase: No need to reset the logger after Pakfire is...
2016-12-03  Michael Tremerconfig: Allow fetching an entire section with get()
2016-12-03  Michael Tremerconfig: Drop unused ConfigDaemon class
2016-11-26  Michael TremerMigrate to Python 3
2013-08-04  Michael TremerUse autotools.