site  contact  subhomenews

'common' repo in PPM

August 24, 2011 — BarryK
I have added the Puppy PET 'common' repo as a default in the Puppy Package Manager in Wary.

The repos that are selected by default are chosen in script '3builddistro' in Woof, I modified this part that selects which PET repos:

 case $DISTRO_COMPAT_VERSION in #100911

lucid)
enabledrepos="Packages-puppy-lucid-official Packages-puppy-common-official "
;;
wary5)
enabledrepos="Packages-puppy-wary5-official Packages-puppy-quirky-official Packages-puppy-common-official Packages-puppy-4-official " #110824 added -common-
;;
slacko) #110824
enabledrepos="Packages-puppy-slacko-official Packages-puppy-common-official "
*)


I also added the common repo to Lucid, and put in a case for Slacko, so Slacko will have the "puppy-slacko" and "puppy-common" repos as default (plus two or more Slackware repos).

Comments

Dpup


common repo
Username: BarryK
"Ok, done dpup) #110824 enabledrepos="Packages-puppy-dpup-official Packages-puppy-common-official " ;; *)


Tags: woof