[pbs-devel] applied: [PATCH proxmox-backup 2/2] rename pbs-systemd to proxmox-systemd

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Sep 21 10:07:38 CEST 2021


On 21.09.21 09:33, Dietmar Maurer wrote:
> ---
>  Cargo.toml                                         |  4 ++--
>  Makefile                                           |  2 +-
>  pbs-api-types/Cargo.toml                           |  2 +-
>  pbs-api-types/src/jobs.rs                          |  8 ++++----
>  pbs-api-types/src/tape/media_pool.rs               |  2 +-
>  pbs-api-types/src/upid.rs                          |  4 ++--
>  proxmox-backup-client/Cargo.toml                   |  2 +-
>  proxmox-backup-client/src/mount.rs                 |  8 ++++----
>  proxmox-file-restore/Cargo.toml                    |  2 +-
>  proxmox-file-restore/src/block_driver_qemu.rs      |  8 ++++----
>  {pbs-systemd => proxmox-systemd}/Cargo.toml        |  2 +-
>  {pbs-systemd => proxmox-systemd}/src/lib.rs        |  0
>  {pbs-systemd => proxmox-systemd}/src/parse_time.rs |  0
>  {pbs-systemd => proxmox-systemd}/src/time.rs       |  0
>  {pbs-systemd => proxmox-systemd}/src/unit.rs       |  0
>  src/api2/node/disks/directory.rs                   | 12 ++++++------
>  src/api2/node/disks/zfs.rs                         |  4 ++--
>  src/bin/proxmox-backup-proxy.rs                    |  2 +-
>  src/server/email_notifications.rs                  |  2 +-
>  src/server/jobstate.rs                             |  2 +-
>  src/tape/drive/mod.rs                              |  2 +-
>  src/tape/inventory.rs                              |  2 +-
>  src/tape/media_pool.rs                             |  2 +-
>  src/tape/test/alloc_writable_media.rs              |  2 +-
>  src/tape/test/compute_media_state.rs               |  4 ++--
>  src/tools/systemd/types.rs                         |  4 ++--
>  26 files changed, 41 insertions(+), 41 deletions(-)
>  rename {pbs-systemd => proxmox-systemd}/Cargo.toml (93%)
>  rename {pbs-systemd => proxmox-systemd}/src/lib.rs (100%)
>  rename {pbs-systemd => proxmox-systemd}/src/parse_time.rs (100%)
>  rename {pbs-systemd => proxmox-systemd}/src/time.rs (100%)
>  rename {pbs-systemd => proxmox-systemd}/src/unit.rs (100%)
> 
>

applied, thanks!





More information about the pbs-devel mailing list