| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
changes
Other changes have been made, including:
* Formatting of command examples
* Changing short-hand flags to show they no longer require two dashes
* Adding information on the --prune-database flag.
* Code cleanup
|
|
|
|
| |
webapp-{eclass, config}.{5, 8}.xml: Adds Devan Franchini to authors
|
|
|
|
|
|
|
|
|
|
|
| |
This commit corrects a typo where the short option for --default-dirs
is --vd instead of --dd, this has been corrected. Secondly, it also
attempts to make it clearer to the user that the --dd and --vf options
are two separate options and should not be treated equally by listing
them in two separate variable list entries.
X-Gentoo-Bug: 257592
X-Gentoo-Bug-URL: https://bugs.gentoo.org/257592
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|