READ ONLY FORUM: m23 :: makes software distribution easy Forum Index READ ONLY FORUM: m23 :: makes software distribution easy
The m23 discussion forum
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Package List

 
Post new topic   Reply to topic    READ ONLY FORUM: m23 :: makes software distribution easy Forum Index -> General questions and ideas/Allgemeine Fragen und Anregungen
View previous topic :: View next topic  
Author Message
BigKarl
Guest





PostPosted: Tue Feb 16, 2010 9:07    Post subject: Package List Reply with quote

Guten Tag,

ich richte gerade meinen m23 Server ein und frage mich ob es eine Möglichkeit gibt eine komplette Packetliste zu importieren (sind über 1000 Packete), im Webinterface finde ich leider keine Option für dies und im FAQ / Forum bin ich leider auch nicht fündig geworden. Ist dies per SQL möglich oder bietet sich eine andere Lösung noch an?

Viele Grüße+Dank,
Karl
Back to top
Hauke



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Tue Feb 16, 2010 15:48    Post subject: Reply with quote

Moin,

eine direkte Möglichkeit über die Oberfläche gibt es (noch) nicht, daher wäre der Umweg über SQL wohl der einfachste.

Mit folgendem BASH-Skript kannst Du die Datei /tmp/pkg, die die Liste der Pakete enthält (pro Zeile ein Paketname) in die SQL-Datei /tmp/out.sql konvertieren:
Code:

cat /tmp/pkg | awk '{print("INSERT INTO `recommendpackages` (`name`, `package`, `version`, `priority`, `params`, `normalPackage`, `installedSize`) VALUES(\"meinezusammenstellung\", \"m23normal\", \"\", 25, \"\", \""$0"\", 0);");}'  > /tmp/out.sql

Ersetze dabei "meinezusammenstellung" durch den Namen, den Du Deiner Zusammenstellung geben möchtest. Anschließend kannst Du die SQL-Datei über das im m23-Server enthaltene phpMyAdmin importieren.
_________________
Hauke Goos-Habermann
- project leader m23 (http://m23.sf.net) -
Jabber: dodgerm23@jabber.org

Schulung, Entwicklung und Support zu m23 und anderen OpenSource-Produkten: www.goos-habermann.de

Auch DU kannst etwas gegen Softwarepatente tun! www.patentfrei.de
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    READ ONLY FORUM: m23 :: makes software distribution easy Forum Index -> General questions and ideas/Allgemeine Fragen und Anregungen All times are GMT - 2 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can 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


Powered by phpBB © 2001, 2005 phpBB Group