/[smeserver]/builds_bin/build_ISO
ViewVC logotype

Diff of /builds_bin/build_ISO

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.22 by slords, Mon Jul 7 15:35:28 2008 UTC Revision 1.23 by slords, Sat Jul 26 21:51:02 2008 UTC
# Line 55  rm -f ../iso/$distrel/$distarch/$disttag Line 55  rm -f ../iso/$distrel/$distarch/$disttag
55    
56  if [ "$distrel" == "7" ]  if [ "$distrel" == "7" ]
57  then  then
58      createrepo $(pwd)/$distarch/      createrepo --update --database $(pwd)/$distarch/
59  else  else
60      createrepo -g repodata/comps.xml -u "media://$(head -1 $distarch/.discinfo)" $(pwd)/$distarch/      createrepo --update --database --groupfile repodata/comps.xml -u "media://$(head -1 $distarch/.discinfo)" $(pwd)/$distarch/
61  fi  fi
62  sync; rm -rf $(pwd)/$distarch/.olddata  sync; rm -rf $(pwd)/$distarch/.olddata
63  repoview $(pwd)/$distarch/  repoview $(pwd)/$distarch/


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed