Skip to content
Snippets Groups Projects
  1. May 30, 2019
    • Karel Koci's avatar
      compile_pkgs: don't run it under sudo and build everything · ab58a519
      Karel Koci authored and Josef Schlehofer's avatar Josef Schlehofer committed
      Parameter -e is now obsolete and by default, we want to build everything.
      Removed it from turris-build.conf.example
      
      Because of that we or users don't need to select packages in make
      menuconfig which we or they want to build. Now each package will be selected
      but not compiled which depends on user choice.
      
      Also, compile_pkgs shouldn't be run under root or with sudo. Do it as
      normal user.
      ab58a519
  2. Mar 14, 2019
  3. Nov 29, 2018
  4. Nov 28, 2018
  5. Jan 19, 2018
    • Michal Hrusecky's avatar
      Initial version of build scripts · 4672d939
      Michal Hrusecky authored
      
      Commiting basic building script. Some functionality is already there, what is
      missing is handling branches and freezing stuff, correct version setup (no need
      in development for now), userlist generation and medkit creation (no need till
      we build at least a big part of packages).
      
      Signed-off-by: default avatarMichal Hrusecky <Michal@Hrusecky.net>
      4672d939