/[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.38 by slords, Mon Feb 18 17:04:06 2013 UTC Revision 1.39 by slords, Sat Mar 16 14:19:11 2013 UTC
# Line 65  then Line 65  then
65      createrepo --update --database --groupfile 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/
66  elif [ "$distrel" == "9" ]  elif [ "$distrel" == "9" ]
67  then  then
68      createrepo --database --update --skip-symlinks --groupfile repodata/comps.xml $(pwd)/$distarch/      mkdir -p $(pwd)/$distarch/repodata/
69        rm -f  $(pwd)/$distarch/repodata/*comps.xml*
70        /bin/cp -af $(pwd)/$distarch/Packages/base/comps.xml $(pwd)/$distarch/repodata/
71        createrepo --database --update --skip-symlinks --simple-md-filenames --groupfile repodata/comps.xml $(pwd)/$distarch/
72  fi  fi
73  sync; rm -rf $(pwd)/$distarch/.olddata $(pwd)/$distarch/repodata/repoview $(pwd)/$distarch/repoview  sync; rm -rf $(pwd)/$distarch/.olddata $(pwd)/$distarch/repodata/repoview $(pwd)/$distarch/repoview
74  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