login
Header Space

 
 

Mailing list archives

Search results

Found 34 matching messages (0.126 seconds). Page 1 of 2.

Re: Using git to store /etc, redux

... I came across the "Using git to store /etc" thread from ... separately). >=20 > This is also useful for tripwire type checks and ... I hope it might be useful to others (it sure is ... isisetup.ch/, linked from http://git.or.cz/gitwiki/InterfacesFrontendsAndTools) yet ...

git - Jan Hudec - May 21 2007 - 14:32

Re: Using GIT to store /etc (Or: How to make GIT store all file permission bits)

... wrote: >> I actively use git to version, store and distribute an exim ... .org/gmane.comp.version-control.git/29765 > * Message-ID: <20061023051932.GA8625@ ... "preserve_security_labels", and "preserve_user_xattrs" which default to false but when set modify ...

git - Kyle Moffett - Dec 10 2006 - 14:10

Re: Using GIT to store /etc (Or: How to make GIT store all file permission bits)

Kyle Moffett wrote: > On Dec 10, 2006, at 10:30:00, Jakub Narebski wrote: >> Jeff Garzik wrote: >>> >>> I actively use git to version, store and distribute an exim mail

git - Jakub Narebski - Dec 10 2006 - 14:26

Re: Using GIT to store /etc (Or: How to make GIT store all file permission bits)

... is to not store /etc in git directly, but use import/ ... if /etc is not a git directory in and of itself ... literally require wrapping every single GIT > command with a script that ... 230225 Fax: +46 8-230231 - To unsubscribe from this list: send ...

git - Andreas Ericsson - Dec 11 2006 - 06:39

Re: Using GIT to store /etc (Or: How to make GIT store all file permission bits)

... in the idea of using GIT to > store the contents of ... archives, if you're motivated. I actively use git to version ... be a lot better if git natively cared about ownership and ... presumably via an option). Jeff - To unsubscribe from this list: send ...

git - Jeff Garzik - Dec 10 2006 - 10:49

Re: Using GIT to store /etc (Or: How to make GIT store all file permission bits)

... interested in the idea of using GIT to > store the contents of ... with this, I discovered that GIT doesn't actually preserve > all ... and compares > permission bits; trying to figure out if it's ... basic; you would just need to patch > a few routines which ...

git - sbejar - Dec 10 2006 - 11:06

Re: Using GIT to store /etc (Or: How to make GIT store all file permission bits)

... interested in the idea of using GIT to >> store the contents of various ... list archives, if > you're motivated. > > I actively use git to version, store ... .gmane.org/gmane.comp.version-control.git/29765 * Message-ID: <20061023051932.GA8625@evofed. ...

git - Jakub Narebski - Dec 10 2006 - 11:30

Re: Using GIT to store /etc (Or: How to make GIT store all file permission bits)

... in the idea of using GIT >> to store the contents of ... with this, I discovered that GIT doesn't actually >> preserve all ... and compares >> permission bits; trying to figure out if it's ... basic; you would just >> need to patch a few routines which ...

git - Kyle Moffett - Dec 10 2006 - 13:46

Re: Using GIT to store /etc (Or: How to make GIT store all file permission bits)

Kyle Moffett wrote: > The simplest solution which admittedly breaks the ability of older

git - Jakub Narebski - Dec 10 2006 - 14:10

Re: Using GIT to store /etc (Or: How to make GIT store all file permission bits)

... is to not store /etc in git directly, but use import/ ... but those are very similar to filesystem permissions; they differ only ... literally require wrapping every single GIT command with a script that ... the body of a message to majordomo@vger.kernel.org More ...

git - Kyle Moffett - Dec 10 2006 - 14:35

Re: Using GIT to store /etc (Or: How to make GIT store all file permission bits)

... index --refresh` or by running > >git status. > > I was looking at ... here. During checkout we use the index to help us decide ... script triggered on checkin that stored the > permissions of the files ... list: send the line "unsubscribe git" in the body of a ...

git - Shawn O. Pearce - Jan 11 2007 - 20:55

Re: Using GIT to store /etc (Or: How to make GIT store all file permission bits)

... Garzik wrote: >>> >>> I actively use git to version, store and distribute an exim ... been a >>> 'fix perms' script, or using the file perm checking capabilities ... with security-related race > conditions when used directly for /etc. Think about what ...

git - Jakub Narebski - Dec 10 2006 - 14:18

Re: Using GIT to store /etc (Or: How to make GIT store all file permission bits)

... in the idea of using GIT to > store the contents of ... with this, I discovered that GIT doesn't actually preserve > all ... does require some "Makefile magic" to work right (or the way ... I/ want it anyway). nikolai - To unsubscribe from this list: send ...

git - Nikolai Weibull - Dec 11 2006 - 06:50

Re: Using GIT to store /etc (Or: How to make GIT store all file permission bits)

... scripts literally require wrapping every single GIT > > command with a script that changes ... attribute data > > slightly before storing it in the underlying GIT tree. Even without ... that's a crazy trade-off to make in any situation. > > > > GIT_DIR=/ ...

git - Josef Weidendorfer - Dec 11 2006 - 08:13

Re: Using GIT to store /etc (Or: How to make GIT store all file permission bits)

... scripts literally require wrapping every single GIT > > > command with a script that changes ... -attribute data > > > slightly before storing it in the underlying GIT tree. Even ... 's a crazy trade-off to make in any situation. > > > > > > > GIT_DIR=/ ...

git - Johannes Schindelin - Dec 11 2006 - 09:33

Re: Using GIT to store /etc (Or: How to make GIT store all file permission bits)

... in the idea of using GIT to store the > contents of ... with > this, I discovered that GIT doesn't actually preserve all ... more than 0100, but we're discarding the rest between the ... *This .sig left intentionally blank* - To unsubscribe from this list: send ...

git - Daniel Barkalow - Dec 11 2006 - 23:45

Using git as a general backup mechanism (was Re: Using GIT to store /etc)

... doing my local snapshot backups using the rsync-with-hard-links ... org/computers/rsync_snapshots/ if you're not familiar with it). This ... be to store each day's backup as a git revision ... existing repository. That would be useful for things other than backups ...

git - Steven Grimm - Dec 12 2006 - 18:49

Re: Using git to store /etc, redux

... .isisetup.ch/, linked from > http://git.or.cz/gitwiki/InterfacesFrontendsAndTools) yet? ... 't see whether it already stores the metadata you > describe, but ... it but it seemed to not store any metadata. Also, it ... of my /etc. It also used a lot of hairy "grep ...

git - David - May 22 2007 - 08:16

Re: Using GIT to store /etc (Or: How to make GIT store all file permission bits)

... have a process that stores your configs in git, and script an export from git to rpm|deb. Packaging systems make it even easier to go between config versions. Jeff - ... in the body of a message to majordomo@vger.kernel.org More majordomo ...

git - Jeff Garzik - Dec 11 2006 - 06:55

Re: Using GIT to store /etc (Or: How to make GIT store all file permission bits)

... scripts literally require wrapping every single GIT > > > > command with a script that changes ... data > > > > slightly before storing it in the underlying GIT tree. Even ... 's a crazy trade-off to make in any situation. > > > > > > > > > > GIT_DIR=/ ...

git - Josef Weidendorfer - Dec 11 2006 - 11:07

speck-geostationary