From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4324A13800E for ; Sat, 1 Feb 2014 14:24:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64D84E0999; Sat, 1 Feb 2014 14:24:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B194E0999 for ; Sat, 1 Feb 2014 14:24:21 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9B1D533F899 for ; Sat, 1 Feb 2014 14:24:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 5BDA918853 for ; Sat, 1 Feb 2014 14:24:19 +0000 (UTC) From: "Sven Vermeulen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Vermeulen" Message-ID: <1391264538.c5fc8e7c31f333a8885419a95a9ec76525350b66.swift@gentoo> Subject: [gentoo-commits] proj/hardened-docs:master commit in: xml/SCAP/ X-VCS-Repository: proj/hardened-docs X-VCS-Files: xml/SCAP/Makefile X-VCS-Directories: xml/SCAP/ X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen X-VCS-Revision: c5fc8e7c31f333a8885419a95a9ec76525350b66 X-VCS-Branch: master Date: Sat, 1 Feb 2014 14:24:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6d41ee3b-1d1f-4c3e-99d6-decee53e00ea X-Archives-Hash: 767b4dbf2d3eb05303adb853e7796e35 commit: c5fc8e7c31f333a8885419a95a9ec76525350b66 Author: Sven Vermeulen siphos be> AuthorDate: Sat Feb 1 14:22:18 2014 +0000 Commit: Sven Vermeulen gentoo org> CommitDate: Sat Feb 1 14:22:18 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/hardened-docs.git;a=commit;h=c5fc8e7c Add upload to Makefile --- xml/SCAP/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/xml/SCAP/Makefile b/xml/SCAP/Makefile index 3e1b440..f0b8628 100644 --- a/xml/SCAP/Makefile +++ b/xml/SCAP/Makefile @@ -1,3 +1,5 @@ +location = "dev.gentoo.org:public_html/docs/security_benchmarks" + all: report-gentoo-xccdf.html guide-gentoo-xccdf.html remediate-gentoo-xccdf.sh guide-gentoo-xccdf.docbook report-gentoo-oval.xml gentoo-ds.xml report-gentoo-xccdf.html: gentoo-cpe.xml gentoo-xccdf.xml gentoo-oval.xml prep @@ -27,4 +29,7 @@ prep: -cp ~/tmp/gentoo-oval.xml ~/tmp/cpe-oval.xml -sed -i 's|gentoo-oval.xml|cpe-oval.xml|g' ~/tmp/gentoo-cpe.xml -.PHONY: all prep +upload: + -pushd ~/tmp; scp gentoo-cpe.xml gentoo-xccdf.xml gentoo-oval.xml gentoo-ds.xml guide-gentoo-xccdf.html report-gentoo-oval.html report-gentoo-xccdf.html $(location)/; popd; + +.PHONY: all prep upload