/[smeserver]/builds_bin/build_installer
ViewVC logotype

Diff of /builds_bin/build_installer

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

Revision 1.29 by stephdl, Wed Dec 31 16:43:42 2014 UTC Revision 1.30 by jpp, Sun Jun 14 05:54:37 2020 UTC
# Line 13  then Line 13  then
13      echo "No $distarch directory?"      echo "No $distarch directory?"
14      exit 1      exit 1
15  fi  fi
16    if [ "$distrel" == "10" ]
17    then
18        echo "do not run for $distrel"
19        exit 1
20    fi
21    
22  rm -rf $(pwd)/$distarch/{images,isolinux} $(pwd)/$distarch/SME/base/{hdlist*,*.img}  rm -rf $(pwd)/$distarch/{images,isolinux} $(pwd)/$distarch/SME/base/{hdlist*,*.img}
23    
# Line 81  then Line 86  then
86      chmod 755 upd-instroot      chmod 755 upd-instroot
87      sudo chown root:root upd-instroot      sudo chown root:root upd-instroot
88    
89        echo "delete repodata repoview and rebuild"
90      rm -rf $(pwd)/$distarch/{repodata,repoview}/      rm -rf $(pwd)/$distarch/{repodata,repoview}/
91      mkdir -p $(pwd)/$distarch/repodata/      mkdir -p $(pwd)/$distarch/repodata/
92      /bin/cp -af $(pwd)/$distarch/Packages/base/comps.xml $(pwd)/$distarch/repodata/      /bin/cp -af $(pwd)/$distarch/Packages/base/comps.xml $(pwd)/$distarch/repodata/
# Line 89  then Line 95  then
95      sync; rm -rf $(pwd)/$distarch/.olddata      sync; rm -rf $(pwd)/$distarch/.olddata
96    
97      # add --final when we have final product      # add --final when we have final product
98        #PYTHONPATH=/usr/lib/anaconda/ sudo /usr/lib/anaconda-runtime/buildinstall \
99        #    --product "$distname" \
100       #     --version "${distvers/[^0-9.]*/}" \
101       #     --release "$distname" \
102       #     #--brand "centos" \
103       #     --final \
104       #     --bugurl http://bugs.contribs.org/ \
105       #     --output $(pwd)/$distarch/ \
106       #     /build/smeserver/repo/testing/$distrel/smeextras/$distarch/ \
107       #     $(pwd)/$distarch/
108        echo "Anaconda buildinstall...."
109      PYTHONPATH=/usr/lib/anaconda/ sudo /usr/lib/anaconda-runtime/buildinstall \      PYTHONPATH=/usr/lib/anaconda/ sudo /usr/lib/anaconda-runtime/buildinstall \
110          --product "$distname" \           --product "$distname" \
111          --version "${distvers/[^0-9.]*/}" \           --version "${distvers/[^0-9.]*/}" \
112          --release "$distname" \           --release "$distname" \
113          --brand "centos" \           --final \
114          --final \           --bugurl http://bugs.contribs.org/ \
115          --bugurl http://bugs.contribs.org/ \           --output $(pwd)/$distarch/ \
116          --output $(pwd)/$distarch/ \           /build/smeserver/repo/$distrel/smeextras/$distarch/ \
117          /build/smeserver/repo/$distrel/smeextras/$distarch/ \           $(pwd)/$distarch/
118          $(pwd)/$distarch/  
119        echo "sed treeinfo"
120      /bin/sed -i -e "s|packagedir =.*|packagedir = Packages|" $(pwd)/$distarch/.treeinfo      /bin/sed -i -e "s|packagedir =.*|packagedir = Packages|" $(pwd)/$distarch/.treeinfo
121    
122        echo "upd-instroot"
123      sudo rm -f awk ../pci.ids *-logos-*.rpm grub-*.rpm upd-instroot      sudo rm -f awk ../pci.ids *-logos-*.rpm grub-*.rpm upd-instroot
124  fi  fi
125    
# Line 110  find $(pwd)/$distarch/SME/ -type l | xar Line 129  find $(pwd)/$distarch/SME/ -type l | xar
129  # Copy updated isolinux files  # Copy updated isolinux files
130  sudo cp -f /build/smeserver/stage/extra/isolinux/$distrel/* $(pwd)/$distarch/isolinux/  sudo cp -f /build/smeserver/stage/extra/isolinux/$distrel/* $(pwd)/$distarch/isolinux/
131    
132  find $(pwd)/$distarch -\( -not -user 10020 -o -not -group 10020 -\) -print0 | sudo xargs -r0 chown 10020:10020  find $(pwd)/$distarch -\( -not -user 10007 -o -not -group 10018 -\) -print0 | sudo xargs -r0 chown 10007:10018
133  find $(pwd)/$distarch -\( -type f -not -perm -0664 -o -type d -not -perm -0775 -\) -print0 | sudo xargs -r0 chmod u+rwX,g+rwX,o+rX,o-w  find $(pwd)/$distarch -\( -type f -not -perm -0664 -o -type d -not -perm -0775 -\) -print0 | sudo xargs -r0 chmod u+rwX,g+rwX,o+rX,o-w
134    
135  echo "You now need to run /build/smeserver/stage/bin/build_ISO as non-root"  echo "You now need to run /build/smeserver/stage/bin/build_ISO as non-root"


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