Skip to content

Commit c169a48

Browse files
committed
interim explanation in build readme, remove extraneous ignores
1 parent c26c21d commit c169a48

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

.gitignore

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
# ignore browser url files
55
*.url
66

7-
87
# ignore vscode stuff
98
.vscode/
109

@@ -15,25 +14,18 @@ __pycache__
1514
DB/
1615
TestData/
1716

18-
# ignore RootsMagic database file
17+
# ignore RootsMagic database files
1918
*.rmgc
2019
*.rmtree
2120

2221
# ignore generated files
2322
MediaFiles_HASH*
2423
Report_*.txt
2524

26-
# don't add exe files
27-
*.exe
28-
25+
# ignore config ini files not for distribution
2926
DEV_RM-Python-config.ini
3027
DISTRO_RM-Python-config.ini
3128
HIDE_*
32-
Report_*
33-
34-
35-
# build folders
36-
Release*/
3729

38-
Releases storage
30+
# ignore Releases storage forlder
3931
Releases/

dev util scripts/ReadMe.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
===========================================DIV50==
22
Build 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+
414
BuildRelease.py
515

616
along with the required _util_info.yaml file.
@@ -21,7 +31,6 @@ DB get fresh copy.cmd
2131
The local copies have the name of the 2 higher folder name,
2232
usually 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

0 commit comments

Comments
 (0)