forked from wonderpl/s3yum-updater
-
Notifications
You must be signed in to change notification settings - Fork 2
Rough notes from getting code working on Ubuntu
Gareth Harcombe-Minson edited this page Jun 8, 2016
·
1 revision
Notes from getting s3yum-updater to work on qa-master:
- Installed emulambda (git clone https://github.com/fugue/emulambda.git; sudo pip install -e emulambda; sudo pip install importlib)
- Installed yum python module (yum install yum-python26)
- Installed createrepo (yum install createrepo)
- Copied createrepo python module from SUSE createrepo repo (git clone https://github.com/openSUSE/createrepo.git; cp -R createrepo/createrepo ) <— This may not have worked
- Copied createrepo python module from installed crearerepo rpm (in /usr/lib/python2.7/dist-packages/createrepo/crearerepo) <— This may have worked
- Copied compiled deltarpm files from yum install python-deltarpm (found in /usr/lib64/python2.7/dist-packages/deltarpm.py and _deltarpmmodule.so)