On 05/06/2016 12:15 PM, Nick Bebout
wrote:
Thanks Nick, so I tried something, and I do not know if this is the correct way or not. I noticed that the Virtualization-getting-started-guide has not moved. So I attempted to make a new project with the same name, but I got an error saying that the name was too long: " DataError) value too long for type character varying(32) 'INSERT INTO projects (user_id, name, description, url, _settings, hook_token, avatar_email, parent_id, _priorities, date_created) VALUES (%(user_id)s, %(name)s, %(description)s, %(url)s, %(_settings)s, %(hook_token)s, %(avatar_email)s, %(parent_id)s, %(_priorities)s, %(date_created)s) RETURNING projects.id' {'user_id': 448, 'name': u'virtualization-getting-started-guide', 'avatar_email': None, 'url': None, '_settings': None, 'parent_id': None, '_priorities': None, 'date_created': datetime.datetime(2016, 5, 7, 23, 54, 10, 40684), 'hook_token': 'JB2KMB4IL8QNY5RSR5NH08ORKBWXTG7RZI1EO4E9', 'description': u'Virtualization Getting Started Guide'}" So I shortened it to "virt-getting-started-guide" and that was accepted, I cloned the repo from tgit.fedorahosted.org and then pushed it into pagure.io with the command git push --set-upstream origin master So, is this a working way to do this, or have I done derped? Thanks, -Glen |
-- docs mailing list docs@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe: http://lists.fedoraproject.org/admin/lists/docs@xxxxxxxxxxxxxxxxxxxxxxx