Re: [gobolinux-devel] The 3 Linux app bundle formats

2019-07-25 Thread Anshuman Aggarwal
Gobo already solves the multiple dependency problem using Runner in a more memory, space and network efficient way. However till our recipes catch up, supporting a package format may be interesting but will create a laziness deterrent to work on creating recipes. If we could convert these into re

[gobolinux-devel] Inconsistency in the online Recipes vs Version in Programs

2019-07-09 Thread Anshuman Aggarwal
Hi, When I look online in the Recipes repository, I see a missing version of the Scripts recipe (016.02) which is installed on my machine. Online the Script Recipe versions are: Scripts svn-r3 3402 904 Hish... www Scripts git-r2 708 922 Aito... www Scripts 016.01-r1 860 856 Hish... www Scripts

Re: [gobolinux-devel] Gobolinux - From Scratch

2014-12-04 Thread Anshuman Aggarwal
On 4 December 2014 at 18:50, Lucas C. Villa Real wrote: > On Thu, Dec 4, 2014 at 10:49 AM, Anshuman Aggarwal > wrote: >> >> On 4 December 2014 at 18:06, Lucas C. Villa Real >> wrote: >> > On Thu, Dec 4, 2014 at 10:12 AM, Anshuman Aggarwal >> > wrot

Re: [gobolinux-devel] Gobolinux - From Scratch

2014-12-04 Thread Anshuman Aggarwal
On 4 December 2014 at 18:06, Lucas C. Villa Real wrote: > On Thu, Dec 4, 2014 at 10:12 AM, Anshuman Aggarwal > wrote: >> >> On 4 December 2014 at 17:22, Lucas C. Villa Real >> wrote: >> > On Thu, Dec 4, 2014 at 7:39 AM, Anshuman Aggarwal >> > wrote:

Re: [gobolinux-devel] Gobolinux - From Scratch

2014-12-04 Thread Anshuman Aggarwal
On 4 December 2014 at 17:22, Lucas C. Villa Real wrote: > On Thu, Dec 4, 2014 at 7:39 AM, Anshuman Aggarwal > wrote: >> >> Thanks Lucas. >> >> Can anybody suggest an easy way to install the minimal install while >> running another version of linux (Ubuntu) in

Re: [gobolinux-devel] Gobolinux - From Scratch

2014-12-04 Thread Anshuman Aggarwal
this. Anshuman On 4 December 2014 at 01:06, Lucas C. Villa Real wrote: > On Wed, Dec 3, 2014 at 5:11 PM, Anshuman Aggarwal > wrote: >> >> Hi Lucas, >> Is the "Base" profile an option in the LiveCD? (sorry haven't gotten >> a chance to boot it

Re: [gobolinux-devel] Gobolinux - From Scratch

2014-12-03 Thread Anshuman Aggarwal
re (like gentoo) and the fact that Gobo is also one is a big plus. Thanks, Anshuman On 4 December 2014 at 00:37, Lucas C. Villa Real wrote: > On Wed, Dec 3, 2014 at 9:41 AM, Anshuman Aggarwal > wrote: >> >> Hi, >> >> Is there a process available for gobolinux to be i

[gobolinux-devel] Gobolinux - From Scratch

2014-12-03 Thread Anshuman Aggarwal
Hi, Is there a process available for gobolinux to be installed from scratch instead of using the Live CD? I have a server setup which wouldn't need much of what is installed by the LiveCD and would like to keep my server minimal. Couldn't find it documented anywhere... Can we write up the instruc

Re: [gobolinux-devel] Rootless Gobolinux doesn't work

2011-03-15 Thread Anshuman Aggarwal
A suggestion for future scripting: Maybe we should not have direct references to any mirrors to avoid just this type of an issue? subdomain.Gobolinux.org should forward to the appropriate mirror wherever applicable? Kudos to the kundor setup that has served so well thus far but nothing puts a

Re: [gobolinux-devel] Distcc with Compile?

2010-04-29 Thread Anshuman Aggarwal
saving effort here :) - Anshu On 21-Apr-2010, at 5:10 AM, Michael Homer wrote: > On Wed, Apr 21, 2010 at 5:06 AM, Anshuman Aggarwal > wrote: >> Is this documented somewhere? Using distcc with Compile? Does Compile >> support it natively? > I believe people have set it up bef

[gobolinux-devel] Distcc with Compile?

2010-04-20 Thread Anshuman Aggarwal
Is this documented somewhere? Using distcc with Compile? Does Compile support it natively? ___ gobolinux-devel mailing list gobolinux-devel@lists.gobolinux.org http://lists.gobolinux.org/mailman/listinfo/gobolinux-devel

Re: [gobolinux-devel] Tracking dependencies

2007-07-05 Thread Anshuman Aggarwal
chez wrote: > On Wed, 04 Jul 2007 20:16:28 -0400 > Anshuman Aggarwal <[EMAIL PROTECTED]> wrote: > > >> Great idea, I'm going to put the prototype implementation together >> since the prototype might be just as involved as the logic needed >> in Compile

Re: [gobolinux-devel] Updating global files [ Was beryl-settings: gobject.GError ]

2007-07-05 Thread Anshuman Aggarwal
l location (/System/Settings) for instance and then put it in a list of globally managed files Jonas Karlsson wrote: > On Thu, 05 Jul 2007 19:14:04 +0200, Anshuman Aggarwal <[EMAIL PROTECTED]> > wrote: > >> Jonas Karlsson wrote: >> >>>

Re: [gobolinux-devel] Updating global files [ Was beryl-settings: gobject.GError ]

2007-07-05 Thread Anshuman Aggarwal
gdk-pixbuf.loaders Now, if the compile script has replaced the original with the file it had generated that would solve it...obviously the recipe writer has to catch this... Jonas Karlsson wrote: > 2007/7/5, Anshuman Aggarwal <[EMAIL PROTECTED]>: > >> Yeah, that's what I had done

Re: [gobolinux-devel] Tracking dependencies

2007-07-04 Thread Anshuman Aggarwal
start working off the latest Compile/RemoveProgram based scripts...Hisham, who is presently maintaining these so I should work with that person? Thanks, [EMAIL PROTECTED] wrote: > On 7/2/07, Anshuman Aggarwal <[EMAIL PROTECTED]> wrote: > >> Hisham, >> Did you disagre

Re: [gobolinux-devel] Tracking dependencies

2007-07-02 Thread Anshuman Aggarwal
Hisham, Did you disagree with the alternate location for the Dependency files and Links as well as he has described? In general, I'm pushing the links idea for dependencies for the simple reason(s) below: ...file system as package manager ...any decent package manager needs a way of tracking fo

Re: [gobolinux-devel] Tracking dependencies

2007-07-02 Thread Anshuman Aggarwal
d the library installed first Now if you had to remove libA/1.0, you would check that no = or <= 1.0 exists, if a >= 1.0 exists then you check that a >= 1.0 exists in libA (which is 2.0) ...and then u remove it... Similarly for others... What say? - Anshuman [EMAIL PROTECTED] wrote

Re: [gobolinux-devel] Tracking dependencies

2007-07-02 Thread Anshuman Aggarwal
Thanks, I was convinced this (link based) approach is perfect for gobo...but the lack of response was worrying me :) ...I will document the details on the wiki and send out a link...then if everyone is in agreement we can work out a plan of introducing it into gobo scripts. would appreciate som