From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: To: ALT Linux Team development discussions , Igor Vlasenko References: <20171025162047.GA24518@dad.imath.kiev.ua> From: Anton Farygin Organization: BaseALT Message-ID: <9b907b9f-f600-2334-f549-e34ee7a22e9d@basealt.ru> Date: Wed, 25 Oct 2017 19:32:02 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171025162047.GA24518@dad.imath.kiev.ua> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Subject: Re: [devel] I: gear-remotes-restore with git source comments support X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Oct 2017 16:32:03 -0000 Archived-At: List-Archive: List-Post: Игорь, ещё один FR к gear-remotes-save - сейчас для его работы нужно что бы он запускался в корне git репозитория:  .gear]$ gear-remotes-save This directory does not contain .gear directory, exiting не очень удобно. было бы отлично, что бы он работал по аналогии с другими утилитами gear-*, которые можно запускать из любого подкаталога git репозитория. 25.10.2017 19:20, Igor Vlasenko пишет: > Господа, > По итогам обсуждения в devel@ ([devel] Неизвестный апстрим пакетов) > > в утилиты gear-remotes-* добавлена поддержка комментариев > в спеке, указывающих на upstream git repository, > в различных форматах (в т.ч. # Source-git:) > > Как это работает на примере > xfce4-hardware-monitor-plugin.git > > $ gear-remotes-restore > gear-remotes-restore: .gear/upstream/remotes not found. > However, spec file has a comment > # git://git.xfce.org/panel-plugins/xfce4-hardware-monitor-plugin > > run > gear-remotes-set-from-spec-comment to set the url from spec file comment > or > gear-remotes-set-from-url to set the git url manually. > $ echo $? > 1 > > Просто поиск комментариев работает с помощью > > $ gear-remotes-set-from-spec-comment --print > git://git.xfce.org/panel-plugins/xfce4-hardware-monitor-plugin > > без --print > gear-remotes-set-from-spec-comment запишет этот URL > как upstream. >