From gitlab at videolan.org Wed Jan 8 11:25:17 2020
From: gitlab at videolan.org (Konstantin Pavlov)
Date: Wed, 08 Jan 2020 11:25:17 +0100
Subject: [www-doc] [Git][VideoLAN.org/websites][master] Updated links to the
migrated artifacts
Message-ID: <5e15ae0da850f_6cfa3ff0131dc840133052@gitlab.mail>
Konstantin Pavlov pushed to branch master at VideoLAN organization / websites
Commits:
4f8b0594 by Konstantin Pavlov at 2020-01-08T13:20:33+03:00
Updated links to the migrated artifacts
- - - - -
1 changed file:
- nightlies.videolan.org/index.php
Changes:
=====================================
nightlies.videolan.org/index.php
=====================================
@@ -34,16 +34,14 @@
Windows (32 bits)
Windows (64 bits)
macOS
- iOS
- tvOS
+ iOS
+ tvOS
Ubuntu
Universal Linux packages (snap)
- Android (ARMv7-A)
- Android (ARMv8-A)
- Android (x86)
- Android (x86_64)
- Android (mips)
- Android (mips64)
+ Android (ARMv7-A)
+ Android (ARMv8-A)
+ Android (x86)
+ Android (x86_64)
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/4f8b05946f4d8ee637bb9142faa708212cb72ca2
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/4f8b05946f4d8ee637bb9142faa708212cb72ca2
You're receiving this email because of your account on code.videolan.org.
From gitlab at videolan.org Mon Jan 20 19:26:45 2020
From: gitlab at videolan.org (Konstantin Pavlov)
Date: Mon, 20 Jan 2020 19:26:45 +0100
Subject: [www-doc] [Git][VideoLAN.org/websites][master] x264: point to a
proper place to report bugs
Message-ID: <5e25f0e566c7_78773f8b498479344407d7@gitlab.mail>
Konstantin Pavlov pushed to branch master at VideoLAN organization / websites
Commits:
0a50b807 by Konstantin Pavlov at 2020-01-20T21:26:17+03:00
x264: point to a proper place to report bugs
- - - - -
1 changed file:
- www.videolan.org/developers/x264.php
Changes:
=====================================
www.videolan.org/developers/x264.php
=====================================
@@ -111,7 +111,7 @@
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/0a50b807c8cb7ff0bb7364878e75dd1f74b09048
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/0a50b807c8cb7ff0bb7364878e75dd1f74b09048
You're receiving this email because of your account on code.videolan.org.
From gitlab at videolan.org Mon Jan 20 19:29:08 2020
From: gitlab at videolan.org (Konstantin Pavlov)
Date: Mon, 20 Jan 2020 19:29:08 +0100
Subject: [www-doc] [Git][VideoLAN.org/websites][master] websites: actualize
php-cgi version
Message-ID: <5e25f1747eefc_78773f8b49842024440987@gitlab.mail>
Konstantin Pavlov pushed to branch master at VideoLAN organization / websites
Commits:
12333676 by Konstantin Pavlov at 2020-01-20T21:28:56+03:00
websites: actualize php-cgi version
- - - - -
1 changed file:
- www.videolan.org/bin/php-cgi.sh
Changes:
=====================================
www.videolan.org/bin/php-cgi.sh
=====================================
@@ -1,4 +1,5 @@
#!/bin/sh
+set -x
#
# Script to call the PHP Hypertext Processor as a CGI script
# -- Courmisch 21/10/2004
@@ -6,8 +7,8 @@
# $Id: phpcgi.sh 1960 2004-11-01 16:52:30Z dionoea $
# It won't work if you call the PHP CLI usually in /usr/bin or /usr/local/bin
-if [ -x /usr/lib/cgi-bin/php5 ]; then
- PHP=/usr/lib/cgi-bin/php5
+if [ -x /usr/lib/cgi-bin/php7 ]; then
+ PHP=/usr/lib/cgi-bin/php7
else
PHP=/usr/bin/php-cgi
fi
@@ -24,7 +25,7 @@ export PATH_INFO=`echo "$1" | cut -d '?' -f1`
export PATH_TRANSLATED="${2}${PATH_INFO}"
-export SCRIPT_FILENAME="/cgi-bin/php5"
+export SCRIPT_FILENAME="/cgi-bin/php7"
export QUERY_STRING=`echo "$1" | cut -d '?' -f2`
export REMOTE_HOST="localhost"
export REMOTE_ADDR="127.0.0.1"
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/123336761997a6dfbd1f386b12c112c711a90b6c
--
View it on GitLab: https://code.videolan.org/VideoLAN.org/websites/commit/123336761997a6dfbd1f386b12c112c711a90b6c
You're receiving this email because of your account on code.videolan.org.