Skip to content
Snippets Groups Projects
  • Minecrell's avatar
    796f2d09
    CI: skip all dot folders for now (!1068) · 796f2d09
    Minecrell authored and Alexey Minnekhanov's avatar Alexey Minnekhanov committed
    At the moment we assume that all files except in /.* belong to
    a package. Now that .shared-patches was moved to device/.shared-patches
    that does not work correctly anymore.
    
    This method should really check to which package the files belong
    (e.g. walk up directories until it finds an APKBUILD) instead of
    assuming they are directly in the same directory as the APKBUILD.
    
    For now just ignore **/.* (i.e. all files in dot folders),
    to unblock the MR since it's a critical fix.
    Verified
    796f2d09
    History
    CI: skip all dot folders for now (!1068)
    Minecrell authored and Alexey Minnekhanov's avatar Alexey Minnekhanov committed
    At the moment we assume that all files except in /.* belong to
    a package. Now that .shared-patches was moved to device/.shared-patches
    that does not work correctly anymore.
    
    This method should really check to which package the files belong
    (e.g. walk up directories until it finds an APKBUILD) instead of
    assuming they are directly in the same directory as the APKBUILD.
    
    For now just ignore **/.* (i.e. all files in dot folders),
    to unblock the MR since it's a critical fix.