GNOME Bugzilla – Bug 797150
ftpadmin install on master.gnome.org is broken
Last modified: 2018-09-17 18:36:18 UTC
[jensgeorg@master ~]$ ftpadmin install shotwell-0.30.0.tar.xz Gathering information and sorting on version: ., done Preparing installation of shotwell-0.30.0.tar.xz: - Checking consistency: ............, done - NEWS, done (new file) - Copying tar.xz, done - Creating sha256sum, done Module: shotwell Version: 0.30.0 (previous version: N/A) Destination: /ftp/pub/GNOME/sources/shotwell/0.30/ WARNING: shotwell is not present in the archive! Are you sure that it is new and/or the correct module name? Install shotwell? [Y/n] y Installing shotwell-0.30.0.tar.xz: - Creating directoryTraceback (most recent call last):
+ Trace 238690
main()
options.func(options, parser)
module.install(unattended=options.unattended, clobber=options.clobber)
makedirs_chown(self.destination, 042775, -1, self.GROUPID or -1) # drwxrwsr-x
makedirs_chown(head, mode, uid, gid)
os.mkdir(name, mode)
Should be fixed by now. Thanks!
Thanks!