Hi All,
Can we make our own reposerver ?
I played a bit and made a localrepo in an ibay with:
# create an ibay and call it localrepo
# install the programm createrepo
yum -y install createrepo
# repoentries in yum.conf - change serverip to your own servername or ip
/sbin/e-smith/db yum_repositories set localrepo repository \
Name 'localrepo - EL4' \
BaseURL '
http://serverip/localrepo/' \
EnableGroups no \
GPGCheck no \
Visible no \
status disabled
# expand template
expand-template /etc/yum.conf
# copy the files to /home/e-smith/files/ibays/localrepo/html
# use createrepo to make your repo folders/files
createrepo /home/e-smith/files/ibays/localrepo/html
If you want you can set the permissions to reach the repo/ibay from outside your LAN.
What do you think about that ?
Best
fpausp