Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for limiting packages to OS versions #759

Merged
merged 110 commits into from
May 8, 2024
Merged

Add support for limiting packages to OS versions #759

merged 110 commits into from
May 8, 2024

Commits on Mar 24, 2022

  1. Configuration menu
    Copy the full SHA
    201e3b5 View commit details
    Browse the repository at this point in the history
  2. Update package

    Eeems authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    d14efda View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. Fix formatting

    Eeems authored Mar 27, 2022
    Configuration menu
    Copy the full SHA
    9faea13 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    Eeems authored Mar 27, 2022
    Configuration menu
    Copy the full SHA
    efb9543 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    Eeems authored Mar 27, 2022
    Configuration menu
    Copy the full SHA
    a90c291 View commit details
    Browse the repository at this point in the history
  4. Missed one

    Eeems authored Mar 27, 2022
    Configuration menu
    Copy the full SHA
    cb87ba3 View commit details
    Browse the repository at this point in the history
  5. Fix force logic

    Eeems authored Mar 27, 2022
    Configuration menu
    Copy the full SHA
    79f4e87 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. Configuration menu
    Copy the full SHA
    ebe337e View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2022

  1. Configuration menu
    Copy the full SHA
    b302cdd View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. Configuration menu
    Copy the full SHA
    309b202 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae28d23 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Configuration menu
    Copy the full SHA
    2a860cc View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Configuration menu
    Copy the full SHA
    7ff73f2 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    f0da5c1 View commit details
    Browse the repository at this point in the history
  2. Update Compatibility

    Eeems authored Jan 29, 2023
    Configuration menu
    Copy the full SHA
    2de419c View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Configuration menu
    Copy the full SHA
    0d7c9f6 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    67780ba View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2023

  1. Configuration menu
    Copy the full SHA
    53588f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Configuration menu
    Copy the full SHA
    c54216c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9851899 View commit details
    Browse the repository at this point in the history
  3. Remove timestamp logic

    Eeems committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    9b3be3d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94d5150 View commit details
    Browse the repository at this point in the history
  5. Fix formatting

    Eeems committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    dde2ccb View commit details
    Browse the repository at this point in the history
  6. Fix formatting

    Eeems committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    cdbac7c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96872ad View commit details
    Browse the repository at this point in the history
  8. Fix formatting

    Eeems committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    be299de View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b7b42c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Configuration menu
    Copy the full SHA
    1d41d37 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    Eeems committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    6780441 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea1b4dc View commit details
    Browse the repository at this point in the history
  4. Update to python 3.11

    Eeems committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    7e55972 View commit details
    Browse the repository at this point in the history
  5. Force *-3.x archs to be built

    Eeems committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    66073e1 View commit details
    Browse the repository at this point in the history
  6. Fix requirements for 3.11

    Eeems committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    ee3ff51 View commit details
    Browse the repository at this point in the history
  7. Add missing black requirement

    Eeems committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    0de7686 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5601928 View commit details
    Browse the repository at this point in the history
  9. Add more missing requirements

    Eeems committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    25107a2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5987b96 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    71429b2 View commit details
    Browse the repository at this point in the history
  12. Fix formatting

    Eeems committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    c0479fa View commit details
    Browse the repository at this point in the history
  13. Update jinja2 version

    Eeems committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    cff82e3 View commit details
    Browse the repository at this point in the history
  14. Fix mypy warnings

    Eeems committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    df2ad65 View commit details
    Browse the repository at this point in the history
  15. Formatting fix

    Eeems committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    2da52d9 View commit details
    Browse the repository at this point in the history
  16. Fix build

    Eeems committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    efdfcfa View commit details
    Browse the repository at this point in the history
  17. format fix

    Eeems committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    2b938e7 View commit details
    Browse the repository at this point in the history
  18. Add toltec-deletions

    Eeems committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    40d9575 View commit details
    Browse the repository at this point in the history
  19. Bump fuse version

    Eeems committed Dec 3, 2023
    Configuration menu
    Copy the full SHA
    72c0438 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    e274b8c View commit details
    Browse the repository at this point in the history
  2. Bump ddvk-hacks version

    Eeems authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d2884f4 View commit details
    Browse the repository at this point in the history
  3. Reset pkg rel for toltec-base

    Eeems authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    f90c03c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac465cd View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Configuration menu
    Copy the full SHA
    53dcb24 View commit details
    Browse the repository at this point in the history
  2. Move config update location

    Eeems committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    9c272af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11a7ca7 View commit details
    Browse the repository at this point in the history
  4. Update wireguard rel

    Eeems authored Dec 17, 2023
    Configuration menu
    Copy the full SHA
    6a72cbf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6c02cc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2b51957 View commit details
    Browse the repository at this point in the history
  7. Remove extra )

    Eeems committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    bd515c3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0f1b586 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    64255a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64db945 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1efd4bd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53bbb03 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56783bd View commit details
    Browse the repository at this point in the history
  6. Fix opkg.conf generation

    Eeems committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    111afb8 View commit details
    Browse the repository at this point in the history
  7. Format fix

    Eeems committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    428eb07 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Configuration menu
    Copy the full SHA
    80f44d8 View commit details
    Browse the repository at this point in the history
  2. Use standalone wget if required

    Eeems committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    ec5c327 View commit details
    Browse the repository at this point in the history
  3. Fix up version check

    Eeems committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b040ed3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b952514 View commit details
    Browse the repository at this point in the history
  5. Ignore lint error

    Eeems committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    7b968c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bedd905 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    168aaa5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e8261e View commit details
    Browse the repository at this point in the history
  9. Format and lint fix

    Eeems committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    3a72b2d View commit details
    Browse the repository at this point in the history
  10. Create directories

    Eeems committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b0ed684 View commit details
    Browse the repository at this point in the history
  11. Create directory for deletions

    Eeems committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    b4eb3dc View commit details
    Browse the repository at this point in the history
  12. Fix install-state check

    Eeems committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    f56f4a1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    289fbb7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e7062c6 View commit details
    Browse the repository at this point in the history
  15. Better logging

    Eeems committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    1c37243 View commit details
    Browse the repository at this point in the history
  16. Always reinstall toltec-base

    Eeems committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    419ed6e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8515af0 View commit details
    Browse the repository at this point in the history
  18. Fix ddvk-hacks build

    Eeems committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    e389169 View commit details
    Browse the repository at this point in the history
  19. Also reinstall toltec-deletions

    Eeems committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    6d7b497 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    718e96a View commit details
    Browse the repository at this point in the history
  21. Always install toltec-deletions

    Eeems committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    3744567 View commit details
    Browse the repository at this point in the history
  22. Format fix

    Eeems committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    24367d9 View commit details
    Browse the repository at this point in the history
  23. Lint fix

    Eeems committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c4a2ea3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    00f5404 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Fix up opkg status replacement

    Eeems committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    53e348f View commit details
    Browse the repository at this point in the history
  2. Format fix

    Eeems committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    2c33d26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3d2a12 View commit details
    Browse the repository at this point in the history
  4. Lint fix

    Eeems committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    b504aca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6c4bfd8 View commit details
    Browse the repository at this point in the history
  6. Fix lint and bootstrap issue

    Eeems committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    7739f98 View commit details
    Browse the repository at this point in the history
  7. Fix reinstall-base

    Eeems committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    f77739c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d62c37f View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    880dff0 View commit details
    Browse the repository at this point in the history
  2. Fix bad merge

    Eeems authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    0e49f0d View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    788dbb7 View commit details
    Browse the repository at this point in the history
  2. Fix build

    Eeems authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    b5b7c1c View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Configuration menu
    Copy the full SHA
    355b3cf View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2024

  1. Configuration menu
    Copy the full SHA
    3583cc0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20992b7 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    f9cc90d View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    09c5f87 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    7c9187a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. Configuration menu
    Copy the full SHA
    cd496ea View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    f0081ff View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Force rebuild

    Eeems committed May 7, 2024
    Configuration menu
    Copy the full SHA
    f737410 View commit details
    Browse the repository at this point in the history