Release 1.11.1
Update version number and update documentation * Create private dirs prior to merge (#74)
This commit is contained in:
parent
ebc90bfc98
commit
5d4f3aac5b
5 changed files with 91 additions and 72 deletions
3
CHANGES
3
CHANGES
|
@ -1,3 +1,6 @@
|
||||||
|
1.11.1
|
||||||
|
* Create private dirs prior to merge (#74)
|
||||||
|
|
||||||
1.11.0
|
1.11.0
|
||||||
* Option for Cygwin to copy files instead of symlink (#62)
|
* Option for Cygwin to copy files instead of symlink (#62)
|
||||||
* Support `YADM_DISTRO` in Jinja templates (#68)
|
* Support `YADM_DISTRO` in Jinja templates (#68)
|
||||||
|
|
2
yadm
2
yadm
|
@ -19,7 +19,7 @@ if [ -z "$BASH_VERSION" ]; then
|
||||||
[ "$YADM_TEST" != 1 ] && exec bash "$0" "$@"
|
[ "$YADM_TEST" != 1 ] && exec bash "$0" "$@"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
VERSION=1.11.0
|
VERSION=1.11.1
|
||||||
|
|
||||||
YADM_WORK="$HOME"
|
YADM_WORK="$HOME"
|
||||||
YADM_DIR="$HOME/.yadm"
|
YADM_DIR="$HOME/.yadm"
|
||||||
|
|
2
yadm.1
2
yadm.1
|
@ -1,5 +1,5 @@
|
||||||
." vim: set spell so=8:
|
." vim: set spell so=8:
|
||||||
.TH yadm 1 "10 July 2017" "1.11.0"
|
.TH yadm 1 "23 August 2017" "1.11.1"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
yadm \- Yet Another Dotfiles Manager
|
yadm \- Yet Another Dotfiles Manager
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
|
151
yadm.md
151
yadm.md
|
@ -214,50 +214,54 @@
|
||||||
manually to update permissions. This feature is enabled by
|
manually to update permissions. This feature is enabled by
|
||||||
default.
|
default.
|
||||||
|
|
||||||
|
yadm.auto-private-dirs
|
||||||
|
Disable the automatic creating of private directories described
|
||||||
|
in the section PERMISSIONS.
|
||||||
|
|
||||||
yadm.ssh-perms
|
yadm.ssh-perms
|
||||||
Disable the permission changes to $HOME/.ssh/*. This feature is
|
Disable the permission changes to $HOME/.ssh/*. This feature is
|
||||||
enabled by default.
|
enabled by default.
|
||||||
|
|
||||||
yadm.gpg-perms
|
yadm.gpg-perms
|
||||||
Disable the permission changes to $HOME/.gnupg/*. This feature
|
Disable the permission changes to $HOME/.gnupg/*. This feature
|
||||||
is enabled by default.
|
is enabled by default.
|
||||||
|
|
||||||
yadm.gpg-recipient
|
yadm.gpg-recipient
|
||||||
Asymmetrically encrypt files with a gpg public/private key pair.
|
Asymmetrically encrypt files with a gpg public/private key pair.
|
||||||
Provide a "key ID" to specify which public key to encrypt with.
|
Provide a "key ID" to specify which public key to encrypt with.
|
||||||
The key must exist in your public keyrings. If left blank or
|
The key must exist in your public keyrings. If left blank or
|
||||||
not provided, symmetric encryption is used instead. If set to
|
not provided, symmetric encryption is used instead. If set to
|
||||||
"ASK", gpg will interactively ask for recipients. See the
|
"ASK", gpg will interactively ask for recipients. See the
|
||||||
ENCRYPTION section for more details. This feature is disabled
|
ENCRYPTION section for more details. This feature is disabled
|
||||||
by default.
|
by default.
|
||||||
|
|
||||||
yadm.gpg-program
|
yadm.gpg-program
|
||||||
Specify an alternate program to use instead of "gpg". By
|
Specify an alternate program to use instead of "gpg". By
|
||||||
default, the first "gpg" found in $PATH is used.
|
default, the first "gpg" found in $PATH is used.
|
||||||
|
|
||||||
yadm.git-program
|
yadm.git-program
|
||||||
Specify an alternate program to use instead of "git". By
|
Specify an alternate program to use instead of "git". By
|
||||||
default, the first "git" found in $PATH is used.
|
default, the first "git" found in $PATH is used.
|
||||||
|
|
||||||
yadm.cygwin-copy
|
yadm.cygwin-copy
|
||||||
If set to "true", for Cygwin hosts, alternate files will be
|
If set to "true", for Cygwin hosts, alternate files will be
|
||||||
copies instead of symbolic links. This might be desirable,
|
copies instead of symbolic links. This might be desirable,
|
||||||
because non-Cygwin software may not properly interpret Cygwin
|
because non-Cygwin software may not properly interpret Cygwin
|
||||||
symlinks.
|
symlinks.
|
||||||
|
|
||||||
These last four "local" configurations are not stored in the
|
These last four "local" configurations are not stored in the
|
||||||
$HOME/.yadm/config, they are stored in the local repository.
|
$HOME/.yadm/config, they are stored in the local repository.
|
||||||
|
|
||||||
|
|
||||||
local.class
|
local.class
|
||||||
Specify a CLASS for the purpose of symlinking alternate files.
|
Specify a CLASS for the purpose of symlinking alternate files.
|
||||||
By default, no CLASS will be matched.
|
By default, no CLASS will be matched.
|
||||||
|
|
||||||
local.os
|
local.os
|
||||||
Override the OS for the purpose of symlinking alternate files.
|
Override the OS for the purpose of symlinking alternate files.
|
||||||
|
|
||||||
local.hostname
|
local.hostname
|
||||||
Override the HOSTNAME for the purpose of symlinking alternate
|
Override the HOSTNAME for the purpose of symlinking alternate
|
||||||
files.
|
files.
|
||||||
|
|
||||||
local.user
|
local.user
|
||||||
|
@ -268,7 +272,7 @@
|
||||||
to have an automated way of choosing an alternate version of a file for
|
to have an automated way of choosing an alternate version of a file for
|
||||||
a different operating system, host, or user. yadm implements a feature
|
a different operating system, host, or user. yadm implements a feature
|
||||||
which will automatically create a symbolic link to the appropriate ver-
|
which will automatically create a symbolic link to the appropriate ver-
|
||||||
sion of a file, as long as you follow a specific naming convention.
|
sion of a file, as long as you follow a specific naming convention.
|
||||||
yadm can detect files with names ending in any of the following:
|
yadm can detect files with names ending in any of the following:
|
||||||
|
|
||||||
##
|
##
|
||||||
|
@ -280,10 +284,10 @@
|
||||||
##OS.HOSTNAME
|
##OS.HOSTNAME
|
||||||
##OS.HOSTNAME.USER
|
##OS.HOSTNAME.USER
|
||||||
|
|
||||||
If there are any files managed by yadm's repository, or listed in
|
If there are any files managed by yadm's repository, or listed in
|
||||||
$HOME/.yadm/encrypt, which match this naming convention, symbolic links
|
$HOME/.yadm/encrypt, which match this naming convention, symbolic links
|
||||||
will be created for the most appropriate version. This may best be
|
will be created for the most appropriate version. This may best be
|
||||||
demonstrated by example. Assume the following files are managed by
|
demonstrated by example. Assume the following files are managed by
|
||||||
yadm's repository:
|
yadm's repository:
|
||||||
|
|
||||||
- $HOME/path/example.txt##
|
- $HOME/path/example.txt##
|
||||||
|
@ -305,7 +309,7 @@
|
||||||
|
|
||||||
$HOME/path/example.txt -> $HOME/path/example.txt##Darwin
|
$HOME/path/example.txt -> $HOME/path/example.txt##Darwin
|
||||||
|
|
||||||
Since the hostname doesn't match any of the managed files, the more
|
Since the hostname doesn't match any of the managed files, the more
|
||||||
generic version is chosen.
|
generic version is chosen.
|
||||||
|
|
||||||
If running on a Linux server named "host4", the link will be:
|
If running on a Linux server named "host4", the link will be:
|
||||||
|
@ -323,42 +327,42 @@
|
||||||
If no "##" version exists and no files match the current CLASS/OS/HOST-
|
If no "##" version exists and no files match the current CLASS/OS/HOST-
|
||||||
NAME/USER, then no link will be created.
|
NAME/USER, then no link will be created.
|
||||||
|
|
||||||
Links are also created for directories named this way, as long as they
|
Links are also created for directories named this way, as long as they
|
||||||
have at least one yadm managed file within them.
|
have at least one yadm managed file within them.
|
||||||
|
|
||||||
CLASS must be manually set using yadm config local.class <class>. OS
|
CLASS must be manually set using yadm config local.class <class>. OS
|
||||||
is determined by running uname -s, HOSTNAME by running hostname, and
|
is determined by running uname -s, HOSTNAME by running hostname, and
|
||||||
USER by running id -u -n. yadm will automatically create these links
|
USER by running id -u -n. yadm will automatically create these links
|
||||||
by default. This can be disabled using the yadm.auto-alt configuration.
|
by default. This can be disabled using the yadm.auto-alt configuration.
|
||||||
Even if disabled, links can be manually created by running yadm alt.
|
Even if disabled, links can be manually created by running yadm alt.
|
||||||
|
|
||||||
It is possible to use "%" as a "wildcard" in place of CLASS, OS, HOST-
|
It is possible to use "%" as a "wildcard" in place of CLASS, OS, HOST-
|
||||||
NAME, or USER. For example, The following file could be linked for any
|
NAME, or USER. For example, The following file could be linked for any
|
||||||
host when the user is "harvey".
|
host when the user is "harvey".
|
||||||
|
|
||||||
$HOME/path/example.txt##%.%.harvey
|
$HOME/path/example.txt##%.%.harvey
|
||||||
|
|
||||||
CLASS is a special value which is stored locally on each host (inside
|
CLASS is a special value which is stored locally on each host (inside
|
||||||
the local repository). To use alternate symlinks using CLASS, you must
|
the local repository). To use alternate symlinks using CLASS, you must
|
||||||
set the value of class using the configuration local.class. This is
|
set the value of class using the configuration local.class. This is
|
||||||
set like any other yadm configuration with the yadm config command. The
|
set like any other yadm configuration with the yadm config command. The
|
||||||
following sets the CLASS to be "Work".
|
following sets the CLASS to be "Work".
|
||||||
|
|
||||||
yadm config local.class Work
|
yadm config local.class Work
|
||||||
|
|
||||||
Similarly, the values of OS, HOSTNAME, and USER can be manually over-
|
Similarly, the values of OS, HOSTNAME, and USER can be manually over-
|
||||||
ridden using the configuration options local.os, local.hostname, and
|
ridden using the configuration options local.os, local.hostname, and
|
||||||
local.user.
|
local.user.
|
||||||
|
|
||||||
|
|
||||||
## JINJA
|
## JINJA
|
||||||
If the envtpl command is available, Jinja templates will also be pro-
|
If the envtpl command is available, Jinja templates will also be pro-
|
||||||
cessed to create or overwrite real files. yadm will treat files ending
|
cessed to create or overwrite real files. yadm will treat files ending
|
||||||
in
|
in
|
||||||
|
|
||||||
##yadm.j2
|
##yadm.j2
|
||||||
|
|
||||||
as Jinja templates. During processing, the following variables are set
|
as Jinja templates. During processing, the following variables are set
|
||||||
according to the rules explained in the ALTERNATES section:
|
according to the rules explained in the ALTERNATES section:
|
||||||
|
|
||||||
YADM_CLASS
|
YADM_CLASS
|
||||||
|
@ -366,7 +370,7 @@
|
||||||
YADM_HOSTNAME
|
YADM_HOSTNAME
|
||||||
YADM_USER
|
YADM_USER
|
||||||
|
|
||||||
In addition YADM_DISTRO is exposed as the value of lsb_release -si if
|
In addition YADM_DISTRO is exposed as the value of lsb_release -si if
|
||||||
lsb_release is locally available.
|
lsb_release is locally available.
|
||||||
|
|
||||||
For example, a file named whatever##yadm.j2 with the following content
|
For example, a file named whatever##yadm.j2 with the following content
|
||||||
|
@ -377,7 +381,7 @@
|
||||||
config=dev-whatever
|
config=dev-whatever
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
||||||
would output a file named whatever with the following content if the
|
would output a file named whatever with the following content if the
|
||||||
user is "harvey":
|
user is "harvey":
|
||||||
|
|
||||||
config=work-Linux
|
config=work-Linux
|
||||||
|
@ -390,45 +394,42 @@
|
||||||
|
|
||||||
|
|
||||||
## ENCRYPTION
|
## ENCRYPTION
|
||||||
It can be useful to manage confidential files, like SSH or GPG keys,
|
It can be useful to manage confidential files, like SSH or GPG keys,
|
||||||
across multiple systems. However, doing so would put plain text data
|
across multiple systems. However, doing so would put plain text data
|
||||||
into a Git repository, which often resides on a public system. yadm
|
into a Git repository, which often resides on a public system. yadm
|
||||||
implements a feature which can make it easy to encrypt and decrypt a
|
implements a feature which can make it easy to encrypt and decrypt a
|
||||||
set of files so the encrypted version can be maintained in the Git
|
set of files so the encrypted version can be maintained in the Git
|
||||||
repository. This feature will only work if the gpg(1) command is
|
repository. This feature will only work if the gpg(1) command is
|
||||||
available.
|
available.
|
||||||
|
|
||||||
To use this feature, a list of patterns must be created and saved as
|
To use this feature, a list of patterns must be created and saved as
|
||||||
$HOME/.yadm/encrypt. This list of patterns should be relative to the
|
$HOME/.yadm/encrypt. This list of patterns should be relative to the
|
||||||
configured work-tree (usually $HOME). For example:
|
configured work-tree (usually $HOME). For example:
|
||||||
|
|
||||||
.ssh/*.key
|
.ssh/*.key
|
||||||
.gnupg/*.gpg
|
.gnupg/*.gpg
|
||||||
|
|
||||||
The yadm encrypt command will find all files matching the patterns, and
|
The yadm encrypt command will find all files matching the patterns, and
|
||||||
prompt for a password. Once a password has confirmed, the matching
|
prompt for a password. Once a password has confirmed, the matching
|
||||||
files will be encrypted and saved as $HOME/.yadm/files.gpg. The pat-
|
files will be encrypted and saved as $HOME/.yadm/files.gpg. The pat-
|
||||||
terns and files.gpg should be added to the yadm repository so they are
|
terns and files.gpg should be added to the yadm repository so they are
|
||||||
available across multiple systems.
|
available across multiple systems.
|
||||||
|
|
||||||
To decrypt these files later, or on another system run yadm decrypt and
|
To decrypt these files later, or on another system run yadm decrypt and
|
||||||
provide the correct password. After files are decrypted, permissions
|
provide the correct password. After files are decrypted, permissions
|
||||||
are automatically updated as described in the PERMISSIONS section.
|
are automatically updated as described in the PERMISSIONS section.
|
||||||
|
|
||||||
Symmetric encryption is used by default, but asymmetric encryption may
|
Symmetric encryption is used by default, but asymmetric encryption may
|
||||||
be enabled using the yadm.gpg-recipient configuration.
|
be enabled using the yadm.gpg-recipient configuration.
|
||||||
|
|
||||||
NOTE: It is recommended that you use a private repository when keeping
|
NOTE: It is recommended that you use a private repository when keeping
|
||||||
confidential files, even though they are encrypted.
|
confidential files, even though they are encrypted.
|
||||||
|
|
||||||
## PERMISSIONS
|
## PERMISSIONS
|
||||||
When files are checked out of a Git repository, their initial permis-
|
When files are checked out of a Git repository, their initial permis-
|
||||||
sions are dependent upon the user's umask. This can result in confiden-
|
sions are dependent upon the user's umask. Because of this, yadm will
|
||||||
tial files with lax permissions.
|
automatically update the permissions of some file paths. The "group"
|
||||||
|
and "others" permissions will be removed from the following files:
|
||||||
To prevent this, yadm will automatically update the permissions of con-
|
|
||||||
fidential files. The "group" and "others" permissions will be removed
|
|
||||||
from the following files:
|
|
||||||
|
|
||||||
- $HOME/.yadm/files.gpg
|
- $HOME/.yadm/files.gpg
|
||||||
|
|
||||||
|
@ -439,26 +440,38 @@
|
||||||
- The GPG directory and files, .gnupg/*
|
- The GPG directory and files, .gnupg/*
|
||||||
|
|
||||||
yadm will automatically update permissions by default. This can be dis-
|
yadm will automatically update permissions by default. This can be dis-
|
||||||
abled using the yadm.auto-perms configuration. Even if disabled, per-
|
abled using the yadm.auto-perms configuration. Even if disabled, per-
|
||||||
missions can be manually updated by running yadm perms. The SSH direc-
|
missions can be manually updated by running yadm perms. The .ssh
|
||||||
tory processing can be disabled using the yadm.ssh-perms configuration.
|
directory processing can be disabled using the yadm.ssh-perms configu-
|
||||||
|
ration. The .gnupg directory processing can be disabled using the
|
||||||
|
yadm.gpg-perms configuration.
|
||||||
|
|
||||||
|
When cloning a repo which includes data in a .ssh or .gnupg directory,
|
||||||
|
if those directories do not exist at the time of cloning, yadm will
|
||||||
|
create the directories with mask 0700 prior to merging the fetched data
|
||||||
|
into the work-tree.
|
||||||
|
|
||||||
|
When running a Git command and .ssh or .gnupg directories do not exist,
|
||||||
|
yadm will create those directories with mask 0700 prior to running the
|
||||||
|
Git command. This can be disabled using the yadm.auto-private-dirs
|
||||||
|
configuration.
|
||||||
|
|
||||||
## HOOKS
|
## HOOKS
|
||||||
For every command yadm supports, a program can be provided to run
|
For every command yadm supports, a program can be provided to run
|
||||||
before or after that command. These are referred to as "hooks". yadm
|
before or after that command. These are referred to as "hooks". yadm
|
||||||
looks for hooks in the directory $HOME/.yadm/hooks. Each hook is named
|
looks for hooks in the directory $HOME/.yadm/hooks. Each hook is named
|
||||||
using a prefix of pre_ or post_, followed by the command which should
|
using a prefix of pre_ or post_, followed by the command which should
|
||||||
trigger the hook. For example, to create a hook which is run after
|
trigger the hook. For example, to create a hook which is run after
|
||||||
every yadm pull command, create a hook named post_pull. Hooks must
|
every yadm pull command, create a hook named post_pull. Hooks must
|
||||||
have the executable file permission set.
|
have the executable file permission set.
|
||||||
|
|
||||||
If a pre_ hook is defined, and the hook terminates with a non-zero exit
|
If a pre_ hook is defined, and the hook terminates with a non-zero exit
|
||||||
status, yadm will refuse to run the yadm command. For example, if a
|
status, yadm will refuse to run the yadm command. For example, if a
|
||||||
pre_commit hook is defined, but that command ends with a non-zero exit
|
pre_commit hook is defined, but that command ends with a non-zero exit
|
||||||
status, the yadm commit will never be run. This allows one to "short-
|
status, the yadm commit will never be run. This allows one to "short-
|
||||||
circuit" any operation using a pre_ hook.
|
circuit" any operation using a pre_ hook.
|
||||||
|
|
||||||
Hooks have the following environment variables available to them at
|
Hooks have the following environment variables available to them at
|
||||||
runtime:
|
runtime:
|
||||||
|
|
||||||
YADM_HOOK_COMMAND
|
YADM_HOOK_COMMAND
|
||||||
|
@ -477,8 +490,8 @@
|
||||||
The path to the work-tree
|
The path to the work-tree
|
||||||
|
|
||||||
## FILES
|
## FILES
|
||||||
The following are the default paths yadm uses for its own data. These
|
The following are the default paths yadm uses for its own data. These
|
||||||
paths can be altered using universal options. See the OPTIONS section
|
paths can be altered using universal options. See the OPTIONS section
|
||||||
for details.
|
for details.
|
||||||
|
|
||||||
$HOME/.yadm
|
$HOME/.yadm
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Summary: Yet Another Dotfiles Manager
|
Summary: Yet Another Dotfiles Manager
|
||||||
Name: yadm
|
Name: yadm
|
||||||
Version: 1.11.0
|
Version: 1.11.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
URL: https://github.com/TheLocehiliosan/yadm
|
URL: https://github.com/TheLocehiliosan/yadm
|
||||||
License: GPLv3
|
License: GPLv3
|
||||||
|
@ -37,6 +37,9 @@ install -m 644 yadm.1 ${RPM_BUILD_ROOT}%{_mandir}/man1
|
||||||
%doc CHANGES CONTRIBUTORS README.md completion/yadm.bash_completion
|
%doc CHANGES CONTRIBUTORS README.md completion/yadm.bash_completion
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 23 2017 Tim Byrne <sultan@locehilios.com> - 1.11.1-1
|
||||||
|
- Bump version to 1.11.1
|
||||||
|
|
||||||
* Mon Jul 10 2017 Tim Byrne <sultan@locehilios.com> - 1.11.0-1
|
* Mon Jul 10 2017 Tim Byrne <sultan@locehilios.com> - 1.11.0-1
|
||||||
- Bump version to 1.11.0
|
- Bump version to 1.11.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue