Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | po: add a false positive to POTFILES.skip | Piotr Drąg | 2022-06-27 | 1 | -0/+1 |
| | | | | | | | Scripts used to detect files that should be in POTFILES.in, like intltool-update -m used on https://l10n.gnome.org/module/systemd/, falsely detect this file as containing translations. Avoid this behavior by putting the file in POTFILES.skip. | ||||
* | po: add a false positive to POTFILES.skip | Piotr Drąg | 2021-10-16 | 1 | -0/+1 |
| | |||||
* | po: add false positives to POTFILES.skip | Piotr Drąg | 2021-09-16 | 1 | -0/+3 |
| | |||||
* | po: add units/systemd-journald.service.in to POTFILES.skip | Piotr Drąg | 2020-11-30 | 1 | -2/+3 |
| | |||||
* | l10n: Update POTFILES.in and POTFILES.skip | Michael Biebl | 2018-02-18 | 1 | -1/+1 |
| | | | | | | | We no longer use .in suffixes for .policy files. Follow-up for commit 9b3cff199dd3827a9f2df9a7f5874d6ef18880f2 and 70886abbde59a45cfabe0769c0cdb3af1e5f7790. | ||||
* | Remove snapshot unit type | Zbigniew Jędrzejewski-Szmek | 2015-11-10 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Snapshots were never useful or used for anything. Many systemd developers that I spoke to at systemd.conf2015, didn't even know they existed, so it is fairly safe to assume that this type can be deleted without harm. The fundamental problem with snapshots is that the state of the system is dynamic, devices come and go, users log in and out, timers fire... and restoring all units to some state from the past would "undo" those changes, which isn't really possible. Tested by creating a snapshot, running the new binary, and checking that the transition did not cause errors, and the snapshot is gone, and snapshots cannot be created anymore. New systemctl says: Unknown operation snapshot. Old systemctl says: Failed to create snapshot: Support for snapshots has been removed. IgnoreOnSnaphost settings are warned about and ignored: Support for option IgnoreOnSnapshot= has been removed and it is ignored http://lists.freedesktop.org/archives/systemd-devel/2015-November/034872.html | ||||
* | readahead: wipe out readahead | Daniel Buch | 2014-09-25 | 1 | -1/+0 |
| | |||||
* | po: add dbus-scope.c to POTFILES.skip | William Giokas | 2013-07-04 | 1 | -0/+1 |
| | |||||
* | build-sys: make intltool and distcheck happy | Zbigniew Jędrzejewski-Szmek | 2013-06-20 | 1 | -0/+1 |
| | |||||
* | intltool: skip the intermediate file in case it remains, not the source file | Kay Sievers | 2012-07-15 | 1 | -1/+1 |
| | |||||
* | units: rename systemd-debug-shell.service to debug-shell.service | Lennart Poettering | 2012-07-02 | 1 | -1/+1 |
| | | | | | The systemd- prefix for services should be reserved only for services that invoke our own code rather than generic, external code. | ||||
* | systemd-debug-shell: add to POTFILES.skip | Kay Sievers | 2012-06-07 | 1 | -0/+1 |
| | |||||
* | move more main systemd parts to core/ | Kay Sievers | 2012-04-12 | 1 | -1/+1 |
| | |||||
* | move libsystemd_core.la sources into core/ | Kay Sievers | 2012-04-11 | 1 | -13/+13 |
| | |||||
* | hostnamed: move sources to subdirectory | Kay Sievers | 2011-12-31 | 1 | -1/+1 |
| | |||||
* | localed: move sources to subdirectory | Kay Sievers | 2011-12-31 | 1 | -1/+1 |
| | |||||
* | timedated: move sources to subdirectory | Kay Sievers | 2011-12-31 | 1 | -1/+1 |
| | |||||
* | build-sys: fix make distcheck | Lennart Poettering | 2011-07-12 | 1 | -0/+19 |