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

gh-103186: In test_tools.freeze, fetch CONFIG_ARGS from original source directory #103213

Merged

Commits on Apr 3, 2023

  1. Fetch CONFIG_ARGS from original python instance

    instead of fetching from intermediate instance. As "make clean" is called
    against the intermediate instance, the build directory is cleared and the
    config arguments lookup fails with a ModuleNotFoundError
    TabLand committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    d3217d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Sometimes the Makefile is missing

    It depends on ./configure
    TabLand committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    e79d1e2 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. Add a news entry

    arhadthedev committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    56345e4 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Improve naming conventions

    TabLand committed May 10, 2023
    Configuration menu
    Copy the full SHA
    4f3060a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d4ade3 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

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

Commits on Jul 11, 2023

  1. Revert "Improve naming conventions"

    This reverts commit 4f3060a.
    erlend-aasland committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    382947b View commit details
    Browse the repository at this point in the history
  2. Pull in main

    erlend-aasland committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    743c0ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b72a71 View commit details
    Browse the repository at this point in the history