Skip to content
Snippets Groups Projects
  1. Jan 30, 2020
    • Karel Koci's avatar
      generate_lists: fix usage with output path · b8e90e3e
      Karel Koci authored
      The default value of output_path should have been set after arguments
      parsing as empty variable is used to detect if variable was provided or
      not.
      
      Also change help as OUTPUT_PATH is optional and there is default in
      place if not provided.
      b8e90e3e
  2. Jan 29, 2020
  3. Oct 14, 2019
    • Karel Koci's avatar
      Revert "Add obsolete lists" · 17069a8b
      Karel Koci authored
      This reverts commit 1bd0f379.
      
      This was created to migrate Turris OS 4.0-alpha* releases. The first
      supported version 4.0-beta1 already contains correct path with board
      specific path so there is no need to preserve these obsolete ones.
      Non the less they are also wrong with additional introduced changes.
      They point to pkglists in invalid location.
      
      This requires also removal of code on build server to not use --obsolete
      option and to not deploy those.
      17069a8b
    • Karel Koci's avatar
      Revert "Add obsolete lists" · c2f6394b
      Karel Koci authored
      This reverts commit 1bd0f379.
      
      This was created to migrate Turris OS 4.0-alpha* releases. The first
      supported version 4.0-beta1 already contains correct path with board
      specific path so there is no need to preserve these obsolete ones.
      Non the less they are also wrong with additional introduced changes.
      They point to pkglists in invalid location.
      
      This requires also removal of code on build server to not use --obsolete
      option and to not deploy those.
      c2f6394b
  4. May 16, 2019
    • Karel Koci's avatar
      lists: Report target Turris OS · cc1f7ea5
      Karel Koci authored
      This should help us to debug system configuration better to see what
      exactly was targeted version. This also helps users to see what they are
      dealing with. It in some sense informs them if they are upgrading to new
      version or if that is just packages change (because of configuration
      change) in same release.
      cc1f7ea5
    • Karel Koci's avatar
      lists: Report target Turris OS · c667b814
      Karel Koci authored
      This should help us to debug system configuration better to see what
      exactly was targeted version. This also helps users to see what they are
      dealing with. It in some sense informs them if they are upgrading to new
      version or if that is just packages change (because of configuration
      change) in same release.
      c667b814
  5. May 13, 2019
  6. Apr 23, 2019
    • Karel Koci's avatar
      Add obsolete lists · bb550f39
      Karel Koci authored
      These are temporally lists to redirect previous versions of updater to
      correct locations.
      bb550f39
    • Karel Koci's avatar
      Add obsolete lists · 1bd0f379
      Karel Koci authored
      These are temporally lists to redirect previous versions of updater to
      correct locations.
      1bd0f379
  7. Jan 28, 2019
    • Karel Koci's avatar
      Nonabsolute lists · d486e0b3
      Karel Koci authored
      This creates lists that can be included in to each other. This is done
      by hack that original script calling one of these lists passes base URI
      to access sources and that is later reused. This is how relative URI
      should work in future but it is not completed now so we can overcome it
      this way and have almost same support.
      
      This also means that we no longer have to specify target branch for
      lists because it no longer matters.
      
      Fallback branch is for now dropped because we are not doing small build
      at the moment. We should in future return to them but they will be
      implemented differently then fallback branch is.
      
      This also does some base list cleanup.
      d486e0b3
  8. Dec 03, 2018
  9. Nov 20, 2018
    • Karel Koci's avatar
      Use set -e instead of argument · efd22c58
      Karel Koci authored
      This is better idea as having #!/bin/bash -e is fragile. Anyone can run
      this script with bash -x file and that way unintentionally disable -e
      flag.
      efd22c58
  10. Nov 19, 2018