Details
-
Type:
Task
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Fix Version/s: 10.1.0
-
Component/s: None
-
Labels:None
Description
In no specific order:
- send an email to maria-developers
- create 10.1 tree on github
- research how we merge from 10.0 to 10.1
- configure buildbot to build 10.1
- set up permissions so that people could push to github
- write howtos in kb
Gliffy Diagrams
Attachments
Issue Links
- relates to
-
MDEV-6278 Create post-commit git hook to send commit emails
-
- Closed
-
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Hi,
I am not sure what your eventual process will include, but I have successfully made my own local git repos from launchpad using the following method (Debian Wheezy with git 1.8 from wheezy-backports)
apt-get install git-bzr
git clone bzr::/filesystem/path/to/my-maria-tree-branch
The clone about three hours on my PC which is a quad-core phenom and produced a working copy where the .git directory was > 5 Gigabytes... but I could then visualise the history with gitg and see all the maria tags and all the merged past branches, so it did a good job of preserving history.
I could then merge the latest trunk in my bzr branch and then pull those changes into my git tree.
I could also push changes back to my local bzr, which can then be pushed back to launchpad, I haven't tested this recently but I have done it successfully in the past.
So I guess you could run both in parallel for a while, with some delay, and then one day just make github the official version and drop synchronisation from launchpad...
HTH
Andrew