Projects/KDE on Windows/Development Workflow

From KDE TechBase
Revision as of 13:05, 10 December 2012 by Tfry (talk | contribs) (Start working on a workflow page for KDE on Windows. More to come.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Development Workflow for KDE on Windows

Under Contruction!

Basics

Before we start: This page will not tell you how to diagnose and address problems or shortcomings in source code and build files. We assume you know all that already, or are willing to read up on any missing bits, on your own (but for some hints on useful tools and techniques, be sure to visit Development/Tutorials/Debugging/Debugging on MS Windows, and Projects/KDE on Windows/Tools. The pupose of this page is to give you an outline of the specific steps needed for preparing, testing, and publishing patches in the KDE on Windows project.

Use emerge

You are using emerge to build your KDE on Windows development environment, right? If not, start doing so now. It's mandatory. Some variables to check in your emerge setup:

  • EMERGE_BUILDTYPE: You may want to set this to "Debug"
  • EMERGE_LOG_DIR: Setting this is highly useful, so you can review (long) build logs.
  • GIT_AUTHOR_*/GIT_COMMITTER_*: Useful if you want to be able to make commits directly from your source tree.
  • Be sure you are on the branch you want to be on!

Where are the emerge build files

Where are the sources

  • git / svn / others

Debugging and testing

  • build directory
  • mingw32-make
  • emerge -i
  • emerge --update
  • diffutils

Creating patches

  • emerge --createpatch
  • Adding to build_xyz.py
  • Renaming build_xyz.py?
  • Don't forget to test from a clean workdir.

Review and Pushing

  • reviewboard, mailing list, IRC
  • git commands (short)
  • merging to / from master