Displaying 20 results from an estimated 300 matches similar to: "smbstatus parsing (XML output)"
2008 Jan 23
4
[wishlist, patch] Removing .bzr/ directory when calling R CMD build (PR#10625)
Full_Name: Ben Goodrich
Version: 2.6.1
OS: Debian
Submission from: (NULL) (128.103.222.166)
bzr is another version control system and adds a .bzr folder to the top-level
directory of a package, similar to .svn and .git for subversion and git
respectively. However, while R CMD build removes directories called .svn, .git,
and some others, it does not remove .bzr . As a result, the .bzr folder is
2006 Aug 01
18
GenericDirCtrl
A little patch to add Wx::GenericDirCtrl. A non-native control (on OS X
at least) but maybe useful to someone. I have tested it but think it
should just be added to controls.rb sample - will do later when i have
fixed some other probs with that.
Also, I''ve started putting class-specifc style constants in the relevant
.i file, as discussed previosuly - will submit a patch doing this
2009 Oct 28
6
[LLVMdev] About setting up official git & bzr mirrors.
Time ago when the svn server was crawling due to massive hammering from
people mirroring the repo, someone said that after the 2.6 release we
could discuss creating official mirrors for those who work with svn
clients based on distributed VCSs such as git and bazaar.
Such mirrors increase productivity (facilitating experimentation and
parallel tasks, allowing off-line work) and even lessens the
2006 Oct 10
10
Debian packages...
Hi,
I just want to know what the state of the Debian packages is? I''ve
downloaded (and is currently testing with) the packages from http://
reductivelabs.com/downloads/packages/Debian/ They seem to miss some
important stuff such as init scripts and puppetrun, and they hasn''t
all the dependencies defined (eg. ruby). From the info part of the
packages I can''t see
2005 Aug 09
43
Some patches.
Hi,
in my path of getting the controls sample to work nicely, I fixed some
classes on the way, see the attached diffs. I had some difficulties, but
could track down all stupid bugs and am now almost happy with the code
:)
(I had the complete ImageHandler hieracy implemented at some time, but
than I discovered the error was not in unloaded ImageHandlers but in the
controls-program which does not
2009 Oct 28
0
[LLVMdev] About setting up official git & bzr mirrors.
On Oct 28, 2009, at 8:30 AM, Óscar Fuentes wrote:
> Time ago when the svn server was crawling due to massive hammering
> from
> people mirroring the repo, someone said that after the 2.6 release we
> could discuss creating official mirrors for those who work with svn
> clients based on distributed VCSs such as git and bazaar.
>
> Such mirrors increase productivity
2011 Jul 28
1
[LLVMdev] git
Jason Kim <jasonwkim at google.com> writes:
> On Wed, Jul 27, 2011 at 8:59 PM, Mark Lacey <641 at rudkx.com> wrote:
>
> Besides, the git-svn readonly bridge is a great solution for those who want to use git
>
> It seems to be a reasonable solution for those individuals who
> want to use git, but in my experience not for organizations that
>
2010 Feb 14
2
revision control on maildir possible?
Hi,
I was wondering if it is possible to put a dovecot managed maildir under a vcs like system, for example git or bzr. I'd like to have a seamless history of all mail going in and out of my mailboxes, so a vcs like system seams a good choice for me. I'm not quite sure however if that would cause any problems to dovecot and what the best way of handling commits would be.
If anyone on the
2008 Jan 27
20
OT local version control?
Hi, all,
This isn''t about rspec, but this list has people whose opinions I respect.
So, I''m looking for a new version control system for my local development. I
was going to install subversion, but I''ve heard rumors of people using some
newer ones. Thoughts? I''d like to be able to run it either locally or on a
home server. If I run it off a home server, then
2015 Mar 30
3
Accessibility: mouse guides for Compiz, and forthcoming contributions
Hello. [Resending the message from a subscribed address]
I'm Luca Saiu. I'm part of a small but very motivated team in France,
working on accessibility; you might have already exchanged some messages
with my colleagues Jean-Philippe Mengual, Ksamak and Raphaël Poitevin.
We are developing a customized version of debian using Compiz with
Emerald and MATE.
I've developed a relatively
2006 Sep 05
3
Testing vs Production manifests
So, the usual problem -- we want to be able to test our manifests before
putting them into full-scale no-holds-barred oh-shit-we-broke-teh-intarweb
production. The two possible solutions I''ve considered so far are:
1) Set a tag on objects we only want to be run on our test machines, and run
Puppet on the test machines with "please run objects tagged ''test''".
2007 Jan 31
1
Enforce Strong Passwords LDAP PDC
I've scoured the mailing list archives and the internet...has anyone
actually figured out how to enforce strong passwords when using Samba
and LDAP as a PDC?
My users are allowed to change their Windows XP passwords, how do I
enforce the use of strong passwords (either locally or globally)?
--
*Jason Baker
*/IT Coordinator/
*Glastender Inc.*
5400 North Michigan Road
Saginaw, Michigan
2007 May 04
2
v3.0.25-final?
How close are we to seeing the final release of samba 3.0.25?
Guillermo Gutierrez
Network Administrator
Market Scan Information Systems, Inc.
(818) 575-2017
ggutierrez@marketscan.com
2008 Oct 03
8
Flash Vorbis player
Hi,
I wanted to let you know that I have just made available the sources
to the ogg + vorbis implementation in haXe, which I've been working on
for last couple of weeks. The code compiles to an swf file playable in
Flash Player 10.
A demo of a simple player implementation (latest Flash 10 required):
http://people.xiph.org/~arek/pg/hx/test.html
and the sources, in a bzr branch, currently
2008 Oct 03
8
Flash Vorbis player
Hi,
I wanted to let you know that I have just made available the sources
to the ogg + vorbis implementation in haXe, which I've been working on
for last couple of weeks. The code compiles to an swf file playable in
Flash Player 10.
A demo of a simple player implementation (latest Flash 10 required):
http://people.xiph.org/~arek/pg/hx/test.html
and the sources, in a bzr branch, currently
2011 Nov 26
2
Time for a distributed VCS?
Recently, I've been working on tools for doing high-quality conversions
of project histories from centralized version-control systems like
Subversion to modern decentralized systems like git and hg.
To see what I mean by "high quality", take a look at my DVCS migration
guide: <http://www.catb.org/esr/dvcs-migration-guide.html>. A really
good conversion should, for example,
2018 Dec 06
5
Dealing with .git folder when using R CMD INSTALL
Dear all,
quite a few package tools depend on R CMD INSTALL today for rapid testing
of a package, eg:
- devtools::install()
- BiocCheck::BiocCheck()
I've noticed that at least BiocCheck() doesn't ignore version control
folders like .git. Trying to find out why this was, lead me to R CMD
INSTALL.
I know this R CMD build ignores these files and folders by default, but R
CMD INSTALL
2007 Jan 07
2
[LLVMdev] LLVM's Link Time Optimizer integrated into GNU ld
Hello,
I have a very early version of GNU's ld, part of GNU binutils, with LLVM's
Link Time Optimization integrated with it. This allows the linker to link
LLVM bytecode and native objects together into a single executable. It is
still very early in development, and I'll be working on doing more robust
testing on it in the upcoming weeks, but it at least handles simple cases.
If you
2007 Jul 12
29
Up to date packages for puppet
I was wondering if there would be any benefit to the general community
if I made available a debian and ubuntu repository of up to date puppet
packages. I have the infrastructure in place anyway for my work
(pbuilder + falcon), and can quite easily run up a vhost on a VM somewhere.
Debian Etch (4.0) for example has puppet 0.20.1, and will never get a
newer version. Ubuntu Feisty has a newer
2010 Feb 02
0
[LLVMdev] About setting up official git & bzr mirrors.
Launchpad already maintains bzr mirrors:
http://code.launchpad.net/llvm
The mirrors are the lp:~vcs-import branches (a specific launchpad user used
for automatically mirroring branches).
Baptiste.
2009/10/28 Óscar Fuentes <ofv at wanadoo.es>
> Time ago when the svn server was crawling due to massive hammering from
> people mirroring the repo, someone said that after the 2.6 release