Gentoo Archives: gentoo-commits

From: "Devan Franchini (twitch153)" <twitch153@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-apps/gallery/files: postupgrade-en.txt postinstall-en.txt
Date: Fri, 03 Jul 2015 22:57:36
Message-Id: 20150703225727.DF13074D@oystercatcher.gentoo.org
1 twitch153 15/07/03 22:57:27
2
3 Modified: postupgrade-en.txt postinstall-en.txt
4 Log:
5 Updates post{inst,upgrade} text files to reflect new webapp-config flag placement
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A8C8FBCF)
8
9 Revision Changes Path
10 1.2 www-apps/gallery/files/postupgrade-en.txt
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/files/postupgrade-en.txt?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/files/postupgrade-en.txt?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/files/postupgrade-en.txt?r1=1.1&r2=1.2
15
16 Index: postupgrade-en.txt
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/files/postupgrade-en.txt,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- postupgrade-en.txt 14 Mar 2013 02:10:01 -0000 1.1
23 +++ postupgrade-en.txt 3 Jul 2015 22:57:27 -0000 1.2
24 @@ -2,7 +2,7 @@
25
26 1. Upgrade the webapp using
27
28 - webapp-config -U -h <VHOST_HOSTNAME> -d <VHOST_APPDIR> gallery X.Y.Z
29 + webapp-config -h <VHOST_HOSTNAME> -d <VHOST_APPDIR> -U gallery X.Y.Z
30
31 2. Direct your browser to
32
33
34
35
36 1.8 www-apps/gallery/files/postinstall-en.txt
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/files/postinstall-en.txt?rev=1.8&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/files/postinstall-en.txt?rev=1.8&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/gallery/files/postinstall-en.txt?r1=1.7&r2=1.8
41
42 Index: postinstall-en.txt
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/www-apps/gallery/files/postinstall-en.txt,v
45 retrieving revision 1.7
46 retrieving revision 1.8
47 diff -u -r1.7 -r1.8
48 --- postinstall-en.txt 25 Mar 2013 13:52:25 -0000 1.7
49 +++ postinstall-en.txt 3 Jul 2015 22:57:27 -0000 1.8
50 @@ -2,7 +2,7 @@
51
52 1. Install the webapp using
53
54 - webapp-config -I -h <VHOST_HOSTNAME> -d <VHOST_APPDIR> gallery X.Y.Z
55 + webapp-config -h <VHOST_HOSTNAME> -d <VHOST_APPDIR> -I gallery X.Y.Z
56
57 where either the VHOST_HOSTNAME or VHOST_APPDIR are optional and X.Y.Z
58 is the version of gallery you just emerged.