Skip to content

Commit 7bb6124

Browse files
author
Yongyao Jiang
committed
Added John and Chunming's account, removed pulishing data temporarily
1 parent 8ea4ae0 commit 7bb6124

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

misc/_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""accounts to keep from user/groups/items deletion"""
55
ignore_accounts_online = ['DavidJVitale', 'yjiang_geosaurus', 'amani_geosaurus', 'api_data_owner',
66
'bmajor_geosaurus', 'rsingh_geosaurus', 'rohitgeo', 'andrew887',
7-
'cwhitmore_geosaurus', 'ArcGISPyAPIBot']
7+
'cwhitmore_geosaurus', 'ArcGISPyAPIBot', 'jyaist_geosaurus', 'cpeng_geosaurus']
88

99
ignore_accounts_playground = ['andrew', 'andrew.chapkowski', 'dvitale', 'david.vitale',
1010
'atma.mani', 'john.yaist', 'bill.major', 'YJiang',

misc/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
delete_for_users(gis_online, ignore_accounts_online, target_accounts_online)
66
delete_for_users(gis_playground, ignore_accounts_playground, target_accounts_playground)
7-
publish_data(gis_online, data_paths)
7+
# publish_data(gis_online, data_paths)
88

99
print("-*-*-*-*-*-*-*-*-*-*-*Setup ends*-*-*-*-*-*-*-*-*-*-*-*-*-*-")

misc/teardown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44

55
delete_for_users(gis_online, ignore_accounts_online, target_accounts_online)
66
delete_for_users(gis_playground, ignore_accounts_playground, target_accounts_playground)
7-
publish_data(gis_online, data_paths)
7+
# publish_data(gis_online, data_paths)
88

99
print("-*-*-*-*-*-*-*-*-*-*-*Teardown ends*-*-*-*-*-*-*-*-*-*-*-*-*-")

0 commit comments

Comments
 (0)