~ubuntu-branches/debian/sid/subversion/sid

« back to all changes in this revision

Viewing changes to tools/dist/nightly.sh

  • Committer: Package Import Robot
  • Author(s): James McCoy, Peter Samuelson, James McCoy
  • Date: 2014-01-12 19:48:33 UTC
  • mfrom: (0.2.10)
  • Revision ID: package-import@ubuntu.com-20140112194833-w3axfwksn296jn5x
Tags: 1.8.5-1
[ Peter Samuelson ]
* New upstream release.  (Closes: #725787) Rediff patches:
  - Remove apr-abi1 (applied upstream), rename apr-abi2 to apr-abi
  - Remove loosen-sqlite-version-check (shouldn't be needed)
  - Remove java-osgi-metadata (applied upstream)
  - svnmucc prompts for a changelog if none is provided. (Closes: #507430)
  - Remove fix-bdb-version-detection, upstream uses "apu-config --dbm-libs"
  - Remove ruby-test-wc (applied upstream)
  - Fix “svn diff -r N file” when file has svn:mime-type set.
    (Closes: #734163)
  - Support specifying an encoding for mod_dav_svn's environment in which
    hooks are run.  (Closes: #601544)
  - Fix ordering of “svnadmin dump” paths with certain APR versions.
    (Closes: #687291)
  - Provide a better error message when authentication fails with an
    svn+ssh:// URL.  (Closes: #273874)
  - Updated Polish translations.  (Closes: #690815)

[ James McCoy ]
* Remove all traces of libneon, replaced by libserf.
* patches/sqlite_3.8.x_workaround: Upstream fix for wc-queries-test test
  failurse.
* Run configure with --with-apache-libexecdir, which allows removing part of
  patches/rpath.
* Re-enable auth-test as upstream has fixed the problem of picking up
  libraries from the environment rather than the build tree.
  (Closes: #654172)
* Point LD_LIBRARY_PATH at the built auth libraries when running the svn
  command during the build.  (Closes: #678224)
* Add a NEWS entry describing how to configure mod_dav_svn to understand
  UTF-8.  (Closes: #566148)
* Remove ancient transitional package, libsvn-ruby.
* Enable compatibility with Sqlite3 versions back to Wheezy.
* Enable hardening flags.  (Closes: #734918)
* patches/build-fixes: Enable verbose build logs.
* Build against the default ruby version.  (Closes: #722393)

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
# Get the latest versions of the rolling scripts
56
56
for i in release.py dist.sh
57
57
do 
58
 
  $svn export -r $head $repo/trunk/tools/dist/$i@$head $dir/$i
 
58
  $svn export --force -r $head $repo/trunk/tools/dist/$i@$head $dir/$i
59
59
done
60
60
# We also need ezt
61
 
$svn export -r $head $repo/trunk/build/generator/ezt.py@$head $dir/ezt.py
 
61
$svn export --force -r $head $repo/trunk/build/generator/ezt.py@$head $dir/ezt.py
62
62
 
63
63
# Create the environment
64
64
cd roll
65
65
echo '----------------building environment------------------'
66
 
../release.py --base-dir ${abscwd}/roll build-env
 
66
../release.py --base-dir ${abscwd}/roll build-env trunk-nightly
67
67
 
68
68
# Roll the tarballs
69
69
echo '-------------------rolling tarball--------------------'
72
72
 
73
73
# Create the information page
74
74
echo '-------------------moving results---------------------'
75
 
./release.py --base-dir ${abscwd}/roll post-candidates trunk-nightly $head \
76
 
    --target $target
 
75
# ./release.py --base-dir ${abscwd}/roll post-candidates trunk-nightly $head \
 
76
#     --target $target
77
77
if [ ! -d "$target/dist" ]; then mkdir "$target/dist"; fi
78
78
if [ -d "$target/dist/r$head" ]; then rm -r "$target/dist/r$head"; fi
79
 
mv $target/deploy $target/dist/r$head
 
79
mv roll/deploy $target/dist/r$head
80
80
 
81
81
# Some static links for the most recent artifacts.
82
82
ln -sf "r$head" "$target/dist/current"