Comparing linuxdeploy:master...Korne127:master · linuxdeploy/linuxdeploy · GitHub
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: linuxdeploy/linuxdeploy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Korne127/linuxdeploy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 25, 2024

  1. Added automatic excludelist updating at runtime

    An automatic excludelist updating mechanism has been added at runtime.
    
    To do this, each time the linuxdeploy command is invoked, it now tries to download the current version of the excludelist, parses it and saves it as a vector. If any of these steps fail, a warning is emitted.
    
    For each library that should be tested against the excludelist, the newly downloaded excludelist is now used if it has been saved correctly, and the pre-packaged excludelist otherwise.
    
    This feature has been added as previously, it had required a new linuxdeploy version to be shipped and downloaded / used by everyone in order for excludelist changes to take effect. This also meant that updates had to "trickle down" (e.g. when someone uses a framework like tauri that itself uses linuxdeploy) and it created a single point of failure (a possible missing new linuxdeploy version).
    Korne127 committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    c15d2e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Added CLI option to ignore the excludelist

    A new CLI option (--ignore-excludelist) has been added to linuxdeploy. When using it, the excludelist of the core libraries is ignored and the core libraries that are depended upon are included in the AppDir.
    The excludelist updating will only take place if this option is not set (as it's not necessary otherwise).
    
    Additionally, the code quality has been improved.
    Korne127 committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    ec55d65 View commit details
    Browse the repository at this point in the history
Loading