Hi to all,
i need some test on repo and a mirror, if someone has some spare time, an help it’s really appreciated
mirror:
on a clean 6.6
edit /etc/yum.repos.d/NethServer.repo
in [nethserver-updates]
comment the mirrorlist line
uncomment baseurl and edit it to:
baseurl=http://mirror.framassa.org/nethserver/$distroversion/updates/$basearch/
save
yum clean all
yum update
repo:
i repeat it’s a TEST, so please don’t use on production server.
The repo basically it’s a copy of stephdl-repo ( @stephdl always thank you), with the same content but with resigned package.
to test it, add the repo:
cat << 'EOF' > /etc/yum.repos.d/dz00te.repo
[dz00te]
name=dz00te repository for nethserver $releasever - $basearch
baseurl=http://mirror.framassa.org/NethServer/$releasever
enabled=0
gpgcheck=1
gpgkey=http://mirror.framassa.org/NethServer/RPM-GPG-KEY-dz00te
EOF
available packages:
nethserver-BackupPC
nethserver-ddclient
nethserver-glances
nethserver-linux-dash
nethserver-phpsettings
nethserver-transmission
nethserver-tt-rss
then test some package with ie:
yum --enablerepo=dz00te install nethserver-BackupPC
and obviously report any problem also if there is no guarantee that i am able to fix it
ah, glances it’s probably borken, i think i’ve found a solution but i need some time to rebuild and test package…
tnx