From 520a6f36b1a69aaf4bc7763417f83ed8c8ed3d6e Mon Sep 17 00:00:00 2001 From: Filipe Maia Date: Sun, 24 Aug 2025 11:04:05 +0200 Subject: [PATCH 1/3] Fix utility name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59f03049..5d891753 100644 --- a/README.md +++ b/README.md @@ -108,9 +108,9 @@ You can use following command when you want to unmount the tape. The ltfs comman One thing you need to pay attention to here is, that the unmount command continues to work in the background after it returns. It just initiates a trigger to notify the the ltfs command of the unmount request. Actual unmount is completed when the ltfs command is finished. -## The `ltfsee_ordered_copy` utility +## The `ltfs_ordered_copy` utility -The [`ltfsee_ordered_copy`](https://github.com/LinearTapeFileSystem/ltfs/wiki/ltfs_ordered_copy) is a program to copy files from source to destination with LTFS order optimization. +The [`ltfs_ordered_copy`](https://github.com/LinearTapeFileSystem/ltfs/wiki/ltfs_ordered_copy) is a program to copy files from source to destination with LTFS order optimization. It is written in python and it can work with both python2 and python3 (Python 2.7 or later is strongly recommended). You need to install the `pyxattr` module for both python2 and python3. From 1104318b05bd2c48ea4abc1b27e281d7eecbdff3 Mon Sep 17 00:00:00 2001 From: Filipe Maia Date: Sun, 24 Aug 2025 11:27:50 +0200 Subject: [PATCH 2/3] Fix build badge links --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5d891753..98a29e6b 100644 --- a/README.md +++ b/README.md @@ -141,16 +141,16 @@ In some systems, you might need `sudo ldconfig -v` after `make install` to load |:----------------------------------:|:-------:|:--------------------------------------------------------------------------------------------------------------------------------:| | RHEL 8 | x86\_64 | OK - Not checked automatically | | RHEL 8 | ppc64le | OK - Not checked automatically | - | CentOS 8 (Rocky Linux) | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/CentOS8%20Build%20Job/badge.svg?branch=master) | + | CentOS 8 (Rocky Linux) | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/actions/workflows/build-centos8.yml/badge.svg) | | CentOS 8 (Rocky Linux) | ppc64le | OK - Not checked automatically | - | Fedora 28 | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/Fedora28%20Build%20Job/badge.svg?branch=master) | - | Ubuntu 16.04 LTS | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/Ubuntu%2016.04%20Build%20Job/badge.svg?branch=master) | + | Fedora 28 | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/actions/workflows/build-fedora28.yml/badge.svg) | + | Ubuntu 16.04 LTS | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/actions/workflows/build-ubuntu-xeneal.yml/badge.svg) | | Ubuntu 16.04 LTS | ppc64le | OK - Not checked automatically | - | Ubuntu 18.04 LTS | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/Ubuntu%2018.04%20Build%20Job/badge.svg?branch=master) | + | Ubuntu 18.04 LTS | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/actions/workflows/build-ubuntu-bionic.yml/badge.svg) | | Ubuntu 18.04 LTS | ppc64le | OK - Not checked automatically | - | Ubuntu 20.04 LTS (Need icu-config) | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/Ubuntu%2020.04%20Build%20Job/badge.svg?branch=master) | - | Debian 9 | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/Debian9%20Build%20Job/badge.svg?branch=master) | - | Debian 10 (Need icu-config) | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/Debian10%20Build%20Job/badge.svg?branch=master) | + | Ubuntu 20.04 LTS (Need icu-config) | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/actions/workflows/build-ubuntu-focal.yml/badge.svg) | + | Debian 9 | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/actions/workflows/build-debian9.yml/badge.svg) | + | Debian 10 (Need icu-config) | x86\_64 | ![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/actions/workflows/build-debian10.yml/badge.svg) | | ArchLinux 2018.08.01 | x86\_64 | OK - Not checked automatically | | ArchLinux 2018.12.31 (rolling) | x86\_64 | OK - Not checked automatically | From 6f02a788df22f1ecc3c015dbe1a1a330004493ca Mon Sep 17 00:00:00 2001 From: Filipe Maia Date: Mon, 25 Aug 2025 16:39:18 +0200 Subject: [PATCH 3/3] Fix badge in the header --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98a29e6b..75b07ecf 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![](https://img.shields.io/github/issues/lineartapefilesystem/ltfs.svg) -![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/workflows/CentOS7%20Build%20Job/badge.svg?branch=master) +![GH Action status](https://github.com/LinearTapeFileSystem/ltfs/actions/workflows/build-centos8.yml/badge.svg) [![BSD License](http://img.shields.io/badge/license-BSD-blue.svg?style=flat)](LICENSE) # About this branch