Please enable JavaScript to use RhodeCode Enterprise
##// END OF EJS Templates
imanay
- Thu, 08 Aug 2013 21:30:36
Show More
0
trunk/absroot/source/abspy/scripts/changeBeam.py
trunk/absroot/source/abspy/scripts/changeBeam.py
+3
-2
@@
-11,7
+11,8
11
11
self . output = ""
12
12
13
13
def execute ( self , beam = "0" ):
14
absObj = ABSClient ( ipDestino = "10.10.10.97" )
14
# absObj = ABSClient(ipDestino="10.10.10.97")
15
absObj = ABSClient ( ipDestino = "10.10.20.26" )
15
16
self . output = absObj . changeBeam ( beam )
16
17
17
18
def getOutput ( self ):
@@
-31,4
+32,4
31
32
beam = options . pattern
32
33
33
34
app = changeBeam ()
34
app . execute ( beam )
No newline at end of file
35
app . execute ( beam )
0
trunk/absroot/source/abspy/scripts/getControlModuleStatus.py
trunk/absroot/source/abspy/scripts/getControlModuleStatus.py
+3
-2
@@
-2,11
+2,12
2
2
from client3 import *
3
3
import sys
4
4
5
absObj = ABSClient ( ipDestino = "10.10.10.97" )
5
# absObj = ABSClient(ipDestino="10.10.10.97")
6
absObj = ABSClient ( ipDestino = "10.10.20.26" )
6
7
#absObj = ABSClient()
7
8
if len ( sys . argv ) == 2 :
8
9
# ns = "4"
9
10
ns = sys . argv [ 1 ]
10
11
absObj . getControlModuleStatus ( ns )
11
12
else :
12
print "Only one argument needed."
No newline at end of file
13
print "Only one argument needed."
0
trunk/absroot/source/abspy/scripts/sendFile.py
trunk/absroot/source/abspy/scripts/sendFile.py
+3
-2
@@
-13,7
+13,8
13
13
14
14
def execute ( self , filename ):
15
15
if os . path . exists ( filename ):
16
absObj = ABSClient ( ipDestino = "10.10.10.97" )
16
# absObj = ABSClient(ipDestino="10.10.10.97")
17
absObj = ABSClient ( ipDestino = "10.10.20.26" )
17
18
self . output = absObj . sendFile ( filename )
18
19
#pass
19
20
else :
@@
-35,4
+36,4
35
36
filename = options . filename
36
37
37
38
app = sendFile ()
38
app . execute ( filename )
No newline at end of file
39
app . execute ( filename )
Site-wide shortcuts
/
Use quick search box
g h
Goto home page
g g
Goto my private gists page
g G
Goto my public gists page
g 0-9
Goto bookmarked items from 0-9
n r
New repository page
n g
New gist page
Repositories
g s
Goto summary page
g c
Goto changelog page
g f
Goto files page
g F
Goto files page with file search activated
g p
Goto pull requests page
g o
Goto repository settings
g O
Goto repository access permissions settings
t s
Toggle sidebar on some pages