Displaying 6 results from an estimated 6 matches for "hgext".
2007 May 19
1
CVS to Mercurial switch
...e a new
"dovecot-sieve" repository for CVS HEAD later.
2. Update the repository:
hg pull
hg merge # only needed if you had done any changes
hg update # to actually see the pulled changes
All of this can be done with fetch extension. You can enable it by
adding to ~/.hgrc:
[extensions]
hgext.fetch =
After that you can use "hg fetch" which does all the above 3 commands
(as far as I know, haven't really tried yet).
3. If you want to modify the sources, add your name to ~/.hgrc so it
goes nicely into changelogs:
[ui]
username = Timo Sirainen <tss at iki.fi>
You'...
2007 May 19
1
CVS to Mercurial switch
...e a new
"dovecot-sieve" repository for CVS HEAD later.
2. Update the repository:
hg pull
hg merge # only needed if you had done any changes
hg update # to actually see the pulled changes
All of this can be done with fetch extension. You can enable it by
adding to ~/.hgrc:
[extensions]
hgext.fetch =
After that you can use "hg fetch" which does all the above 3 commands
(as far as I know, haven't really tried yet).
3. If you want to modify the sources, add your name to ~/.hgrc so it
goes nicely into changelogs:
[ui]
username = Timo Sirainen <tss at iki.fi>
You'...
2009 May 31
5
Dovecot / Sieve
Hi,
As the "new Sieve implementation" is using a "gratefully stolen copy of
deliver.c from dovecot" (i.e. a dirty code in mail-raw.c), would it be
possible for the Sieve piece
1 - to be using files from dovecot directly rather than
copying&changing it (which is very bad for maintenance)
2 - to be incorporated in the hg/mercurial tree of dovecot ?
Thanks a lot
2008 May 22
2
Solaris dom0 xen-unstable.hg source for developers
...:-)
MRJ
The instructions are still a little rough... But
it''s something to start from :-) It''s expected that
you are familiar with OpenSolaris development.
Have fun!
-------------------------
make sure the Mercurial MQ extension is enabled
i.e. in ~/.hgrc
==
[extensions]
hgext.mq=
Have the following in your env
==
export EMAIL=username at youdomain dot com
export EDITOR=vi
export SOLARIS_BUILD_TOOLS=/opt
xvm-gate
========
** Grab/setup the b89 xvm sources
--
mkdir xvm-gate
cd xvm-gate
wget http://dlc.sun.com/osol/on/downloads/b89/xvm-src.tar.bz2
bzcat xvm-src.tar.b...
2008 May 19
3
How to build Xen with on-src-b79
I am trying to build Xen from on-src-b79. According to opensolaris website, all xVM sources should be in the on-src-b79 tree, and no additional sources are required. I followed the procedure for doing the nightly build, and I expected that, as a result I will build, along with the Solaris kernel, the xen.gz image. I was hoping to copy that xen.gz image to my test machine, so I can boot with my own
2008 Jun 21
12
Bfu xVM to build 92 problems
Bfu 91 to 92 looks good
Proceed with xVM upgrade . After running:-
# sunos.hg/bin/build-all nondebug
bash-3.2# cd packages-nondebug
bash-3.2# pwd
/usr/tmp/packages-nondebug
bash-3.2# ls -l
total 20
drwxr-xr-x 4 root root 512 Jun 21 08:57 SUNWlibvirt
drwxr-xr-x 4 root root 512 Jun 21 08:57 SUNWlibvirtr
drwxr-xr-x 4 root root 512 Jun 21 08:57 SUNWurlgrabber