diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-17 17:13:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-17 17:13:20 +0000 |
commit | 136ae9a638f030752ad667564f63a029178bd6ae (patch) | |
tree | 46994c71c844d51c16f426412ede3d9d19cca4c6 /Master/tlpkg/bin | |
parent | 3a1a7d4c46761ce5fb8b94d5aa892ad43de7dff0 (diff) |
start 2014 pretest (per doc/releng.txt)
git-svn-id: svn://tug.org/texlive/trunk@33475 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/check-files-by-format | 10 | ||||
-rwxr-xr-x | Master/tlpkg/bin/check-wrapper-consistency | 4 | ||||
-rwxr-xr-x | Master/tlpkg/bin/tl-update-tlnet | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/Master/tlpkg/bin/check-files-by-format b/Master/tlpkg/bin/check-files-by-format index 150b8b21d31..20f78344126 100755 --- a/Master/tlpkg/bin/check-files-by-format +++ b/Master/tlpkg/bin/check-files-by-format @@ -15,7 +15,7 @@ # Formats that might be added: # - afm with (afm2pl?) # -# Manuel P\'egouri\'e-Gonnard, 2010-2013. WTFPL v2. +# Manuel P\'egouri\'e-Gonnard, 2010-2014. WTFPL v2. BEGIN { # $^W = 1; @@ -43,12 +43,14 @@ my $exclude_otf = { '*base*' => 'texmf-dist/fonts/opentype', # 1 means pdfinfo issues errors but still exits successfully # 2 means pdfinfo exits non-zero my $exclude_pdf = { - # 14nov11 author cannot fix: - 'texmf-dist/doc/fonts/frcursive/frcursive.pdf' => 1, + # author cannot fix: + 'texmf-dist/doc/fonts/frcursive/frcursive.pdf' => 1, # 14nov11 + 'texmf-dist/doc/generic/pst-perspective/' => 1, # 17apr14 # 15dec12 derekn says will be fixed in next xpdf after 3.03: # (causes seg fault now): 'texmf-dist/doc/latex/ocgx/demo-ocgx.pdf' => -1, - 'texmf-dist/dvips/tetex/config.pdf' => -1, # not a PDF file + # not a PDF file: + 'texmf-dist/dvips/tetex/config.pdf' => -1, }; # the value has no meaning here diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency index acb25c1617f..4c014ffeaaa 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -1,8 +1,6 @@ #!/usr/bin/env perl # $Id$ -# Copyright 2008, 2009, 2010, 2011, 2012, 2013 TeX Users Group. -# This file is licensed under the GNU General Public License version 2 -# or any later version. +# Public domain. Originally written 2008. # # Check that the same set of files are wrappers on w32 and symlinks on # all others. diff --git a/Master/tlpkg/bin/tl-update-tlnet b/Master/tlpkg/bin/tl-update-tlnet index 9f15db04524..91c80e7a485 100755 --- a/Master/tlpkg/bin/tl-update-tlnet +++ b/Master/tlpkg/bin/tl-update-tlnet @@ -1,5 +1,5 @@ #!/bin/sh -e -# Copyright 2008-2013 Norbert Preining +# Copyright 2008-2014 Norbert Preining # This file is licensed under the GNU General Public License version 2 # or any later version. # @@ -9,7 +9,7 @@ vc_id='$Id$' unset CDPATH unset LS_COLORS -yyyy=2013 +yyyy=2014 chicken=false critical= |