]> git.ipfire.org Git - pakfire.git/history - src/cli/pakfire-builder.c
cli: Show the repo description when listing repositories
[pakfire.git] / src / cli / pakfire-builder.c
4 days ago  Michael Tremerpakfire: Rename the files to reflect the type
4 days ago  Michael Tremerpakfire: Rename the main class to root
6 days ago  Michael Tremerctx: Create a new type for the context
2025-02-04  Michael Tremercli: Send more stuff to the console instead of syslog
2025-01-27  Michael Tremerconfigure: Fix config.h
2025-01-10  Michael Tremercli: Fail if the context wasn't freed in the end
2025-01-05  Michael TremerCLI: Rename config to args
2024-10-19  Michael Tremercli: pakfire-builder: Add command to call the linter
2024-10-18  Michael Tremercli: builder: Add command to update a snapshot
2024-10-06  Michael Tremercli: shell: Implement running commands via CLI
2023-11-02  Michael Tremercli: Check for root privileges when needed
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-20  Michael Tremercli: Add option to configure the default distro
2023-10-19  Michael Tremercli: Pass argp state to the parse callback
2023-10-16  Michael Tremerctx: Read the configuration
2023-10-16  Michael Tremerctx: Move the progress callback into the context
2023-10-16  Michael Tremercli: Create context before setting parsing the command...
2023-10-15  Michael Tremercli: pakfire-builder: Add forgotten repo options
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: command: Add option to min/max number of arguments
2023-10-15  Michael Tremercli: commands: Move flags to the end
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-01  Michael Tremerprogress: Add a new abstraction to indicate progress
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 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 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