From: Igor Vlasenko <vlasenko@imath.kiev.ua>
To: ALT Linux Team development discussions <devel@lists.altlinux.org>
Subject: Re: [devel] Python 2.6: mass rebuild & git <-> srpm
Date: Thu, 19 Nov 2009 11:21:43 +0200
Message-ID: <20091119092143.GA9031@dad.imath.kiev.ua> (raw)
In-Reply-To: <20091119091909.GA8840@dad.imath.kiev.ua>
[-- Attachment #1: Type: text/plain, Size: 412 bytes --]
On Thu, Nov 19, 2009 at 11:19:10AM +0200, Igor Vlasenko wrote:
> У меня есть утилита (прилагаю)
> girar-get-upload-method,
> с ее помощью можно определить метод, которым собран
> чужой пакет.
Сорри, теперь приложил.
--
Dr. Igor Vlasenko
--------------------
Topology Department
Institute of Math
Kiev, Ukraine
[-- Attachment #2: girar-get-upload-method --]
[-- Type: text/plain, Size: 402 bytes --]
#!/bin/sh
name="$1"
#branch="${2:-sisyphus}"
branch="sisyphus"
#echo git ls-remote -h git://git.altlinux.org/gears/${name:0:1}/${name}.git refs/heads/$branch
commit=`git ls-remote -h git://git.altlinux.org/gears/${name:0:1}/${name}.git refs/heads/$branch 2>/dev/null`
RETVAL=$?
if [ $RETVAL -eq 0 ] && [ -n "$commit" ]; then
echo gear
RETVAL=0
else
echo srpm
RETVAL=1
fi
exit $RETVAL
next prev parent reply other threads:[~2009-11-19 9:21 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-19 9:16 REAL
2009-11-19 9:11 ` Anton Farygin
2009-11-19 9:43 ` REAL
2009-11-19 10:39 ` Igor Vlasenko
2009-11-19 11:10 ` REAL
2009-11-19 11:03 ` Igor Vlasenko
2009-11-19 11:27 ` REAL
2009-11-19 11:12 ` Igor Vlasenko
2009-11-19 11:34 ` REAL
2009-11-19 20:53 ` Денис Смирнов
2009-11-20 6:13 ` REAL
2009-11-28 23:32 ` Michael Shigorin
2009-11-19 9:19 ` Igor Vlasenko
2009-11-19 9:21 ` Igor Vlasenko [this message]
2009-11-19 12:03 ` Alexey I. Froloff
2009-11-19 12:27 ` Igor Vlasenko
2009-11-19 9:46 ` REAL
2009-11-19 9:55 ` REAL
2009-11-19 10:37 ` Igor Vlasenko
2009-11-19 10:25 ` REAL
2009-11-19 10:29 ` Igor Vlasenko
2009-11-19 10:51 ` REAL
2009-11-19 10:54 ` Igor Vlasenko
2009-11-19 11:20 ` REAL
2009-11-19 11:10 ` Igor Vlasenko
2009-11-19 10:34 ` REAL
2009-11-19 10:22 ` Igor Vlasenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20091119092143.GA9031@dad.imath.kiev.ua \
--to=vlasenko@imath.kiev.ua \
--cc=devel@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Team development discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/devel/0 devel/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 devel devel/ http://lore.altlinux.org/devel \
devel@altlinux.org devel@altlinux.ru devel@lists.altlinux.org devel@lists.altlinux.ru devel@linux.iplabs.ru mandrake-russian@linuxteam.iplabs.ru sisyphus@linuxteam.iplabs.ru
public-inbox-index devel
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.devel
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git