No Code Attached Yet bug
avatar brianteeman
brianteeman
27 Dec 2022

build/build.php contains three lists of files/folders not to include in a release

  1. Removes .DS_Store; .git sources; testing, CI, and IDE configuration files; Changelogs; GitHub Meta; and README files
  2. Here we set the files/folders which should not be packaged at any time
  3. Here we set the files/folders which should not be packaged with patch packages only

List one does not include all the files per the description eg .drone.yml
List two includes most of the files again from list one plus some that should have been in list one eg .drone.yml
List 3 is ok

In summary list one is missing some files and list two is trying to remove files that will never be there because they were already removed by list one

Using the three lists incosistently like this not only leads to duplication but is harder to maintain and has the potential to accidentally include a file that should not be distributed

avatar brianteeman brianteeman - open - 27 Dec 2022
avatar joomla-cms-bot joomla-cms-bot - change - 27 Dec 2022
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 27 Dec 2022
avatar Hackwar Hackwar - change - 22 Feb 2023
Labels Added: bug
avatar Hackwar Hackwar - labeled - 22 Feb 2023
avatar brianteeman brianteeman - change - 21 Nov 2023
Status New Closed
Closed_Date 0000-00-00 00:00:00 2023-11-21 18:11:12
Closed_By brianteeman
avatar brianteeman brianteeman - close - 21 Nov 2023
avatar brianteeman
brianteeman - comment - 21 Nov 2023

closed due to lack of interest

Add a Comment

Login with GitHub to post a comment