From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 506 invoked by alias); 3 Apr 2008 17:44:38 -0000 Received: (qmail 487 invoked by uid 367); 3 Apr 2008 17:44:36 -0000 Date: Thu, 03 Apr 2008 17:44:00 -0000 Message-ID: <20080403174436.459.qmail@sourceware.org> From: cagney@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Add notes on uploading. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 9ad78696423af289ada0ff136fe39a9794760d61 X-Git-Newrev: a497770c3337305f8caa150835fe1284e9069b83 Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2008-q2/txt/msg00033.txt.bz2 The branch, master has been updated via a497770c3337305f8caa150835fe1284e9069b83 (commit) from 9ad78696423af289ada0ff136fe39a9794760d61 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit a497770c3337305f8caa150835fe1284e9069b83 Author: Andrew Cagney Date: Thu Apr 3 13:44:13 2008 -0400 Add notes on uploading. ----------------------------------------------------------------------- Summary of changes: htdocs/releases/index.html | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) First 500 lines of diff: diff --git a/htdocs/releases/index.html b/htdocs/releases/index.html index 4189c0f..df72627 100755 --- a/htdocs/releases/index.html +++ b/htdocs/releases/index.html @@ -57,6 +57,7 @@

Branch
Release +Upload

@@ -171,6 +172,17 @@ git push --tags +

Upload to Sourceware

+ +

You might need access to sourceware for this: + +

+chmod a=r frysk-$version.tar.bz2
+scp frysk-$version.tar.bz2 'sourceware.org:~ftp/pub/frysk'
+printf "\n\t\t\tFrysk $version\n\n\t`md5sum frysk-$version.tar.bz2`\n\t$shar1 GIT\n\n" \
+  | ssh sourceware.org 'rm -f ~ftp/pub/frysk/.message && dd of=~ftp/pub/frysk/.message && chmod a=r ~ftp/pub/frysk/.message'
+
+

 

hooks/post-receive -- frysk system monitor/debugger