Skip to content

Commit

Permalink
Move Dockerfil to dev/.
Browse files Browse the repository at this point in the history
The new docker-sqitch repo will be canonical, but it will be
handy to have a Dockerfile here for dev testing.

Also, remove docker-sqitch.sh, since it can be fetched from the
docker-sqitch repo.
  • Loading branch information
theory committed Sep 22, 2018
1 parent 8f676e6 commit a25964f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 21 deletions.
File renamed without changes.
18 changes: 0 additions & 18 deletions dist/docker-sqitch

This file was deleted.

2 changes: 1 addition & 1 deletion lib/App/Sqitch.pm
Expand Up @@ -97,7 +97,7 @@ has user_name => (
require Encode::Locale;
return Encode::decode( locale => $name );
};
},
}
);

has user_email => (
Expand Down
4 changes: 2 additions & 2 deletions lib/sqitch-environment.pod
Expand Up @@ -52,7 +52,7 @@ variable.

=item C<SQITCH_ORIG_NAME>

Full name of the original user. Intended for use by scripts that run
Full name of the original user. Intended for use by scripts that run
Sqitch from another host, where the originating host user's identity should
be passed to the execution host, such as
L<this Docker script|https://github.com/sqitchers/docker-sqitch/blob/master/docker-sqitch.sh>.
Expand All @@ -61,7 +61,7 @@ C<user.name> L<sqitch-config> variable is set.

=item C<SQITCH_ORIG_EMAIL>

Email address of the original user. Intended for use by scripts that run
Email address of the original user. Intended for use by scripts that run
Sqitch on a separate host, where the originating host user's identity should
be passed to the execution host, such as
L<this Docker script|https://github.com/sqitchers/docker-sqitch/blob/master/docker-sqitch.sh>.
Expand Down

0 comments on commit a25964f

Please sign in to comment.