Changes

Jump to navigation Jump to search
17 bytes removed ,  14:59, 31 December 2014
Undo revision 26773 by Stephdl (talk)
Line 43: Line 43:  
update_repos relies on RPM2 which can be found as an RPM.
 
update_repos relies on RPM2 which can be found as an RPM.
 
It also needs all GPG keys for every package that it sees, it can take a while to find them all.
 
It also needs all GPG keys for every package that it sees, it can take a while to find them all.
  yum install perl-RPM2
+
  yum install perl-RPM2 --enablerepo=epel
 
{{Note box|Note that update_repos copies smeupdates-testing packages to stage but not from smetest.}}
 
{{Note box|Note that update_repos copies smeupdates-testing packages to stage but not from smetest.}}
   Line 68: Line 68:  
Check installer translations from http://translate.contribs.org/anaconda/ I have no idea how to tell if there are updates  get the latest files,
 
Check installer translations from http://translate.contribs.org/anaconda/ I have no idea how to tell if there are updates  get the latest files,
   −
  wget --mirror --no-parent -A.mo -P ~/anacondo-po http://translate.contribs.org/anaconda/
+
  wget --mirror --no-parent -w 1 -A.mo -P ~/anacondo-po http://translate.contribs.org/anaconda/
    
====Check if installer needs re-building====
 
====Check if installer needs re-building====
Line 320: Line 320:  
====Prepare directory structure for release====
 
====Prepare directory structure for release====
 
SME 9.x test releases will go to /build/smeserver/repo/testing/9. Check that the link points to the correct testing release. Note when uploading Jigdos the ‘9’ link will not be pointing to the new directory.
 
SME 9.x test releases will go to /build/smeserver/repo/testing/9. Check that the link points to the correct testing release. Note when uploading Jigdos the ‘9’ link will not be pointing to the new directory.
  mkdir -p /build/smeserver/repo/testing/9.0/iso/i386/
+
  mkdir -p /build/smeserver/repo/9.0/iso/i386/
  mkdir -p /build/smeserver/repo/testing/9.0/iso/source/
+
  mkdir -p /build/smeserver/repo/9.0/iso/source/
  mkdir -p /build/smeserver/repo/testing/9.0/iso/x86_64/
+
  mkdir -p /build/smeserver/repo/9.0/iso/x86_64/
  mkdir -p /build/smeserver/repo/testing/9.0/smeos/x86_64/
+
  mkdir -p /build/smeserver/repo/9.0/smeos/x86_64/
  mkdir -p /build/smeserver/repo/testing/9.0/smeos/i386/
+
  mkdir -p /build/smeserver/repo/9.0/smeos/i386/
    
====Copy SME Server 9 64 bit Jigdo to mirror====
 
====Copy SME Server 9 64 bit Jigdo to mirror====

Navigation menu