From: Frank Lichtenheld Date: Thu, 18 Oct 2007 20:24:00 +0000 (+0200) Subject: 500update_mo: Hardcode list of gettext files X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=fe6dcb455956febdd162f1c07eff4069a910f1ff 500update_mo: Hardcode list of gettext files Random crap in my working copy shouldn't influence the translations. --- diff --git a/cron.d/500update_mo b/cron.d/500update_mo index 168a2fe..073e842 100755 --- a/cron.d/500update_mo +++ b/cron.d/500update_mo @@ -3,9 +3,47 @@ . `dirname $0`/../config.sh cd "$topdir" -gettextfiles=$(find cgi-bin lib -not -name 'LanguageNames.pm' -a -not -name 'Sections.pm' -a \( -name '*.pl' -o -name '*.pm' \)) -templatefiles=$(find templates -name '*.tmpl' -o -name '*.inc') -gettextfiles="$gettextfiles bin/create_index_pages" +gettextfiles=" +lib/Packages/CGI.pm +lib/Packages/Config.pm +lib/Packages/DB.pm +lib/Packages/DoDownload.pm +lib/Packages/DoFilelist.pm +lib/Packages/DoIndex.pm +lib/Packages/DoNewPkg.pm +lib/Packages/DoSearch.pm +lib/Packages/DoSearchContents.pm +lib/Packages/DoShow.pm +lib/Packages/Page.pm +lib/Packages/Search.pm +lib/Packages/SrcPage.pm +lib/Packages/Template.pm +lib/Packages/Dispatcher.pm +bin/create_index_pages +" +templatefiles=" +templates/config.tmpl +templates/config/architectures.tmpl +templates/config/archive_layout.tmpl +templates/config/mirrors.tmpl +templates/html/download.tmpl +templates/html/error.tmpl +templates/html/filelist.tmpl +templates/html/foot.tmpl +templates/html/head.tmpl +templates/html/index.tmpl +templates/html/menu.inc +templates/html/messages.tmpl +templates/html/newpkg.tmpl +templates/html/search.tmpl +templates/html/search_contents.tmpl +templates/html/show.tmpl +templates/html/suite_index.tmpl +templates/html/tag_index.tmpl +templates/rfc822/search.tmpl +templates/rss/newpkg.tmpl +templates/txt/index.tmpl +" podomains="pdo templates sections langs" # Update pot