lp:cdemu
- Get this branch:
- bzr branch lp:cdemu
Branch merges
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.code.sf.net/p/cdemu/code.
Last successful import was 3 hours ago.
Recent revisions
- 1837. By Rok Mandeljc on 2021-04-17
-
debian: update requirements
Bump cmake requirement to 3.7.0 or later. Bump libglib2.0-dev
requirement to 2.38 or later. - 1836. By Rok Mandeljc on 2021-04-17
-
Modernize and clean up CMake files
Minimum required CMake version is now 3.7, which corresponds to
what is found on Debian stretch. - 1835. By Rok Mandeljc on 2021-04-05
-
Daemon: update README
Add a section about configuration file, update the section about
daemon autostart. - 1834. By Rok Mandeljc on 2021-04-05
-
Daemon: update man page
Document the newly introduced configuration file.
- 1833. By Rok Mandeljc on 2021-04-04
-
Daemon: debian: adjust debian build scripts for new service files
- 1832. By Rok Mandeljc on 2021-04-04
-
Daemon: remove bundled DBus activation scripts
Replace them with example service files for DBus-activatable
systemd user service. The latter provides better way to control
the actual service (via systemctl) and its log (via journalctl).The example files are not installed by CMake, so creating actual
deployment is at packager's discretion (and they can use whatever
activation mechanism applies to their distribution). - 1831. By Rok Mandeljc on 2021-04-04
-
Daemon: allow specified config file to be non-existant
This way, launcher script can provide expected config filename
without it having to actually exist. - 1830. By Rok Mandeljc on 2021-04-04
-
Daemon: implement built-in config file parser
Allow user to pass key/value config file via --config-file command-line
option. Other command-line options override the settings from
config file. - 1829. By Rok Mandeljc on 2021-04-04
-
Daemon: use G_OPTION_
ARG_FILENAME for --logfile argument And use g_fopen() instead of fopen() to properly deal with GLib
filename encoding.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)