~ubuntu-branches/ubuntu/vivid/debtags/vivid

« back to all changes in this revision

Viewing changes to update_files

  • Committer: Package Import Robot
  • Author(s): Enrico Zini, Michael Vogt, Enrico Zini
  • Date: 2013-10-25 12:41:25 UTC
  • Revision ID: package-import@ubuntu.com-20131025124125-ytl4xarlmdyiuzjb
Tags: 1.12
[ Michael Vogt ]
* Install files in python3-debtagshw

[ Enrico Zini ]
* Build with new wibble

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        then
26
26
                cat ../tagdb/tags
27
27
        else
28
 
                svn cat svn://svn.debian.org/debtags/tagdb/tags
 
28
                svn cat svn://anonscm.debian.org/debtags/tagdb/tags
29
29
        fi
30
30
}
31
31
 
34
34
        then
35
35
                cat ../vocabulary/debian-packages
36
36
        else
37
 
                svn cat svn://svn.debian.org/debtags/vocabulary/trunk/debian-packages
 
37
                svn cat svn://anonscm.debian.org/debtags/vocabulary/trunk/debian-packages
38
38
        fi
39
39
}
40
40
 
59
59
fi
60
60
 
61
61
echo -n "Exporting a new version of the security team tag vocabulary data from SVN... "
62
 
if svn cat svn://svn.debian.org/debtags/vocabulary/trunk/security-team > vocabulary2.tmp
 
62
if svn cat svn://anonscm.debian.org/debtags/vocabulary/trunk/security-team > vocabulary2.tmp
63
63
then
64
64
        echo "ok."
65
65
else