chiark / gitweb /
Minor changes
authorCiaran Gultnieks <ciaran@ciarang.com>
Tue, 22 Jan 2013 09:49:33 +0000 (09:49 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Tue, 22 Jan 2013 09:49:33 +0000 (09:49 +0000)
fdroidserver/build.py
fdroidserver/common.py

index 0a95e55cdda4b6be063fc874ac90ba3a3d111618..403c01ef1b9210f65e355c0347ef99d913cd3d2f 100644 (file)
@@ -233,7 +233,8 @@ def build_server(app, thisbuild, vcs, build_dir, output_dir, sdk_path, force):
             raise BuildException("Build.py failed on server for %s:%s" % (app['id'], thisbuild['version']), output.strip(), error.strip())
 
         # Retrieve the built files...
-        if(force):
+        print "Retrieving build output..."
+        if force:
             ftp.chdir('/home/vagrant/tmp')
         else:
             ftp.chdir('/home/vagrant/unsigned')
index 4955c4a3a2f53d198d07ec7184ac2b1c421b1d91..4408cd235ccb15be28a7c47918b44fe45958260c 100644 (file)
@@ -1088,7 +1088,7 @@ def getsrclib(spec, extlib_dir, sdk_path, basepath=False):
             return sdir
         return libdir
 
-#Leave the native code as a blob; submodules required for that
+    #Leave the native code as a blob; submodules required for that
     if name == 'Libpd':
         sdir = os.path.join(extlib_dir, 'Libpd')
         vcs = getvcs('git',