Check-in [07be60251c]
Not logged in
Overview
Comment:Remove superfluous 'return' command.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | uploaderClient
Files: files | file ages | folders
SHA1: 07be60251cb7e1890d8fec37327e5d976f7dbfc4
User & Date: mistachkin on 2016-12-17 08:34:15
Other Links: branch diff | manifest | tags
Context
2016-12-18
00:55
More work getting the script block generator working. check-in: 2515a3ade8 user: mistachkin tags: uploaderClient
2016-12-17
08:34
Remove superfluous 'return' command. check-in: 07be60251c user: mistachkin tags: uploaderClient
08:33
More work in progress on the uploader client. check-in: 2b5c357209 user: mistachkin tags: uploaderClient
Changes

Modified client/1.0/neutral/pkgr_upload.eagle from [5baa659a02] to [eccf43617e].

102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
  set options [list \
      -persistent false -usePgp true -useAutoPath true]

  ::PackageDownloader::downloadFiles %language% %version% %platform% $fileNames $options
  ::PackageDownloader::logoutAndResetCookie
}]
    }]]

    return ""
  }

  #
  # NOTE: Figure out the fully qualified path to the current script file.
  #       If necessary, add it to the auto-path for the interpreter.  The
  #       necessary supporting packages (i.e. the Package Repository and
  #       other support packages) that are assumed to exist in the same







<
<







102
103
104
105
106
107
108


109
110
111
112
113
114
115
  set options [list \
      -persistent false -usePgp true -useAutoPath true]

  ::PackageDownloader::downloadFiles %language% %version% %platform% $fileNames $options
  ::PackageDownloader::logoutAndResetCookie
}]
    }]]


  }

  #
  # NOTE: Figure out the fully qualified path to the current script file.
  #       If necessary, add it to the auto-path for the interpreter.  The
  #       necessary supporting packages (i.e. the Package Repository and
  #       other support packages) that are assumed to exist in the same