diff options
author | Aaron Griffin <aaron@archlinux.org> | 2007-03-24 04:18:17 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-03-24 04:18:17 +0000 |
commit | f8d0601b8ddd0ed1913c13c6cf9fd61a933efa6c (patch) | |
tree | b1c5a09972bb6577644e4395c3024595a0420fc9 /Makefile.am | |
parent | d38b273f9159cf2f74181614634c2477dadb5d3b (diff) |
* Added a mirror list for [testing] (it appears most mirrors mirror testing)
* Commented ftp.archlinux.org in the official mirror list
* ran a make dist, which updated some translation files
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0ef2a5da..700f32aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,8 @@ SUBDIRS = lib/libalpm src/util src/pacman scripts doc etc pactest contrib EXTRA_DIST = HACKING check-local: src/pacman - python $(top_srcdir)/pactest/pactest.py --test $(top_srcdir)/pactest/tests/*.py -p $(top_builddir)/src/pacman/pacman + python $(top_srcdir)/pactest/pactest.py --debug=1 \ + --test $(top_srcdir)/pactest/tests/*.py \ + -p $(top_builddir)/src/pacman/pacman rm -rf $(top_builddir)/root |