Here comes patchs to add support for detached programs:
Changes:
* Added some functions to GoboLinux:
- UnlinkCurrent :: unlinks the current
- UnlinkProgram :: Remove links for program
- RemoveProgram :: Remove directories for program
- IsDetached :: Tells if a pro
El Wed, 4 Apr 2007 00:57:49 -0300
"Hisham Muhammad" <[EMAIL PROTECTED]> escribi__:
I have prepared both scripts.
RemoveProgram has now --follow option to follow links in /Programs when
remove, but by default it only disable detached programs.
I have a little question, there is any special reason t
On 4/4/07, Carlo Calica <[EMAIL PROTECTED]> wrote:
> On 4/3/07, Michael Homer <[EMAIL PROTECTED]> wrote:
> > On 4/4/07, Jeremy Visser <[EMAIL PROTECTED]> wrote:
> > >
> > > http://www.gobolinux.org/download/kernel/ has only 2.6.17. I will look
> > > in Manager when I get a chance and see if it's th
On 4/3/07, Carlo Calica <[EMAIL PROTECTED]> wrote:
> On 4/3/07, Hisham Muhammad <[EMAIL PROTECTED]> wrote:
> > On 4/3/07, Aitor Pérez Iturri <[EMAIL PROTECTED]> wrote:
> > > - When removing programs under NFS or similiar i will not delete files
> > > under NFS, but it's supposed that user has writ
On 4/4/07, Hisham Muhammad <[EMAIL PROTECTED]> wrote:
> Please, don't include CVS snapshots in a pre-release. When you decide
> the state of CVS is good for inclusion in a pre-release, bump versions
> and make releases. Doing otherwise is just asking for support trouble
> later.
Ok, will do that t
On 4/3/07, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote:
> On 4/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > Please keep both Packages-List-GoboLinuxTools-Stable and
> > Packages-List-GoboLinuxTools.
> >
> > Packages from Packages-List-GoboLinuxTools are fetched from CVS. I
> > don't see
On 4/3/07, Michael Homer <[EMAIL PROTECTED]> wrote:
> On 4/4/07, Jeremy Visser <[EMAIL PROTECTED]> wrote:
> >
> > http://www.gobolinux.org/download/kernel/ has only 2.6.17. I will look
> > in Manager when I get a chance and see if it's there anyway.
>
> I wasn't even aware that existed. I assume it
On 4/3/07, Hisham Muhammad <[EMAIL PROTECTED]> wrote:
> On 4/3/07, Aitor Pérez Iturri <[EMAIL PROTECTED]> wrote:
> > - When removing programs under NFS or similiar i will not delete files
> > under NFS, but it's supposed that user has write access to that files,
> > in this case a simple RemoveBro
On 4/4/07, Jeremy Visser <[EMAIL PROTECTED]> wrote:
> On 4/4/07, Michael Homer <[EMAIL PROTECTED]> wrote:
> > > Are there any updated kernels I can/should download?
> > You need at least 2.6.20; InstallPackage Linux/Compile Linux will pull
> > that in for you. You need to be running it when you ins
On 4/3/07, Jeremy Visser <[EMAIL PROTECTED]> wrote:
> On 4/4/07, Michael Homer <[EMAIL PROTECTED]> wrote:
> > > Are there any updated kernels I can/should download?
> > You need at least 2.6.20; InstallPackage Linux/Compile Linux will pull
> > that in for you. You need to be running it when you ins
On 4/4/07, Michael Homer <[EMAIL PROTECTED]> wrote:
> > Are there any updated kernels I can/should download?
> You need at least 2.6.20; InstallPackage Linux/Compile Linux will pull
> that in for you. You need to be running it when you install the new
> Glibc, so you'll have to restart in between.
On 4/4/07, Jeremy Visser <[EMAIL PROTECTED]> wrote:
> This seems to still be an issue. I am running GoboLinux 013 on a virtual
> machine, and when upgrading Glibc, I too got the "kernel too old" error.
>
> Are there any updated kernels I can/should download?
You need at least 2.6.20; InstallPackage
Fixed Pass_Away function call and Dependencies script call.
Now, AttachProgram has some python error, i wiil take a look later.
greets.
Has DisableProgram support for Dettached programs?
Aitor.
--
... Bardulia quae nunc vocatur Castella ...
AttachProgram.patch
Description: Binary data
___
I wanted to look at the Installer package to learn something about AbsTk,
but I ran into a couple problems. I have updated to Python 2.5,
so I wasn't too suprised when AbsTk complained about something that
seemed like a 2.4 vs. 2.5 problem. When I tried to update by running
"make" in /Programs/
On 4/3/07, Aitor Pérez Iturri <[EMAIL PROTECTED]> wrote:
> I'm going to make both scripts (RemoveProgram and DisableProgram)
> similar, patches i wrote i think can't manege mixed programs, i have
> programs detached and programs that don't, so i will try to add that
> feature too. I have some quest
On 4/3/07, mpb <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'd like to write a recipe to install GDC, the Gnu D Compiler. The
> GDC sources are an add-on to GCC.
>
> I'm wondering whether:
>
> 1) GDC should get its own recipe (that would, in terms of the files
> installed, be largely redundant with GCC)
Hi,
I'd like to write a recipe to install GDC, the Gnu D Compiler. The
GDC sources are an add-on to GCC.
I'm wondering whether:
1) GDC should get its own recipe (that would, in terms of the files
installed, be largely redundant with GCC)
or 2) the GCC recipe should be updated to (perhaps optio
Packages-List-GoboLinuxTools-CVS sounds good. I'll update the
occurrences of the file name in the BuildLiveCD scripts.
On 4/3/07, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote:
> On 4/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> > Please keep both Packages-List-GoboLinuxTools-Stable and
>
On 4/3/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Please keep both Packages-List-GoboLinuxTools-Stable and
> Packages-List-GoboLinuxTools.
>
> Packages from Packages-List-GoboLinuxTools are fetched from CVS. I
> don't see a reason for doing so in the case of (at least)
> Compile
> Listener
Please keep both Packages-List-GoboLinuxTools-Stable and
Packages-List-GoboLinuxTools.
Packages from Packages-List-GoboLinuxTools are fetched from CVS. I
don't see a reason for doing so in the case of (at least)
Compile
Listener
Manager
Scripts
This might change if we start having changes that mo
I'm going to make both scripts (RemoveProgram and DisableProgram)
similar, patches i wrote i think can't manege mixed programs, i have
programs detached and programs that don't, so i will try to add that
feature too. I have some questions:
- I'm going to make some functions to share beetwen them,
El Tue, 03 Apr 2007 08:10:15 +0200
"Jonas Karlsson" <[EMAIL PROTECTED]> escribi__:
> Yes, I believe that those two script should be identical, with the
> simple difference that RemoveProgram does a 'rm -rf' instead of 'mv
> foo foo-disabled'. which DisableProgram does. Therefore I also think
> tha
22 matches
Mail list logo