* Update README.md * Don't include .flake8 in releases * Merge 1.1.31 and 1.2.4 CHANGES * Clean up some path handling * issue 374: Fix code formatting checks (and its findings) * Fix bump-copyright-years to list files in the current branch * Update COMMITTERS file * Bump copyright years * Rework bump-copyright-years to use 'git ls-tree' * Note removal of the commits database feature in CHANGES * Redirect the query and queryform views to the roots view * Update template authoring guide * Some markup and minor styling tweaks to the upgrading how-to * Flesh out more upgrade documentation * Remove/fix some stuff that got overlooked * Add note about dropping commits database feature to upgrading-howto.html * Begin ripping out the checkins database feature * Record issue #370 fix * issue 370: Disallow patch view on directories * issue 369: Fix 'dead' state determination when use_rcsparse=1 * HTML-escape error template dictionary items * replace imp with importlib to load authorizer modules * Used keyword argument to simplify the call. * Let py_compile decide where *.pyc files go. * issue 360: Address some review comments * Update actions * issue 360: Introduce new "image" view * Update CHANGES * standalone.py: Update command-line help for --htpasswd-file. OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm:svn/viewvc?expand=0&rev=75
18 lines
571 B
Plaintext
18 lines
571 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="url">https://github.com/viewvc/viewvc</param>
|
|
<param name="scm">git</param>
|
|
<param name="revision">master</param>
|
|
<param name="versionformat">1.3.0~dev%cd</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">viewvc</param>
|
|
</service>
|
|
<service name="set_version" mode="manual">
|
|
<param name="basename">viewvc</param>
|
|
</service>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|