[pacman-dev] CVS update of pacman-lib/pactest/tests (sync136.py sync137.py)
Date: Monday, April 23, 2007 @ 02:41:00 Author: dan Path: /home/cvs-pacman/pacman-lib/pactest/tests Added: sync136.py (1.1) sync137.py (1.1) Add two pactests ------------+ sync136.py | 15 +++++++++++++++ sync137.py | 14 ++++++++++++++ 2 files changed, 29 insertions(+) Index: pacman-lib/pactest/tests/sync136.py diff -u /dev/null pacman-lib/pactest/tests/sync136.py:1.1 --- /dev/null Mon Apr 23 02:41:00 2007 +++ pacman-lib/pactest/tests/sync136.py Mon Apr 23 02:41:00 2007 @@ -0,0 +1,15 @@ +self.description = "Sysupgrade with a sync package forcing a downgrade" + +sp = pmpkg("dummy", "1.0-1") +sp.force = 1 + +self.addpkg2db("sync", sp) + +lp = pmpkg("dummy", "1.0-2") + +self.addpkg2db("local", lp) + +self.args = "-Su" + +self.addrule("PACMAN_RETCODE=0") +self.addrule("PKG_VERSION=dummy|1.0-1") Index: pacman-lib/pactest/tests/sync137.py diff -u /dev/null pacman-lib/pactest/tests/sync137.py:1.1 --- /dev/null Mon Apr 23 02:41:00 2007 +++ pacman-lib/pactest/tests/sync137.py Mon Apr 23 02:41:00 2007 @@ -0,0 +1,14 @@ +self.description = "Sysupgrade with a force and ignore on same package" + +lp = pmpkg("dummy", "1.0-1") + +self.addpkg2db("local", lp) + +sp = pmpkg("dummy", "1.0-2") +sp.force = 1 +self.addpkg2db("sync", sp) + +self.args = "-Su --ignore %s" % lp.name + +self.addrule("PACMAN_RETCODE=0") +self.addrule("PKG_VERSION=dummy|1.0-1")
Na Mon, Apr 23, 2007 at 02:41:00AM -0400, Dan McGee <dan@archlinux.org> pisal(a):
diff -u /dev/null pacman-lib/pactest/tests/sync136.py:1.1 --- /dev/null Mon Apr 23 02:41:00 2007 +++ pacman-lib/pactest/tests/sync136.py Mon Apr 23 02:41:00 2007
if you pull some change from us, then please mention the source thanks, VMiklos -- developer of Frugalware Linux - http://frugalware.org
On 4/23/07, VMiklos <vmiklos@frugalware.org> wrote:
Na Mon, Apr 23, 2007 at 02:41:00AM -0400, Dan McGee <dan@archlinux.org> pisal(a):
diff -u /dev/null pacman-lib/pactest/tests/sync136.py:1.1 --- /dev/null Mon Apr 23 02:41:00 2007 +++ pacman-lib/pactest/tests/sync136.py Mon Apr 23 02:41:00 2007
if you pull some change from us, then please mention the source
thanks, VMiklos
I realized after I commited what happened, sorry. But if you've been following our GIT tree, I did attribute you there properly. http://archlinux.org/~aaron/gitweb.cgi?p=home/pacman.git;a=commit;h=ea3a182d... -Dan
Na Mon, Apr 23, 2007 at 11:44:21AM -0400, Dan McGee <dpmcgee@gmail.com> pisal(a):
I realized after I commited what happened, sorry. But if you've been following our GIT tree, I did attribute you there properly.
oh, so now the cvs tree is only a mirror, the changes take place first in git? sorry if this was already described here, as far as i see the pacman homepage still states the cvs as the master repo thanks, VMiklos -- developer of Frugalware Linux - http://frugalware.org
On 4/23/07, VMiklos <vmiklos@frugalware.org> wrote:
Na Mon, Apr 23, 2007 at 11:44:21AM -0400, Dan McGee <dpmcgee@gmail.com> pisal(a):
I realized after I commited what happened, sorry. But if you've been following our GIT tree, I did attribute you there properly.
oh, so now the cvs tree is only a mirror, the changes take place first in git?
sorry if this was already described here, as far as i see the pacman homepage still states the cvs as the master repo
I thought we had a thread about this a while back. CVS is the 3.0.x branch now (bugfixes only), and we are moving all new development to GIT, which still needs to be set up in a slightly better fashion but we are working on it. At that point we will update the website, which is not really our first priority. It needs an overhaul to be useful. GIT is being used for 3.1.x and future development. A public-facing version of the repository can be fetched from here for now: http://code.toofishes.net/gitprojects/pacman.git/ -Dan
Na Mon, Apr 23, 2007 at 11:57:51AM -0400, Dan McGee <dpmcgee@gmail.com> pisal(a):
CVS is the 3.0.x branch now (bugfixes only), and we are moving all new development to GIT
that's what i've missed, thanks VMiklos -- developer of Frugalware Linux - http://frugalware.org
participants (3)
-
Dan McGee
-
Dan McGee
-
VMiklos