Return-Path: X-Original-To: apmail-ambari-dev-archive@www.apache.org Delivered-To: apmail-ambari-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3E81D179A4 for ; Thu, 23 Apr 2015 19:45:40 +0000 (UTC) Received: (qmail 53612 invoked by uid 500); 23 Apr 2015 19:45:39 -0000 Delivered-To: apmail-ambari-dev-archive@ambari.apache.org Received: (qmail 53477 invoked by uid 500); 23 Apr 2015 19:45:39 -0000 Mailing-List: contact dev-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list dev@ambari.apache.org Received: (qmail 53268 invoked by uid 99); 23 Apr 2015 19:45:39 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Apr 2015 19:45:39 +0000 Date: Thu, 23 Apr 2015 19:45:39 +0000 (UTC) From: "Hudson (JIRA)" To: dev@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMBARI-10677) apt-get update command updates all list files even if it is expected to update only one MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMBARI-10677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14509664#comment-14509664 ] Hudson commented on AMBARI-10677: --------------------------------- SUCCESS: Integrated in Ambari-trunk-Commit #2419 (See [https://builds.apache.org/job/Ambari-trunk-Commit/2419/]) Ambari-10677. apt-get update command updates all list files even if it is expected to update only one (UT fixes) (smohanty: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=6fb7ee357210d69e48f072b6f12ea3a71d7f75cd) * ambari-agent/src/test/python/resource_management/TestRepositoryResource.py > apt-get update command updates all list files even if it is expected to update only one > --------------------------------------------------------------------------------------- > > Key: AMBARI-10677 > URL: https://issues.apache.org/jira/browse/AMBARI-10677 > Project: Ambari > Issue Type: Bug > Components: ambari-agent, stacks > Affects Versions: 2.0.0 > Reporter: Sumit Mohanty > Assignee: Sumit Mohanty > Fix For: 2.1.0 > > Attachments: AMBARI-10677.patch > > > The command > {code} > apt-get update -qq -o Dir::Etc::sourcelist=sources.list.d/HDP.list -o APT::Get::List-Cleanup=0 > {code} > updates/checks all list files even if it is expected to update only HDP.list. > It is missing {{\-o Dir::Etc::sourceparts=\-}} -- This message was sent by Atlassian JIRA (v6.3.4#6332)