backup-at-scripts:master

Last commit made on 2024-04-08
Get this branch:
git clone -b master https://git.launchpad.net/backup-at-scripts
Only Mark Grant can upload to this branch. If you are Mark Grant please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:backup-at-scripts

Recent commits

66aa8f5... by Mark Grant

v1.1.2

Signed-off-by: Mark Grant <email address hidden>

c798813... by Mark Grant

at: Update ChangeLog and NEWS for new release

Signed-off-by: Mark Grant <email address hidden>

d208748... by Mark Grant

v1.1.2-rc1

Signed-off-by: Mark Grant <email address hidden>

469cd9c... by Mark Grant

bash: Silence trap function unreachable code warning

Found by shellcheck:-
SC2317 (info): Command appears to be unreachable. Check usage (or ignore if invoked indirectly).

Being a trap function appearing unreachable is normal so silence the
warning.

Link: https://www.shellcheck.net/wiki/SC2317
Signed-off-by: Mark Grant <email address hidden>

a74f57b... by Mark Grant

bash: Double quote to prevent globbing and word splitting

Found by shellcheck:-
SC2086 (info): Double quote to prevent globbing and word splitting.

Link: https://www.shellcheck.net/wiki/SC2086
Signed-off-by: Mark Grant <email address hidden>

6c51361... by Mark Grant

bash: Remove unused variable

Found by shellcheck:-
SC2034 (warning): outputprefix appears unused. Verify use (or export if used externally).

Link: https://www.shellcheck.net/wiki/SC2034
Signed-off-by: Mark Grant <email address hidden>

8aa7136... by Mark Grant

at: Improve CL syntax description

Use standardised command line syntax format.

Signed-off-by: Mark Grant <email address hidden>

6538ed8... by Mark Grant

man: Update CL syntax

Use standard format for command line syntax.

Signed-off-by: Mark Grant <email address hidden>

7583729... by Mark Grant

bash: Improve CL syntax description

Use standardised command line syntax format.

Signed-off-by: Mark Grant <email address hidden>

db3712a... by Mark Grant

all: Remove most in-file ChangeLogs and versioning

In-file ChangeLog information is no longer required in the modern VCS
world, except where a file is imported as a version, eg bootstrap.sh,
gitignore etc.

In-file versioning should only be provided when it helps to narrow down
bugs or problems. So they are valid as script / program version
information which the user can quote when reporting bugs. They are not
required on AutoTools files for example.

Signed-off-by: Mark Grant <email address hidden>