On Tue, Aug 18, 2009 at 23:59, Steve Borho<st...@borho.org> wrote:
> On Tue, Aug 18, 2009 at 12:23 AM, Steve Borho<st...@borho.org> wrote:
>> Hi folks,
>>
>> I've rewritten the TortoiseHg build script in pure python and replaced
>> the previous forest based approach with subrepos. The resulting script
>> is able to build nightly, unstable, and release packages of Mercurial
>> and TortoiseHg (at least once some crew-stable patches make it onto
>> the hg mainline).
>>
>> Repository of build script:
>> http://bitbucket.org/tortoisehg/thg-winbuild
>>
>> New nightly build location:
>> http://bitbucket.org/tortoisehg/thg-winbuild/downloads/
>
> Replying to just thg-discuss with additional details.
>
> These nightly packages are built with Python 2.6, mostly because
> that's what was on my new auto-build machine.  I had intended to roll
> this stuff out as 0.9 approached, but Matt forced me to bump this in
> the schedule.
>
> So if you try one of these nightly builds, please be on the lookout
> for side-effects that might be related to a new python version.
> Things like sending emails or talking over http(s).
>
> But also try out the changes made to stable since 0.8.1.  The release
> notes wiki page has a list of the closed bugs, but the most important
> things are the visual diff changes, some crash bugs (#475, #468), and
> documentation improvements.
>
> Also, this first nightly package does not have tip of stable shell
> extensions, so don't be surprised if some cmenu bugs do not look fixed
> even though they are on the stable branch.   I hope to have this
> resolved in the next day or so.
>
> --
> Steve Borho

I tried new build script but I got following error and failed to build:

C:\work\thg-winbuild>python setup.py --thg-nightly
.> hg -R hg-stable pull
abort: repository default not found!
Traceback (most recent call last):
  File "setup.py", line 251, in <module>
    run(r'hg -R %s pull' % hgbranch)
  File "setup.py", line 60, in run
    subprocess.check_call(cmd, shell=True, cwd=cwd)
  File "C:\tools\python25\lib\subprocess.py", line 462, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'hg -R hg-stable pull' returned
non-zero exit status -1

What's wrong?? I followed this steps:

1. hg clone http://bitbucket.org/tortoisehg/thg-winbuild thg-winbuild
2. execute "python setup.py --thg-nightly"
3. got error!

on Windows XP 32bit + Python 2.5.4 + Mercurial 1.3.1
Thanks in advance.

-- 
Yuki KODAMA

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Tortoisehg-discuss mailing list
Tortoisehg-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss

Reply via email to