[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-
From: |
Eric Blake |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-143-ge5c291c |
Date: |
Wed, 02 Apr 2008 20:34:08 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=e5c291c5537245a0c1dadc16f29599cdac7e8107
The branch, master has been updated
via e5c291c5537245a0c1dadc16f29599cdac7e8107 (commit)
from e19a2988bbd78fa046159ded5075ca4358e437b3 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit e5c291c5537245a0c1dadc16f29599cdac7e8107
Author: Eric Blake <address@hidden>
Date: Wed Apr 2 13:43:56 2008 -0600
Make gnupload friendlier for VPATH usage.
* lib/gnupload: Allow uploads from separate directory.
Signed-off-by: Eric Blake <address@hidden>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 5 +++++
lib/gnupload | 8 ++++----
2 files changed, 9 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 4ba504d..2ac33db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-02 Eric Blake <address@hidden>
+
+ Make gnupload friendlier for VPATH usage.
+ * lib/gnupload: Allow uploads from separate directory.
+
2008-03-26 Ralf Wildenhues <address@hidden>
Implement conditional AC_CONFIG_FILES: AM_COND_IF.
diff --git a/lib/gnupload b/lib/gnupload
index 2e3c801..6621ebd 100755
--- a/lib/gnupload
+++ b/lib/gnupload
@@ -1,9 +1,9 @@
#!/bin/sh
# Sign files and upload them.
-scriptversion=2007-12-18.17
+scriptversion=2008-04-02.19
-# Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation
+# Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -145,7 +145,7 @@ do
cat >$file.directive<<EOF
version: 1.1
directory: $destdir
-filename: $file
+filename: `basename -- "$file"`
EOF
echo "$passphrase" | $GPG --passphrase-fd 0 --clearsign $file.directive
ncftpput ftp-upload.gnu.org /incoming/alpha $files $file.directive.asc
@@ -156,7 +156,7 @@ EOF
cat >$file.directive<<EOF
version: 1.1
directory: $destdir
-filename: $file
+filename: `basename -- "$file"`
EOF
echo "$passphrase" | $GPG --passphrase-fd 0 --clearsign $file.directive
ncftpput ftp-upload.gnu.org /incoming/ftp $files $file.directive.asc
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. Release-1-10-143-ge5c291c,
Eric Blake <=