Changes

From SME Server
Jump to navigationJump to search
7 bytes removed ,  00:50, 19 February 2016
m
→‎listv9: Use mirror system, not hard links.
Line 101: Line 101:  
  #find  ~/smecontribs/rpms/ -name 'contribs9' -printf '%h\n' | sort -u |grep "smeserver-"|cut -d"/" -f6>~/alreadyV9
 
  #find  ~/smecontribs/rpms/ -name 'contribs9' -printf '%h\n' | sort -u |grep "smeserver-"|cut -d"/" -f6>~/alreadyV9
 
  # liste �tant deja released
 
  # liste �tant deja released
  URL='http://mirror.canada.pialasse.com/releases/9/smecontribs/SRPMS/';
+
  URL='http://mirror.contribs.org/releases/9/smecontribs/SRPMS/';
 
  curl $URL 2>&1 | grep -o -E 'href="(.+)"' | cut -d'"' -f2|grep  -E '^smeserver-'|rev| cut -d"-" -f3-|rev >~/lscontribs9
 
  curl $URL 2>&1 | grep -o -E 'href="(.+)"' | cut -d'"' -f2|grep  -E '^smeserver-'|rev| cut -d"-" -f3-|rev >~/lscontribs9
 
  home=~
 
  home=~

Navigation menu