| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Improvements done to the synopsis of webapp-config include the
following: including the --copy, --soft, and --secure flags with the
synopsis for the -U flag to indicate to the user that these flags are
also usable with this flag. Adding the necessary opts app-name and
app-version for the -C flag to indicate to users that these two args are
necessary when uninstalling a webapp. And adding the --secure flag to
the synopsis for the -C flag to indicate that it is an optional arg if
the --secure flag is used with the -I flag or -U flag.
X-Gentoo-Bug: 496568
X-Gentoo-Bug-URL: https://bugs.gentoo.org/496568
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows for altering the value of vhost_link_type in
/etc/vhosts/webapp-config to copy files by default when installing
a webapp as opposed to soft-linking or hard-linking. This patch also
repairs the previous damage in which the behavior of the --copy flag
was being ignored; due to the fact that the boolean g_copy was not
being passed down throughout the program because of the extra --cp
flag. Man page alterations have also been made to reflect the removal
of the --cp flag in the program.
X-Gentoo-Bug: 231482
X-Gentoo-Bug-URL: https://bugs.gentoo.org/231482
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
|
|
|
|
|
| |
X-Gentoo-Bug: 432908
X-Gentoo-Bug-URL: https://bugs.gentoo.org/432908
|
|
|
|
| |
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
This adds an option to copy the webapp files rather than hardlink
them even if they are on the same filesystem. While this takes
up more disk space, it allows one to modify different instances
of webapp installations without affecting other instances.
X-Gentoo-Bug: 231482
X-Gentoo-Bug-URL: https://bugs.gentoo.org/231482
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Reported-By: Maurice Volaski <mvolaski@aecom.yu.edu>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
X-Gentoo-Bug: 379581
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=379581
|
|
|
|
|
|
|
|
|
| |
servers in the manpage.
Reported-By: Fab <netfab@gmail.com>
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
X-Gentoo-Bug: 386505
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=386505
|
| |
|
|
svn path=/trunk/webapp-config/; revision=2
|