WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] Fix the filename of the archive produced

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] Fix the filename of the archive produced by 'make deb'
From: Xen patchbot-unstable <patchbot@xxxxxxx>
Date: Thu, 16 Jun 2011 11:12:05 +0100
Delivery-date: Thu, 16 Jun 2011 03:20:55 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Tim Deegan <Tim.Deegan@xxxxxxxxxx>
# Date 1306518072 -3600
# Node ID 964b022e336dddf0e94cc05d84baa65c44d743cd
# Parent  14eb8e1fcd828e4610df05e5d781e5f9693fd65c
Fix the filename of the archive produced by 'make deb'

Signed-off-by: Tim Deegan <Tim.Deegan@xxxxxxxxxx>
---


diff -r 14eb8e1fcd82 -r 964b022e336d tools/misc/mkdeb
--- a/tools/misc/mkdeb  Fri May 27 15:49:24 2011 +0100
+++ b/tools/misc/mkdeb  Fri May 27 18:41:12 2011 +0100
@@ -50,7 +50,7 @@
 
 # Package it up
 chown -R root:root deb
-dpkg --build deb $xen-upstream-$version.deb
+dpkg --build deb xen-upstream-$version.deb
 
 # Tidy up after ourselves
 rm -rf deb

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] Fix the filename of the archive produced by 'make deb', Xen patchbot-unstable <=