# --- directories & files --- # file paths are relative to the $tags/$package/$version directory # or $tags/$version (depending on multipackage) # watch this directory for new tags; tags are used to generate releases # tags should be called version numbers only, like "1.0.2", not # "project-1.0.2". Format of the version number is up to the developers; # they will be numerically sorted in reverse order before they are listed. tags=tags/ # do we have multiple packages? multipackage=0 # release notes file (not mandatory) relnotes=Release_notes # changelog file (not mandatory) changelog=Changelog # documentation dir (relative to the tag). If provided, a snapshot of this # directory is created and linked from the releases page. The directory # content will be listed if index.html does not present. doc=doc # project page (absolute path) web=trunk/doc # --- source release formats (none of them is mandatory) --- rel_src_targz=1 rel_src_tarbz2=1 rel_src_zip=1 # --- binary release formats (none of them is mandatory) --- # debian/ for building a .deb debian=trunk/debian # --- display properties --- # how many past releases to display on the main page? display_releases=4