File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed
Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 44# ignore browser url files
55* .url
66
7-
87# ignore vscode stuff
98.vscode /
109
@@ -15,25 +14,18 @@ __pycache__
1514DB /
1615TestData /
1716
18- # ignore RootsMagic database file
17+ # ignore RootsMagic database files
1918* .rmgc
2019* .rmtree
2120
2221# ignore generated files
2322MediaFiles_HASH *
2423Report_ * .txt
2524
26- # don't add exe files
27- * .exe
28-
25+ # ignore config ini files not for distribution
2926DEV_RM-Python-config.ini
3027DISTRO_RM-Python-config.ini
3128HIDE_ *
32- Report_ *
33-
34-
35- # build folders
36- Release * /
3729
38- Releases storage
30+ # ignore Releases storage forlder
3931Releases /
Original file line number Diff line number Diff line change 11===========================================DIV50==
22Build script
33
4+ Used as-is for most previous releases that built an exe file.
5+ This is being changed so as to produce one release zip file containing all py scripts and docs.
6+
7+ The script will use the local _util_info.yaml file to determine which files
8+ to package and will use the version info in the yaml to update the py source files before
9+ being copied to release zip.
10+
11+
12+
13+
414BuildRelease.py
515
616along with the required _util_info.yaml file.
@@ -21,7 +31,6 @@ DB get fresh copy.cmd
2131The local copies have the name of the 2 higher folder name,
2232usually the script folder name to distinguish the file names
2333
24- All copies in the util folders are hardlinks of these 2 files.
2534
2635===========================================DIV50==
2736
You can’t perform that action at this time.
0 commit comments