Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Infrastructure: fixup files in QMake OTHER_FILES and DISTFILES variables#6037

Merged
SlySven merged 3 commits intoMudlet:developmentfrom
SlySven:Infrastructure_addMoreFilesToQmake_OTHERFILES
Apr 5, 2022
Merged

Infrastructure: fixup files in QMake OTHER_FILES and DISTFILES variables#6037
SlySven merged 3 commits intoMudlet:developmentfrom
SlySven:Infrastructure_addMoreFilesToQmake_OTHERFILES

Conversation

@SlySven
Copy link
Member

@SlySven SlySven commented Apr 5, 2022

This PR has three commits:

  1. The first commit just sorts in a case insensitive manner the files in the OTHER_FILES and DISTFILES QMake variables. This is a precursor to making changes to them.
  2. Swaps some files between QMake OTHER_FILES and DISTFILES variables. Technically the latter are for files that are needed to go into a source tarball that the traditional GNU make dist operation would produce. As such it does not seem reasonable to include CI/CB control files in it. Conversely the run-time LUA files that Mudlet needs definitely should be included and so this commit moves them from the OTHER_FILES variable, whose contents are merely files that we want to show up in the Qt Creator IDE so they can be seen, searched and edited from there.
  3. Change contents of QMake OTHER_FILES and DISTFILES variables as there are files now in Mudlet that seem to have been forgotten from being added to these variables so they can be seen in Qt Creator, they are:

Also, the following files have gone away:

Signed-off-by: Stephen Lyons [email protected]

SlySven added 3 commits April 5, 2022 02:04
For clarity this first commit just sorts in a case insensitive manner the
files in the `OTHER_FILES` and `DISTFILES` variables. This is a precursor
to making changes to them.

Signed-off-by: Stephen Lyons <[email protected]>
…bles

Technically the latter are for files that are needed to go into a source
tarball that the traditional GNU `make dist` operation would produce. As
such it does not seem reasonable to include CI/CB control files in it.
Conversely the run-time LUA files that Mudlet needs definetely should be
included and so this commit moves them from the `OTHER_FILES` variable,
whos contents are merely files that we want to show up in the Qt Creator
IDE so they can be seen, searched and edited from there.

Signed-off-by: Stephen Lyons <[email protected]>
There are files now in Mudlet that seem to have been forgotten from being
added to these variables so they can be seen in Qt Creator, they are:
* OTHER_FILES:
  * ./.devcontainer/Dockerfile (added by Mudlet#4087)
  * ./.devcontainer/devcontainer.json (added by Mudlet#4087)
  * ./.devcontainer/library-scripts/desktop-lite-debian.sh (added by Mudlet#4088)
  * ./.github/workflows/generate-changelog.yml (added by Mudlet#6006)
  * ./CI/appveyor.validate_deployment.ps1 (added by Mudlet#3493)
  * ./CI/generate-changelog.lua (renamed from
      ./CI/generate-ptb-changelog.lua by Mudlet#6002, that file created by Mudlet#3517)
  * ./CI/travis.validate_deployment.sh (added by Mudlet#3493)
  * ./CI/update-autocompletion.lua (added by Mudlet#3452)
  * ./dangerfile.js (added by Mudlet#5489)
  * ./docker/.env.template (added by Mudlet#5047)
* DISTFILES:
  * ./.clang-tidy (added by Mudlet#4858)
  * ./cmake/FindLua51.cmake (added by Mudlet#3167)
  * ./cmake/FindSparkle.cmake (added Mudlet#3477)
  * ./cmake/FindZZIPLIB.cmake (added by Mudlet#3630)
  * ./cmake/IncludeOptionalModule.cmake (added by Mudlet#3174)
  * ./cmake/InitGitSubmodule.cmake (added by Mudlet#3171)

The following files have gone away:
* OTHER_FILES:
  * ./.github/workflows/whitespace-linter.yml (removed by Mudlet#4152)
  * ./.travis.yml (removed by Mudlet#5611)
  * ./README (renamed to ./dev_README by Mudlet#439, removed by Mudlet#1169)

Signed-off-by: Stephen Lyons <[email protected]>
@SlySven SlySven requested a review from a team April 5, 2022 04:18
@add-deployment-links
Copy link

add-deployment-links bot commented Apr 5, 2022

Hey there! Thanks for helping Mudlet improve. 🌟

Test versions

You can directly test the changes here:

No need to install anything - just unzip and run.
Let us know if it works well, and if it doesn't, please give details.

@mudlet-machine-account mudlet-machine-account added this to the 4.16.0 milestone Apr 5, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Apr 5, 2022

Messages
✔️

PR type: Infrastructure

Generated by 🚫 dangerJS against 3b3fe41

@SlySven SlySven merged commit 0796e4c into Mudlet:development Apr 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants