|
FlatImage
A configurable Linux containerization system
|
Remote recipe repository URL management. More...
Functions | |
| Value< void > | set (fs::path const &path_file_binary, std::string const &url) |
| Sets a remote URL in the database. | |
| Value< std::string > | get (fs::path const &path_file_binary) |
| Gets the remote URL from the database. | |
| Value< void > | clear (fs::path const &path_file_binary) |
| Clears the remote URL from the database. | |
Remote recipe repository URL management.
Manages the remote URL for FlatImage recipe repositories. Stores and retrieves the base URL from which recipe JSON files are fetched during package installation. Provides simple get/set operations with persistence to the binary's reserved space for distribution-specific recipe sources.
|
inlinenodiscard |
Clears the remote URL from the database.
| path_file_binary | Path to the binary with remote URL database |
Definition at line 83 of file remote.hpp.
|
inlinenodiscard |
Gets the remote URL from the database.
| path_file_binary | Path to the binary with remote URL database |
Definition at line 62 of file remote.hpp.
|
inlinenodiscard |
Sets a remote URL in the database.
| path_file_binary | Path to the binary with remote URL database |
| url | The remote URL to set |
Definition at line 44 of file remote.hpp.