5 |
for f in files: |
for f in files: |
6 |
if os.path.islink(tmppath + f): |
if os.path.islink(tmppath + f): |
7 |
|
|
8 |
- mytmpaction = os.path.realpath(os.readlink(tmppath + f).replace("..",events_path)) |
+ mytmpaction = os.path.realpath(os.readlink(tmppath + f).replace("..",events_path)) |
9 |
+ mytmpaction = os.path.realpath(os.readlink(tmppath + f)).replace("/root/rpmbuild/RPMS",events_path) |
- mytmpaction = os.path.realpath(os.readlink(tmppath + f)).replace("/root/rpmbuild/RPMS",events_path) |
10 |
#print "link " + f + ": " + mytmpaction |
#print "link " + f + ": " + mytmpaction |
11 |
|
|
12 |
if not actionlist.has_key(mytmpaction): |
if not actionlist.has_key(mytmpaction): |