Common Label Stage 1
    group-conary-packages=f20.flnx.org@f:20-c
Package Label Stage 1
    group-os=f20.flnx.org@f:20

Build a Fedora 20 dev machine from the release. Do not update it. Preferably on 
a vm so it can be snapshotted before starting.

Compile conary, rmake and any other bits in we might need

Edit configs

install conary and conary-policy

Bootstraping conary

sudo yum install mercurial python-lxml python-epdb rpm-libs rpm-python 
openssl-devel python-crypto m2crypto zlib-devel elfutils-libelf-devel 
python-devel python-kid

mkdir work

cd work/

hg clone https://bitbucket.org/rpathsync/conary

hg clone https://bitbucket.org/rpathsync/conary-policy

cd conary

make clean
make

sudo make install

cd ../conary-policy

sudo make install


vi ~/.conaryrc

name (your name here)
contact (your email here)

includeConfigFile ~/.conaryuser

installLabelPath f20.flnx.org@f:20-c f20.flnx.org@f:20
buildLabel f20.flnx.org@f:20


autoLoadRecipes group-superclasses=f20s1.flnx.org@f:20s-c


[x86_64]
buildFlavor is: x86_64
flavor is: x86_64
flavor is: x86

vi ~/.conaryuser

user foresight.rpath.org <user> <passwd>
user *.flnx.org <user> <passwd>

sudo conary q

GRPOS=$(conary rq group-os=f20.flnx.org@f:20 --labels --flavors)
GRPPKGS=$(conary rq group-conary-packages=f20.flnx.org@f:20-c --labels 
--flavors)
GRPSTD=$(conary rq group-standard=f20.flnx.org@f:20 --labels --flavors)
GRPTOOLS=$(conary rq group-conary-tools=f20.flnx.org@f:20-c --labels --flavors)

echo "search '${GRPOS}'" > system-model
echo "search '${GRPPKGS}'" >> system-model
echo "install '${GRPSTD}'" >> system-model
echo "install '${GRPTOOLS}'" >>system-model

sudo cp system-model /etc/conary/

sudo yum remove python-devel

conary rq

sudo conary sync  --replace-unmanaged-files

or

sudo conary install group-conary-tools --replace-unmanaged-files

or

sudo conary install conary --replace-unmanaged-files


--

Brett C. Smith
[email protected]
Sr Software Developer
Platform Deployment Technologies
(919)531-6635  -- x16635
_______________________________________________
Foresight-devel mailing list
[email protected]
https://lists.foresightlinux.org/mailman/listinfo/foresight-devel

Reply via email to