Skip to content

Commit 7dc5e2b

Browse files
NightlyBuildsNightlyBuilds
authored andcommitted
Forgot to submit to p4
1 parent b87d3f9 commit 7dc5e2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Scripts/BuildLighting.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def build_lighting( log_file ):
6666

6767
change = p4.fetch_change()
6868
change._description = '[Daily_Builds] Built lighting for the follow maps:\n' + '\n\t'.join(perforce_map_files)
69-
# p4.run_submit( change )
69+
p4.run_submit( change )
7070

7171
log_file.write('Lighting successfully built and submitted\n')
7272
log_file.flush()

Scripts/UpdateVersionNumber.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def update_version_number( log_file, major, minor ):
9090

9191
change = p4.fetch_change()
9292
change._description = '[Daily_Builds] Updated the version number to ' + new_version
93-
# p4.run_submit( change )
93+
p4.run_submit( change )
9494

9595
log_file.write('New version number successfully submitted to perforce\n')
9696
log_file.flush()

0 commit comments

Comments
 (0)