ttylog repository maintenance

Maintenance of the ttylog repository:

 * Bring debian branch current, cherry-picking as neccessary from the master branch
 * Remove the debian/ directory from the master branch
 * Remove the no longer needed dev/0.1.c branch
 * Create the dev/0.1.d branch
 * Push changes to Sourceforge ttylog repository

 * Bring debian branch current, cherry-picking as neccessary from the master branch
    git branch debian
    git cherry-pick -x 05aef5327ff6e05f7a81464edb9890ac2ad19a7d                               
    git cherry-pick -x 21002008967be2fdba9eda49dcafb5348772cbcc                               
    git cherry-pick -x 650ef35260d4b571f572577b24286af7d7fd8253                               
    git cherry-pick -x 3a818887bffd9240b31058b3cc48114a252bd3ac

 * Remove the debian/ directory from the master branch
    git rm -r debian
    git commit -m "Debian package development will now be done just on the debian branch."

 * Remove the no longer needed dev/0.1.c branch
    git branch -D dev/0.1.c

 * Create the dev/0.1.d branch
    git branch dev/0.1.d

 * Push changes to Sourceforge ttylog repository
    git push --all origin

About this Entry

This page contains a single entry by Robert James Clay published on September 7, 2009 3:13 PM.

Move BBBSDEB project site was the previous entry in this blog.

Create GIT repositories for ftnapps project is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.