Ubuntu Pastebin

Paste from clivejo at Mon, 11 Jul 2016 20:12:56 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
clivejo@P500:~/kubuntu-automation$ ./ubuntu-archive-upload -r frameworks -v 5.23 -t ~/workspace/frameworks/
Checking packages from ppaString
package: attica-kf5
Traceback (most recent call last):
  File "./ubuntu-archive-upload", line 139, in <module>
    subprocess.check_call(["pull-ppa-source", "-d", ppaString, package, release])
  File "/usr/lib/python2.7/subprocess.py", line 536, in check_call
    retcode = call(*popenargs, **kwargs)
  File "/usr/lib/python2.7/subprocess.py", line 523, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1343, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
Download as text