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

[update] Refactor env scripts and add some useful features to env tool #116

Merged
merged 19 commits into from
Apr 9, 2020

Commits on Feb 28, 2020

  1. Merge pull request RT-Thread#114 from RT-Thread/develop

    【修正】更新仓库时,在个别 windows git autocrlf 设置为 false 的环境中,可能导致无法更新的问题。
    armink committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    f579ad9 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. [optimize] code clear up

    SummerGift committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    d5cf840 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08910db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e32ed12 View commit details
    Browse the repository at this point in the history
  4. [optimize] clear up

    SummerGift committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    3be7a9d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8e4bc4d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    28fdab1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8cb4f59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73ca2ac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3cfd2b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    662ed0b View commit details
    Browse the repository at this point in the history
  6. [update] cmd_package.py

    SummerGift committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    e4ed841 View commit details
    Browse the repository at this point in the history
  7. [optimize] error message

    SummerGift committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    cfda04f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4a7a9ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9b26ef4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    01a62b4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6449f2f View commit details
    Browse the repository at this point in the history
  12. [add new feature] The env tool adds a new feature that if the user re…

    …names the package folder, such as changing the name of the Lua-v1.0.0 folder to Lua, then env will consider the package to be self-administered by the user. At this point, <pkgs --update> command will not updated this package again.
    
    If user would like to pull other versions of this package, use the <pkgs --force-update> command.
    SummerGift committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    41b5943 View commit details
    Browse the repository at this point in the history
  13. [fix] Solve the problem that when the user deletes the .git folder, c…

    …ausing the upstream path to be changed
    SummerGift committed Apr 8, 2020
    Configuration menu
    Copy the full SHA
    a1bd958 View commit details
    Browse the repository at this point in the history