]> git.ipfire.org Git - pakfire.git/history - src/cli
mount: Make changing mount operation not dependant on pakfire
[pakfire.git] / src / cli /
2023-11-02  Michael Tremercli: Check for root privileges when needed
2023-10-31  Michael Tremercli: update: Migrate to the new parser
2023-10-31  Michael Tremercli: sync: Migrate command to the new system
2023-10-31  Michael Tremercli: remove: Migrate command to the new parser
2023-10-31  Michael Tremercli: install: Migrate the command to the new system
2023-10-31  Michael Tremercli: builder: Check if the requested arch is supported
2023-10-31  Michael Tremercli: builder: Show questions we are always saying yes to
2023-10-31  Michael Tremerctx: Store cache path
2023-10-27  Michael Tremerkey: Anchor on context instead of pakfire
2023-10-21  Michael Tremerdaemon: Move into libpakfire
2023-10-21  Michael Tremercli: daemon: Build more scaffolding
2023-10-21  Michael Tremercli: daemon: Remove any unused imports
2023-10-21  Michael Tremercli: daemon: Add scaffolding
2023-10-21  Michael Tremerbuildservice: Implement deleting repositories
2023-10-20  Michael Tremerbuildservice: Implement deleting repositories
2023-10-20  Michael Tremerbuildservice: Implement creating repositories
2023-10-20  Michael Tremercli: repos: Require distro for listing repos
2023-10-20  Michael Tremerbuildservice: Implement showing repositories
2023-10-20  Michael Tremerbuildservice: Implement listing repositories
2023-10-20  Michael Tremerpackagelist: Decouple for the pakfire object
2023-10-20  Michael Tremercli: config: Actually use the code we write
2023-10-20  Michael Tremercli: Add option to configure the default distro
2023-10-20  Michael Tremercli: client: Add option to configure the distribution
2023-10-20  Michael Tremercli: client: Use the global config struct
2023-10-20  Michael Tremerbuildservice: Implement uploading builds
2023-10-20  Michael Tremerbuildservice: Export upload UUID
2023-10-19  Michael Tremerbuildservice: Implement deleting uploads
2023-10-19  Michael Tremercli: Pass argp state to the parse callback
2023-10-19  Michael Tremerbuildservice: Implement uploading files
2023-10-19  Michael Tremerbuildservice: Build out listing uploads
2023-10-17  Michael Tremercli: client: Add a --debug switch
2023-10-17  Michael Tremercli: upload: list: Connect to the build service
2023-10-17  Michael Tremercli: client: Fix passing context pointer
2023-10-17  Michael Tremercli: client: Implement some scaffolding for listing...
2023-10-17  Michael Tremercli: client: Create scaffolding for the client implemen...
2023-10-17  Michael Tremerprogressbar: Fix argument order
2023-10-16  Michael Tremerctx: Move the OFFLINE flag into the context
2023-10-16  Michael Tremerprogress: Anchor progress on the context
2023-10-16  Michael Tremerctx: Read the configuration
2023-10-16  Michael Tremerctx: Move pick solution callback into the context
2023-10-16  Michael Tremerctx: Move the progress callback into the context
2023-10-16  Michael Tremerctx: Move the confirm callback into the context
2023-10-16  Michael Tremercli: Create context before setting parsing the command...
2023-10-16  Michael Tremerpakfire: Remove logging callback
2023-10-15  Michael Tremerctx: Require the new context when creating a Pakfire...
2023-10-15  Michael Tremercli: pakfire-builder: Add forgotten repo options
2023-10-15  Michael Tremercli: pakfire: Move existing commands to the new parser
2023-10-15  Michael Tremercli: shell: Upgrade to the new parser
2023-10-15  Michael Tremercli: repolist: Upgrade to the new parser
2023-10-15  Michael Tremercli: repo: Upgrade to the new parser
2023-10-15  Michael Tremercli: requires: Upgrade to the new parser
2023-10-15  Michael Tremercli: provides: Upgrade to the new parser
2023-10-15  Michael Tremercli: search: Upgrade to the new parser
2023-10-15  Michael Tremercli: info: Migrate command to the new parser
2023-10-15  Michael Tremercli: image: Upgrade to the new parser
2023-10-15  Michael Tremercli: dist: Upgrade to the new parser
2023-10-15  Michael Tremercli: clean: Make doc string static
2023-10-15  Michael Tremercli: command: Add option to min/max number of arguments
2023-10-15  Michael Tremercli: commands: Move flags to the end
2023-10-15  Michael Tremercli: clean: Add a doc string
2023-10-15  Michael Tremercli: Always set up an (even empty) parser so we can...
2023-10-14  Michael Tremercli: Add a doc string argument to the parser
2023-10-14  Michael Tremercli: Update clean command to the new parser
2023-10-14  Michael Tremercli: Completely try again...
2023-10-08  Michael Tremercli: pakfire-build: Implement command line option parsi...
2023-10-04  Michael Tremerstring: Silence a couple of format error warnings
2023-10-04  Michael TremerFix any incorrect format arguments throughout the code...
2023-10-04  Michael TremerMake old-style functions new-style functions
2023-10-02  Michael Tremercli: progressbar: Increment the size of the bar buffer
2023-10-01  Michael Tremercli: progressbar: Dynamically allocate all buffers
2023-10-01  Michael Tremercli: pakfire: Enable progressbar
2023-10-01  Michael Tremerprogress: Implement setting the title as a separate...
2023-10-01  Michael Tremerprogress: Add a new abstraction to indicate progress
2023-09-30  Michael Tremerbuild: Refactor the logger
2023-09-30  Michael Tremercli: Properly crash if we are not handling a CLI argument
2023-09-30  Michael Tremercli: Fix parsing command options
2023-09-29  Michael Tremerbuild: Add implicit dist() when a makefile is passed
2023-09-29  Michael Tremercli: pakfire-builder: build: Show the build log
2023-09-29  Michael Tremercli: Add color functions
2023-09-29  Michael Tremercli: pakfire-builder: Implement "image create"
2023-09-29  Michael Tremercli: pakfire-builder: Implement repo compose
2023-09-29  Michael Tremercli: Fix passing around command line arguments
2023-09-29  Michael Tremercli: pakfire-builder: Implement the build command
2023-09-29  Michael Tremercli: pakfire-builder: Implement dist command
2023-09-28  Michael Tremercli: pakfire-builder: Implement shell
2023-09-28  Michael Tremercli: pakfire-builder: Add info command
2023-09-28  Michael Tremercli: pakfire-builder: Show more information in build...
2023-09-28  Michael Tremerpakfire: Add flag to signal that we are running in...
2023-09-28  Michael Tremercli: pakfire-builder: Remove double error message
2023-09-28  Michael Tremercli: pakfire-builder: Add other basic commands
2023-09-28  Michael Tremercli: pakfire-builder: Update help text
2023-09-28  Michael Tremercli: pakfire-builder: Add repolist command
2023-09-28  Michael Tremercli: Move pakfire/pakfire-builder into a single file
2023-09-28  Michael Tremercli: Move any kind of actions into the library so we...
2023-09-28  Michael Tremercli: Include headers of the library in a more explicit way
2023-09-28  Michael Tremercli: Implement scaffolding for pakfire-builder
2023-09-27  Michael Tremercli: pakfire: Implement --yes
2023-09-27  Michael Tremerlibpakfire: Move loglevel into flags on create for...
2023-09-27  Michael Tremercli: Implement interactive selection of solutions
2023-09-26  Michael Tremercli: Implement the confirm callback
next