From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-ey0-f172.google.com ([209.85.215.172]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1R60ro-0002N8-N1 for ptxdist@pengutronix.de; Tue, 20 Sep 2011 16:00:10 +0200 Received: by eye4 with SMTP id 4so232899eye.31 for ; Tue, 20 Sep 2011 07:00:03 -0700 (PDT) From: Jon Ringle Date: Tue, 20 Sep 2011 09:57:52 -0400 Message-Id: <1316527072-20913-1-git-send-email-jon@ringle.org> Subject: [ptxdist] [PATCH] ipkg-revision: make ar deterministic Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de large UID/GID > 99999 have problems due to split of header lines with ' '. Use -D to create ar with UID/GID and timestamp 0. Signed-off-by: Jon Ringle --- scripts/ipkg-revision | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/ipkg-revision b/scripts/ipkg-revision index e76730b..40f786d 100755 --- a/scripts/ipkg-revision +++ b/scripts/ipkg-revision @@ -115,7 +115,7 @@ cd .. rm -fr control mv control-new.tar.gz control.tar.gz -ar r ${IPKG_DIR}/${PACKAGE}_${NEW_REV_PART}${NEW_PKG_PART}_${ARCH}.ipk `find . -type f` > /dev/null +ar rD ${IPKG_DIR}/${PACKAGE}_${NEW_REV_PART}${NEW_PKG_PART}_${ARCH}.ipk `find . -type f` > /dev/null # # ok, finished, cleanup -- 1.7.0.4 -- ptxdist mailing list ptxdist@pengutronix.de