On 05/06/2016 12:15 PM, Nick Bebout wrote:
As soon as they show up on pagure.io  I've moved a lot of them already, and will move more soon.

On Thu, May 5, 2016 at 9:25 PM, Glen Rundblom <glen@rundblom.com> wrote:



On 05/04/2016 09:32 PM, Pete Travis wrote:


On May 4, 2016 9:27 PM, "Glen Rundblom" <glen@rundblom.com> wrote:
>
>
>> For the moment, we were going for admin expedience, but I have no objection if anyone wants to trim branches and respin the repos on pagure.
>>
>> BTW, perms happen via a 'fedora-docs' group on Pagure, which is not aware of FAS groups.  Any member can add members, so docs-writers, please ask a member of you aren't one.
>>
>> -- Pete
>>
>>
>>
>> --
>> docs mailing list
>> docs@lists.fedoraproject.org
>> To unsubscribe:
>> http://lists.fedoraproject.org/admin/lists/docs@lists.fedoraproject.org
>
> Could someone please add me to the docs team on pagure as well?
> username: grundblom
>
> Thanks!
> -Glen
>
>
> --

Done!

--Pete



--
docs mailing list
docs@lists.fedoraproject.org
To unsubscribe:
http://lists.fedoraproject.org/admin/lists/docs@lists.fedoraproject.org
Thanks Pete!
So, I think I do not fully understand, when do we begin to use the pagure.io repos?

Thanks,
-Glen


--
docs mailing list
docs@lists.fedoraproject.org
To unsubscribe:
http://lists.fedoraproject.org/admin/lists/docs@lists.fedoraproject.org



--
docs mailing list
docs@lists.fedoraproject.org
To unsubscribe:
http://lists.fedoraproject.org/admin/lists/docs@lists.fedoraproject.org

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