]> git.ipfire.org Git - pakfire.git/history - src/cli/lib/build.c
cli: Show the repo description when listing repositories
[pakfire.git] / src / cli / lib / build.c
5 days ago  Michael Tremerpakfire: Rename the files to reflect the type
5 days ago  Michael Tremerpakfire: Rename the main class to root
7 days ago  Michael Tremerrepo: Create its own type
7 days ago  Michael Tremerpackage: Create its own type
7 days ago  Michael Tremerlog file: Create its own type
7 days ago  Michael Tremerbuild: Create its own type
7 days ago  Michael Tremerarchive: Create a new type for the archive
7 days ago  Michael Tremerctx: Create a new type for the context
2025-02-15  Michael Tremerbuild: Print debug messages as well
2025-02-14  Michael Tremerlog file: Never write any debug stuff to the file
2025-02-14  Michael Tremercli: Remove unused variable
2025-02-14  Michael Tremerbuild: Add CLI switch to write the build log to file
2025-01-30  Michael Tremerbuild: Create a flag to mark locally run builds
2025-01-30  Michael Tremerrepo: Optionally return the package object when importi...
2025-01-28  Michael Tremerbuilds: Remove old target implementation
2025-01-28  Michael Tremerbuild: Add a result callback and use it in the CLI...
2025-01-05  Michael TremerCLI: Remove option to pass the build ID
2025-01-05  Michael TremerCLI: Create a convenience function to set up a build...
2025-01-05  Michael TremerCLI: Only pass distro globally for all build commands
2025-01-05  Michael TremerCLI: Rename config to args
2025-01-05  Michael Tremerbuild: Pass the configuration to Pakfire
2025-01-05  Michael Tremerbuild: Create and manage the Pakfire instance ourselves
2024-10-26  Michael Tremerlogging: Handle warning messages everywhere
2024-10-13  Michael Tremercli: Fix enabling the snapshot
2024-10-13  Michael Tremerpakfire: Experimental implementation to use overlayfs...
2024-10-12  Michael Tremercli: build: Send all log messages to syslog, too
2024-10-09  Michael Tremerlibpakfire: Set __attribute__((format(...))) wherever...
2024-10-05  Michael Tremercli: build: No longer use the build logger
2023-11-02  Michael Tremercli: Check for root privileges when needed
2023-10-19  Michael Tremercli: Pass argp state to the parse callback
2023-10-14  Michael Tremercli: Add a doc string argument to the parser
2023-10-14  Michael Tremercli: Completely try again...
2023-10-08  Michael Tremercli: pakfire-build: Implement command line option parsi...
2023-09-30  Michael Tremerbuild: Refactor the logger
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: pakfire-builder: Implement the build command