From Fedora Project Wiki
(Created page with "Systemd packaging Setting up the environment For sys V packages For timer migration create a timers.txt file with the following content. <pre< amavisd-new apt arm4 atop b...")
 
No edit summary
Line 7: Line 7:
For timer migration create a timers.txt file with the following content.
For timer migration create a timers.txt file with the following content.


<pre<
<pre>
amavisd-new
amavisd-new
apt
apt

Revision as of 10:55, 6 August 2013

Systemd packaging

Setting up the environment

For sys V packages

For timer migration create a timers.txt file with the following content.

amavisd-new
apt
arm4
atop
bcfg2
clement
cyrus-imapd
dbmail
denyhosts
dspam
exim
fetch-crl
freeipa
hylafax+
inn
leafnode
ltsp
mailman
mcelog
mdadm
mldonkey
newscache
nsd
opendnssec
openvas-scanner
ovirt-engine
ovirt-node
polipo
sagator
sipwitch
spamassassin
squidGuard
subscription-manager
sysstat
vdsm
vnstat
yum-cron

Then let's clone the packages from Fedora

while read line           
 do           
   git clone git://pkgs.fedoraproject.org/$line
done < timers.txt