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

2011-07-12 Thread Ozan Türkyılmaz
2011/7/5  unix_li...@airpost.net:
 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 will be merged nicely (depending on changes
 you did).

 i haven't been able to figure out how to create my own repo file correctly.
 This is what I have:
 cat /etc/sbopkg/repos.d/10-Chytraeus.repo
 Chy slackbuilds Chy repository for Slackware Current _Chy   GPG

 I'v also tried the following:

 Chy Current Chy repository for Slackware Current _Chy git
 git://slackbuilds.org/slackbuilds@13.37 


try this:
Chy Local SBo repo _Chy git git://slackbuilds.org/slackbuilds@13.37 



-- 
Ozan, BSc, BEng
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



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. That's exactly what I would like to
do.



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 will be merged nicely (depending on changes
you did).


i haven't been able to figure out how to create my own repo file correctly.
This is what I have:
cat /etc/sbopkg/repos.d/10-Chytraeus.repo
Chy slackbuilds Chy repository for Slackware Current _Chy   GPG

I'v also tried the following:

Chy Current Chy repository for Slackware Current _Chy git 
git://slackbuilds.org/slackbuilds@13.37 



--
Regards,
21
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



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

2011-07-06 Thread emmel
On Tue, Jul 05, 2011 at 06:57:36PM -0400, slakmagik wrote:
 On 2011-07-05 (Tue) 11:34:49 [-0400], Eric Schultz wrote:
  
  
   -- Forwarded message --
   From: Ozan Türky?lmaz ozan.turkyil...@gmail.com
   To: SlackBuilds.org Users List slackbuilds-users@slackbuilds.org
   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  unix_li...@airpost.net:
  
   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 will be merged nicely (depending on changes
   you did).
  
  
  I was trying to do something similar: I have a couple Slackware machines
  with similar setups so I wanted to have a central SBo repo.  I use the rsync
  backup on my NAS to sync SBo's repo but I can't seem to add it to the repo
  files!?  I tried to add it as a local repo at
  /media/network1/mirror/Sbo/build-13.37 but when ever I run sbopkg it says it
  doesn't exist and offers to create it for me?!
  
 
 The default REPO_ROOT is /var/lib/sbopkg. The default REPO_NAME and
 REPO_BRANCH are SBo and 13.37. At least for now, git repos (as opposed
 to rsync) don't have REPO_BRANCHes. All of this is configurable from the
 configuration file but can also be controlled from the command line.
 Something like '-D /media/network1/mirror' (versions older than the
 latest use '-d' instead of '-D') would have sbopkg look in that
 directory for a hierarchy it recognizes. Something like '-V
 Sbo/build-13.37' might tell it to use that. If that's not what's
 actually going on, you might need to set ROOT to
 /media/network1/mirror/Sbo, NAME to 'build-13.37' and not have a branch.
 (If I'm remembering correctly - I don't use these features myself. If
 I'm wrong, I'll look at the code later.) As far as the repos.d files,
 those files want the repo (name) and the branch but don't expect the
 REPO_ROOT to be specified in them - but I don't know what your file
 looks like.
 
 The best thing to do, however, if you don't have a reason not to, is to
 use sbopkg's default local directory: /var/lib/sbopkg/local. Then a
 simple ' sbopkg -V local' will activate that repo. That I do use, and
 know that works as described.
 
 And, at this point, if what I've said doesn't help, this is really more
 material for sbopkg's own list (where I'd also appreciate everyone
 signing up, for the same reasons Robby expressed.) :) There, more detail
 on your filesystem and what your files actually say would be good.
 
 HTH.

Actually, I do something like that, using rsync, NFS and symbolic links
to distribute downloaded sources and the repo between machines. (I use
sbopkg.) I just don't distribute ready mande packages as I have a
inhomogenous network - different setups and in one case Slack64 rather
than 32 bit.
-- 
GPG signed
Fingerprint: 60B4 D8E3 9617 900C 6726  168F D677 5AAD D40F CCE7
Certserver : hkp://pgp.mit.edu


pgpYrJwJYNwmR.pgp
Description: PGP signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



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 ozan.turkyil...@gmail.com
  To: SlackBuilds.org Users List slackbuilds-users@slackbuilds.org
  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  unix_li...@airpost.net:
 
  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 will be merged nicely (depending on changes
  you did).
 
 
 I was trying to do something similar: I have a couple Slackware machines
 with similar setups so I wanted to have a central SBo repo.  I use the rsync
 backup on my NAS to sync SBo's repo but I can't seem to add it to the repo
 files!?  I tried to add it as a local repo at
 /media/network1/mirror/Sbo/build-13.37 but when ever I run sbopkg it says it
 doesn't exist and offers to create it for me?!
 

The default REPO_ROOT is /var/lib/sbopkg. The default REPO_NAME and
REPO_BRANCH are SBo and 13.37. At least for now, git repos (as opposed
to rsync) don't have REPO_BRANCHes. All of this is configurable from the
configuration file but can also be controlled from the command line.
Something like '-D /media/network1/mirror' (versions older than the
latest use '-d' instead of '-D') would have sbopkg look in that
directory for a hierarchy it recognizes. Something like '-V
Sbo/build-13.37' might tell it to use that. If that's not what's
actually going on, you might need to set ROOT to
/media/network1/mirror/Sbo, NAME to 'build-13.37' and not have a branch.
(If I'm remembering correctly - I don't use these features myself. If
I'm wrong, I'll look at the code later.) As far as the repos.d files,
those files want the repo (name) and the branch but don't expect the
REPO_ROOT to be specified in them - but I don't know what your file
looks like.

The best thing to do, however, if you don't have a reason not to, is to
use sbopkg's default local directory: /var/lib/sbopkg/local. Then a
simple ' sbopkg -V local' will activate that repo. That I do use, and
know that works as described.

And, at this point, if what I've said doesn't help, this is really more
material for sbopkg's own list (where I'd also appreciate everyone
signing up, for the same reasons Robby expressed.) :) There, more detail
on your filesystem and what your files actually say would be good.

HTH.
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



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 Kovacsi...@microlinux.fr:

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 little experience with git or other version control systems. How
are some of you implementing this yourselves?


SVN is a great tool, and quite simple. The documentation is very clear.
There's a local copy of the SVN book in your Slackware box.

If you can't setup your own SVN server, you can have a free account at
http://www.tuxfamily.org, a great site devoted to hosting free projects. The
FAQ contains step by step information about setting up the SVN repo.



With git, You have zero needs for all this.

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. That's exactly what I would 
like to do.

___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



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 Kovacsi...@microlinux.fr:

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 little experience with git or other version control systems. How
are some of you implementing this yourselves?


SVN is a great tool, and quite simple. The documentation is very clear.
There's a local copy of the SVN book in your Slackware box.

If you can't setup your own SVN server, you can have a free account at
http://www.tuxfamily.org, a great site devoted to hosting free projects. The
FAQ contains step by step information about setting up the SVN repo.



With git, You have zero needs for all this.

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. That's exactly what I would 
like to do.


--
Regards,
21
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



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 ev...@airpost.net wrote:

 On 06/23/2011 01:53 AM, Ozan Türkyılmaz wrote:
  2011/6/23 Nicolas Kovacsi...@microlinux.fr:
  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 little experience with git or other version control
  systems. How are some of you implementing this yourselves?
 
  SVN is a great tool, and quite simple. The documentation is very
  clear. There's a local copy of the SVN book in your Slackware box.
 
  If you can't setup your own SVN server, you can have a free
  account at http://www.tuxfamily.org, a great site devoted to
  hosting free projects. The FAQ contains step by step information
  about setting up the SVN repo.
 
 
  With git, You have zero needs for all this.
 
  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. That's exactly what I
 would like to do.


I'll let someone else handle this, as I don't use sbopkg, but
I will say that you need to subscribe to the list if you're 
going to be posting to it regularly; I don't like having to
approve postings all the time from non-subscribers...

-RW


signature.asc
Description: PGP signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



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

2011-07-04 Thread Ozan Türkyılmaz
2011/7/5  unix_li...@airpost.net:
 On 06/23/2011 01:53 AM, Ozan Türkyılmaz wrote:

 2011/6/23 Nicolas Kovacsi...@microlinux.fr:

 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 little experience with git or other version control systems. How
 are some of you implementing this yourselves?

 SVN is a great tool, and quite simple. The documentation is very clear.
 There's a local copy of the SVN book in your Slackware box.

 If you can't setup your own SVN server, you can have a free account at
 http://www.tuxfamily.org, a great site devoted to hosting free projects.
 The
 FAQ contains step by step information about setting up the SVN repo.


 With git, You have zero needs for all this.

 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. That's exactly what I would like to
 do.


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 will be merged nicely (depending on changes
you did).

-- 
Ozan, BSc, BEng
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



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

2011-06-23 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 little experience with git or other version control systems. How
are some of you implementing this yourselves?


SVN is a great tool, and quite simple. The documentation is very clear. 
There's a local copy of the SVN book in your Slackware box.


If you can't setup your own SVN server, you can have a free account at 
http://www.tuxfamily.org, a great site devoted to hosting free projects. 
The FAQ contains step by step information about setting up the SVN repo.


Cheers,

Niki
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



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 i...@microlinux.fr:
 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 little experience with git or other version control systems. How
 are some of you implementing this yourselves?

 SVN is a great tool, and quite simple. The documentation is very clear.
 There's a local copy of the SVN book in your Slackware box.

 If you can't setup your own SVN server, you can have a free account at
 http://www.tuxfamily.org, a great site devoted to hosting free projects. The
 FAQ contains step by step information about setting up the SVN repo.


With git, You have zero needs for all this.

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.



-- 
Ozan, BSc, BEng
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



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 about this?


On 22/06/2011 11:34 PM, Eugen Wissner wrote:

I use rsync.

2011/6/23 unix_li...@airpost.net mailto:unix_li...@airpost.net

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
systems. How are some of you implementing this yourselves?
-- 
Regards,

21
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
mailto:SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/

___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



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 unix_li...@airpost.net

 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 systems. How are
 some of you implementing this yourselves?
 --
 Regards,
 21
 __**_
 SlackBuilds-users mailing list
 SlackBuilds-users@slackbuilds.**org SlackBuilds-users@slackbuilds.org
 http://lists.slackbuilds.org/**mailman/listinfo/slackbuilds-**usershttp://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
 Archives - 
 http://lists.slackbuilds.org/**pipermail/slackbuilds-users/http://lists.slackbuilds.org/pipermail/slackbuilds-users/
 FAQ - http://slackbuilds.org/faq/


___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/



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 issue the command git diff.

But to retain your modified copies it would be advisable to keep them
in an alternate location.

On Wed, Jun 22, 2011 at 11:34 PM, Eugen Wissner eu...@flevum.de wrote:
 I use rsync.

 2011/6/23 unix_li...@airpost.net

 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 systems. How
 are some of you implementing this yourselves?
 --
 Regards,
 21
 ___
 SlackBuilds-users mailing list
 SlackBuilds-users@slackbuilds.org
 http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
 Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
 FAQ - http://slackbuilds.org/faq/



 ___
 SlackBuilds-users mailing list
 SlackBuilds-users@slackbuilds.org
 http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
 Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
 FAQ - http://slackbuilds.org/faq/






-- 
-Thank You,
-Matthew Fillpot

-Join us this year in celebrating the 20th Anniversary of Linux!
Watch the Story of Linux here:
http://www.youtube.com/watch?v=5ocq6_3-nEw
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
http://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - http://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - http://slackbuilds.org/faq/