From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.5 Message-ID: <4F916AF6.5000908@altlinux.org> Date: Fri, 20 Apr 2012 17:56:06 +0400 From: Anatoly Lyutin User-Agent: Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20111123 Thunderbird/8.0 MIME-Version: 1.0 To: devel@lists.altlinux.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: [devel] =?utf-8?b?0JrQsNC6INCw0L3QvdC+0YLRgNC40YDQvtCy0LDRgtGM?= =?utf-8?b?INC90LXQsNC90L3QvtGC0LjRgNC+0LLQsNC90L3Ri9C1INGC0LDQs9C4INC4?= =?utf-8?b?0Lcg0LDQv9GB0YLRgNC40LzQsA==?= 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: Fri, 20 Apr 2012 13:48:53 -0000 Archived-At: List-Archive: List-Post: Благодаря Михаилу Шигорину собрал таки hiredis. Теперь пытаюсь запихнуть всё в git.alt. Получаю: [vostok@localhost hiredis]$ git push --tags git.alt:packages/hiredis.git Counting objects: 1, done. Writing objects: 100% (1/1), 314 bytes, done. Total 1 (delta 0), reused 0 (delta 0) remote: *** Un-annotated tags are not allowed in this repository remote: *** Use `git tag [ -a | -s ]' for tags you want to propagate. remote: error: hook declined to update refs/tags/v0.0.1 remote: *** Un-annotated tags are not allowed in this repository remote: *** Use `git tag [ -a | -s ]' for tags you want to propagate. remote: error: hook declined to update refs/tags/v0.10.0 remote: *** Un-annotated tags are not allowed in this repository remote: *** Use `git tag [ -a | -s ]' for tags you want to propagate. remote: error: hook declined to update refs/tags/v0.9.0 remote: *** Un-annotated tags are not allowed in this repository remote: *** Use `git tag [ -a | -s ]' for tags you want to propagate. remote: error: hook declined to update refs/tags/v0.9.1 remote: *** Un-annotated tags are not allowed in this repository remote: *** Use `git tag [ -a | -s ]' for tags you want to propagate. remote: error: hook declined to update refs/tags/v0.9.2 remote: girar-sendmail: email notification about `refs/tags/v0.10.1' update sent. пытаюсь сказать git tag -a -s -m "v0.10.1" v0.10.1 получаю fatal: tag 'v0.10.1' already exists Делаю -f - таг перевешивается на самый верх. Как правильно с этим бороться, с этими неаннотированными тагами?