Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
/var/cache/edb/world
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
Tommex
n00b
n00b


Joined: 28 Aug 2002
Posts: 16

PostPosted: Tue Sep 24, 2002 12:26 pm    Post subject: /var/cache/edb/world Reply with quote

Hallo!

Gibt es eine Möglichkeit (automatisch/ nicht von Hand) in die Datei /var/cache/edb/world alle Packete einzutragen. Und somit auch nicht automatisch geupdated.

Bei mit werden dort nur sehr wenige Packete eingetragen / bzw auch neu installierte Pakete nicht eingetragen. Oder liegt das an der Umstellung von dem sehr frühen 1.4 auf das aktuelle. (Änderung des Links für die make.profile)

Gruß,
Tommex
Back to top
View user's profile Send private message
Beforegod
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 1494
Location: Frankfurt/Main

PostPosted: Tue Sep 24, 2002 1:13 pm    Post subject: Reply with quote

Hi,
aus dem englischen Threads :

Quote:

Here is a very simple script I wrote that automatically fethces the latest packages and updates everything that needs updating. Then it clean all old packages not needed anymore. Before you run it make sure you have gentoolkit merged. If you don't type this:

Code:
emerge gentoolkit


Here is the script:

Code:


#!/bin/bash
emerge sync;
qpkg -I -nc | xargs emerge -u;
emerge clean;
exit



Make sure you Code:
chmod 700 scriptname
before executing it.


https://forums.gentoo.org/viewtopic.php?p=64299&highlight=#64299

Gruß,
BG
Back to top
View user's profile Send private message
Tommex
n00b
n00b


Joined: 28 Aug 2002
Posts: 16

PostPosted: Wed Sep 25, 2002 9:35 am    Post subject: Reply with quote

Danke! So hats gut funktioniert!

Gruß,
Tommex
Back to top
View user's profile Send private message
Beforegod
Bodhisattva
Bodhisattva


Joined: 10 Apr 2002
Posts: 1494
Location: Frankfurt/Main

PostPosted: Wed Sep 25, 2002 10:15 am    Post subject: Reply with quote

Ich habe von @rac eine Meldung erhalten, das dieses Problem in Portage 2.0.37 behoben ist.
Sobald ich dies getestet habe gebe ich euch bescheid!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum