From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59666 invoked by alias); 22 Oct 2016 15:04:06 -0000 Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org Received: (qmail 59551 invoked by uid 9795); 22 Oct 2016 15:04:05 -0000 Date: Sat, 22 Oct 2016 15:04:00 -0000 Message-ID: <20161022150405.59525.qmail@sourceware.org> From: jturney@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: [calm - Cygwin server-side packaging maintenance script] branch master, updated. 20160705-27-g374804a X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 37a08d86c24e8d0fcc2a4c54ba6327009a012eb8 X-Git-Newrev: 374804a7084f5ca1cab3f24f79d195055bff2243 X-SW-Source: 2016-q4/txt/msg00000.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/calm.git;h=374804a7084f5ca1cab3f24f79d195055bff2243 commit 374804a7084f5ca1cab3f24f79d195055bff2243 Author: Jon Turney Date: Sat Oct 22 15:33:50 2016 +0100 Update for CSS change of 'background' from id to class Also remove a
used to compensate for negative h2 margin Also update relevant tests Diff: --- calm/pkg2html.py | 3 +-- test/testdata/htdocs.expected/x86/packages.inc | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/calm/pkg2html.py b/calm/pkg2html.py index f2e2cc6..57cc0ab 100755 --- a/calm/pkg2html.py +++ b/calm/pkg2html.py @@ -193,12 +193,11 @@ def update_package_listings(args, packages, arch): os.fchmod(index.fileno(), 0o755) print(textwrap.dedent('''\
-
+

Available Packages for %s

-
''') % (arch, arch), file=index) for p in sorted(packages.keys(), key=package.sort_key): diff --git a/test/testdata/htdocs.expected/x86/packages.inc b/test/testdata/htdocs.expected/x86/packages.inc index 6fecc3d..54fc736 100755 --- a/test/testdata/htdocs.expected/x86/packages.inc +++ b/test/testdata/htdocs.expected/x86/packages.inc @@ -1,10 +1,9 @@
-
+

Available Packages for x86

-
arcThe ARC archive utility
base-cygwinInitial base installation helper script