[pacman-dev] [PATCH] Move gpg pactests to new location
Signed-off-by: Allan McRae <allan@archlinux.org> --- For the gpg branch. Could be rebased into earlier commits... {pactest => test/pacman}/tests/sign001.py | 0 {pactest => test/pacman}/tests/sign002.py | 0 {pactest => test/pacman}/tests/smoke002.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {pactest => test/pacman}/tests/sign001.py (100%) rename {pactest => test/pacman}/tests/sign002.py (100%) rename {pactest => test/pacman}/tests/smoke002.py (100%) diff --git a/pactest/tests/sign001.py b/test/pacman/tests/sign001.py similarity index 100% rename from pactest/tests/sign001.py rename to test/pacman/tests/sign001.py diff --git a/pactest/tests/sign002.py b/test/pacman/tests/sign002.py similarity index 100% rename from pactest/tests/sign002.py rename to test/pacman/tests/sign002.py diff --git a/pactest/tests/smoke002.py b/test/pacman/tests/smoke002.py similarity index 100% rename from pactest/tests/smoke002.py rename to test/pacman/tests/smoke002.py -- 1.7.1
On Sun, Jun 20, 2010 at 5:01 AM, Allan McRae <allan@archlinux.org> wrote:
Signed-off-by: Allan McRae <allan@archlinux.org> ---
For the gpg branch. Could be rebased into earlier commits...
That would probably be best, have you used git rebase -i much? It makes this really easy to do. -Dan
{pactest => test/pacman}/tests/sign001.py | 0 {pactest => test/pacman}/tests/sign002.py | 0 {pactest => test/pacman}/tests/smoke002.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {pactest => test/pacman}/tests/sign001.py (100%) rename {pactest => test/pacman}/tests/sign002.py (100%) rename {pactest => test/pacman}/tests/smoke002.py (100%)
diff --git a/pactest/tests/sign001.py b/test/pacman/tests/sign001.py similarity index 100% rename from pactest/tests/sign001.py rename to test/pacman/tests/sign001.py diff --git a/pactest/tests/sign002.py b/test/pacman/tests/sign002.py similarity index 100% rename from pactest/tests/sign002.py rename to test/pacman/tests/sign002.py diff --git a/pactest/tests/smoke002.py b/test/pacman/tests/smoke002.py similarity index 100% rename from pactest/tests/smoke002.py rename to test/pacman/tests/smoke002.py -- 1.7.1
participants (2)
-
Allan McRae
-
Dan McGee