Re: [Slackbuilds-users] Help on creating my own local slackbuild repo at home

2011-07-12 Thread Ozan Türkyılmaz
2011/7/5 : > On 07/04/2011 09:27 PM, Ozan Türkyılmaz wrote: >> git clone the SBo git repo. Add it to sbopkg repo files. after that >> choose it at sbopkg repo config. When you change anything on the repo >> do git add and git commit. When you a sbopkg -r (git pull) your >> changes and repo changes

Re: [Slackbuilds-users] Help on creating my own local slackbuild repo at home

2011-07-11 Thread unix_lists
On 07/04/2011 09:27 PM, Ozan Türkyılmaz wrote: I have my own local repo as well. I added to sbopkg as well. I can get updates from Offical Repo and still keep my own changes. Can you explain this a bit more about how you get updates from sbopkg and are still able to keep your own changes. Th

Re: [Slackbuilds-users] Help on creating my own local slackbuild repo at home

2011-07-06 Thread emmel
lds.org Users List" > > > Date: Tue, 5 Jul 2011 07:27:44 +0500 > > > Subject: Re: [Slackbuilds-users] Help on creating my own local slackbuild > > > repo at home > > > 2011/7/5 : > > > > > > git clone the SBo git repo. Add it to sbopkg repo fil

Re: [Slackbuilds-users] Help on creating my own local slackbuild repo at home

2011-07-05 Thread slakmagik
On 2011-07-05 (Tue) 11:34:49 [-0400], Eric Schultz wrote: > > > > > > -- Forwarded message -- > > From: "Ozan Türky?lmaz" > > To: "SlackBuilds.org Users List" > > Date: Tue, 5 Jul 2011 07:27:44 +0500 > > Subject: Re

Re: [Slackbuilds-users] Help on creating my own local slackbuild repo at home

2011-07-05 Thread Eric Schultz
> > > -- Forwarded message -- > From: "Ozan Türkyılmaz" > To: "SlackBuilds.org Users List" > Date: Tue, 5 Jul 2011 07:27:44 +0500 > Subject: Re: [Slackbuilds-users] Help on creating my own local slackbuild > repo at home > 2011/7

Re: [Slackbuilds-users] Help on creating my own local slackbuild repo at home

2011-07-04 Thread Ozan Türkyılmaz
2011/7/5 : > On 06/23/2011 01:53 AM, Ozan Türkyılmaz wrote: >> >> 2011/6/23 Nicolas Kovacs: >>> >>> Le 23/06/2011 02:23, unix_li...@airpost.net a écrit : I would like to have my own local version of slackbuilds on my own computer. I want this because I often make changes to the scri

Re: [Slackbuilds-users] Help on creating my own local slackbuild repo at home

2011-07-04 Thread Robby Workman
On Mon, 04 Jul 2011 17:08:24 -0500 Donald Cooley wrote: > On 06/23/2011 01:53 AM, Ozan Türkyılmaz wrote: > > 2011/6/23 Nicolas Kovacs: > >> Le 23/06/2011 02:23, unix_li...@airpost.net a écrit : > >>> > >>> I would like to have my own local version of slackbuilds on my own > >>> computer. I want t

Re: [Slackbuilds-users] Help on creating my own local slackbuild repo at home

2011-07-04 Thread unix_lists
On 06/23/2011 01:53 AM, Ozan Türkyılmaz wrote: 2011/6/23 Nicolas Kovacs: Le 23/06/2011 02:23, unix_li...@airpost.net a écrit : I would like to have my own local version of slackbuilds on my own computer. I want this because I often make changes to the scripts. I would like to have control over

Re: [Slackbuilds-users] Help on creating my own local slackbuild repo at home

2011-07-04 Thread Donald Cooley
On 06/23/2011 01:53 AM, Ozan Türkyılmaz wrote: 2011/6/23 Nicolas Kovacs: Le 23/06/2011 02:23, unix_li...@airpost.net a écrit : I would like to have my own local version of slackbuilds on my own computer. I want this because I often make changes to the scripts. I would like to have control over

Re: [Slackbuilds-users] Help on creating my own local slackbuild repo at home

2011-06-23 Thread Martin Pagnan
Speaking of rsync. Does anyone know how to set up iosync on Slack? Other distributions seem to include it as a kernel module but Slack does not, as far as I can tell. Whereas rsync runs on demand or as a chron job, iosync monitors disk changes and sync them to a backup disk. Does anyone know ab

Re: [Slackbuilds-users] Help on creating my own local slackbuild repo at home

2011-06-23 Thread Ozan Türkyılmaz
2011/6/23 Nicolas Kovacs : > Le 23/06/2011 02:23, unix_li...@airpost.net a écrit : >> >> I would like to have my own local version of slackbuilds on my own >> computer. I want this because I often make changes to the scripts. I >> would like to have control over how an update from slackbuilds site

Re: [Slackbuilds-users] Help on creating my own local slackbuild repo at home

2011-06-22 Thread Nicolas Kovacs
Le 23/06/2011 02:23, unix_li...@airpost.net a écrit : I would like to have my own local version of slackbuilds on my own computer. I want this because I often make changes to the scripts. I would like to have control over how an update from slackbuilds site is merged with my own home repo. I have

Re: [Slackbuilds-users] Help on creating my own local slackbuild repo at home

2011-06-22 Thread Matthew Fillpot
You can use git. Run "git clone git://slackbuilds.org/slackbuilds" to clone the original repo, then to get updates you can go into the resulting slackbuilds directory and issue the command "git pull". you can change the local files are you wish and if you want to review the differences you can is

Re: [Slackbuilds-users] Help on creating my own local slackbuild repo at home

2011-06-22 Thread Eugen Wissner
I use rsync. 2011/6/23 > I would like to have my own local version of slackbuilds on my own > computer. I want this because I often make changes to the scripts. I would > like to have control over how an update from slackbuilds site is merged with > my own home repo. > I have little experience w

[Slackbuilds-users] Help on creating my own local slackbuild repo at home

2011-06-22 Thread
I would like to have my own local version of slackbuilds on my own computer. I want this because I often make changes to the scripts. I would like to have control over how an update from slackbuilds site is merged with my own home repo. I have little experience with git or other version control

[Slackbuilds-users] Help on creating my own local slackbuild repo at home

2011-06-22 Thread unix_lists
I would like to have my own local version of slackbuilds on my own computer. I want this because I often make changes to the scripts. I would like to have control over how an update from slackbuilds site is merged with my own home repo. I have little experience with git or other version control