Subversion Repositories DevTools

Rev

Rev 2362 | Rev 3900 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2362 Rev 3866
Line 12... Line 12...
12
Dim rootPath
12
Dim rootPath
13
Dim DocRepositiryLink, DocRepositiryLinkOld
13
Dim DocRepositiryLink, DocRepositiryLinkOld
14
Dim APP_ROOT, QUERIES_PATH
14
Dim APP_ROOT, QUERIES_PATH
15
Dim archive_server
15
Dim archive_server
16
Dim dpkg_archiveURL
16
Dim dpkg_archiveURL
17
Dim deploy_archiveURL
-
 
18
Dim HTTP_PKG_ARCHIVE
17
Dim HTTP_PKG_ARCHIVE
19
Dim release_archiveURL
18
Dim release_archiveURL
20
Dim ACCESS_MANAGER_URL
19
Dim ACCESS_MANAGER_URL
21
Dim strRelativePath             ' Rel Path from script to URL
20
Dim strRelativePath             ' Rel Path from script to URL
22
 
21
 
Line 69... Line 68...
69
 
68
 
70
' -- Constants ----------------------------------------
69
' -- Constants ----------------------------------------
71
Const domainName   = "VIX"
70
Const domainName   = "VIX"
72
HTTP_PKG_ARCHIVE   = "http://" & archive_server
71
HTTP_PKG_ARCHIVE   = "http://" & archive_server
73
dpkg_archiveURL    = HTTP_PKG_ARCHIVE & "/dpkg_archive/"
72
dpkg_archiveURL    = HTTP_PKG_ARCHIVE & "/dpkg_archive/"
74
deploy_archiveURL  = HTTP_PKG_ARCHIVE & "/deploy_archive/"
-
 
75
release_archiveURL = HTTP_PKG_ARCHIVE & "/releases/"
73
release_archiveURL = HTTP_PKG_ARCHIVE & "/releases/"
76
ACCESS_MANAGER_URL = "http://" & Request.ServerVariables("HTTP_HOST") & "/Access_Manager"
74
ACCESS_MANAGER_URL = "http://" & Request.ServerVariables("HTTP_HOST") & "/Access_Manager"
77
' Const ACCESS_MANAGER_URL = "http://bms:8002/ManagerSuite/Access_Manager"
75
' Const ACCESS_MANAGER_URL = "http://bms:8002/ManagerSuite/Access_Manager"
78
' Const RELEASE_MANAGER_URL = "http://bms:8002/ManagerSuite/Release_Manager"
76
' Const RELEASE_MANAGER_URL = "http://bms:8002/ManagerSuite/Release_Manager"
79
 
77