[cvs] / gkb / gkb.py  

cvs: gkb/gkb.py

Diff for /gkb/gkb.py between version 1.34 and 1.35

version 1.34, Sat Dec 18 10:06:15 2004 UTC version 1.35, Sat Dec 18 19:28:48 2004 UTC
Line 266 
Line 266 
                         if verifyfile(kbinloc,kinfo):                          if verifyfile(kbinloc,kinfo):
                                 # the binary exists, so let's cp it to bin...                                  # the binary exists, so let's cp it to bin...
                                 copy(kbinloc,mybindir+"/boot/"+kinfo["binname"]+"-"+myversion)                                  copy(kbinloc,mybindir+"/boot/"+kinfo["binname"]+"-"+myversion)
                                   copy("%s/System.map" % kinfo["workdir"],mybindir+"/boot/System.map-"+myversion)
                         else:                          else:
                                 # the binary is not there, inform user and bail out with error                                  # the binary is not there, inform user and bail out with error
                                 raise BuildError("%s is not present, assuming build failure and exiting.  See log for details." % kbinloc)                                  raise BuildError("%s is not present, assuming build failure and exiting.  See log for details." % kbinloc)


Generate output suitable for use with a patch program
Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

Tobias McNulty

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help