public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeremy Olexa" <darkside@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/darkside:master commit in: dev-util/catalyst/files/, dev-util/catalyst/
Date: Fri,  8 Apr 2011 12:34:20 +0000 (UTC)	[thread overview]
Message-ID: <6ad7024b4f9e0f525d1e78c2a3becd2a67bd8520.darkside@gentoo> (raw)

commit:     6ad7024b4f9e0f525d1e78c2a3becd2a67bd8520
Author:     Jeremy Olexa <darkside <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  8 12:34:00 2011 +0000
Commit:     Jeremy Olexa <darkside <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 12:34:00 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/darkside.git;a=commit;h=6ad7024b

[dev-util/catalyst] Fix patch

---
 dev-util/catalyst/Manifest                         |    2 +-
 ..._stage_target.py-stupify-the-LockDir-call.patch |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-util/catalyst/Manifest b/dev-util/catalyst/Manifest
index eb90567..a29e676 100644
--- a/dev-util/catalyst/Manifest
+++ b/dev-util/catalyst/Manifest
@@ -1,4 +1,4 @@
-AUX 0001-generic_stage_target.py-stupify-the-LockDir-call.patch 1542 RMD160 4ee07876c3db4331676e52744c27d4dc3f5246b8 SHA1 590b525afd59ec6e2254fd5610dec2d0d03f492d SHA256 ec74c54f8553072f10f6a88162c4a70889dadc341b279158e49a6f9b9a5e7987
+AUX 0001-generic_stage_target.py-stupify-the-LockDir-call.patch 1512 RMD160 219572f242e29eeae6f5a5d115ca80680453141b SHA1 41bd132d4c62b6a31fb4114c901dac8a00b2a9e2 SHA256 9de2cc4861feb0526e5c20633c901a2d376169b50fb8a422c17a599494d39800
 DIST catalyst-2.0.6.914.tar.bz2 819758 RMD160 5b4bd8fd35b61a0c1a6c853fca63c7248d2d1f71 SHA1 c4fa97d7c3469c93e38ab83c8f8056cff3a54cf1 SHA256 c20b3d61328807cdd93e5e4e535998f938f1b3fd597eeaec597ab799f2baa7e8
 EBUILD catalyst-2.0.6.914.ebuild 2480 RMD160 2cc5b500e6a5bccd66afaac17fe6d58ad3895e35 SHA1 30e8466c35f2d932536083f4c4a4fcb38cb58532 SHA256 4649e003fee3222b9a6245c6d86f0ae84bdf3d5290f59508303deab28ca36c8b
 MISC ChangeLog 47583 RMD160 d67b764b3126c6a8f51b2433ccb2bb20c0694313 SHA1 cc3a22de9230a3d05cb3f79aca3f651f83839a7e SHA256 0c6e28f146d8c0f433239e37ff946d3701dfe5fda19ee7338b955dfbc8382605

diff --git a/dev-util/catalyst/files/0001-generic_stage_target.py-stupify-the-LockDir-call.patch b/dev-util/catalyst/files/0001-generic_stage_target.py-stupify-the-LockDir-call.patch
index cfa3980..5838ed8 100644
--- a/dev-util/catalyst/files/0001-generic_stage_target.py-stupify-the-LockDir-call.patch
+++ b/dev-util/catalyst/files/0001-generic_stage_target.py-stupify-the-LockDir-call.patch
@@ -19,7 +19,7 @@ index 55baea7..7a7ce0a 100644
  				self.settings["snapshot"]+"/")
  			self.snapcache_lock=\
 -				catalyst_lock.LockDir(self.settings["snapshot_cache_path"])
-+				catalyst_lock.LockDir(self.settings["/tmp"])
++				catalyst_lock.LockDir("/tmp")
  			print "Caching snapshot to "+self.settings["snapshot_cache_path"]
  
  	def set_chroot_path(self):
@@ -28,7 +28,7 @@ index 55baea7..7a7ce0a 100644
  		self.settings["chroot_path"]=normpath(self.settings["storedir"]+\
  			"/tmp/"+self.settings["target_subpath"]+"/")
 -		self.chroot_lock=catalyst_lock.LockDir(self.settings["chroot_path"])
-+		self.chroot_lock=catalyst_lock.LockDir(self.settings["/opt"])
++		self.chroot_lock=catalyst_lock.LockDir("/opt")
  
  	def set_autoresume_path(self):
  		self.settings["autoresume_path"]=normpath(self.settings["storedir"]+\



             reply	other threads:[~2011-04-08 12:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-08 12:34 Jeremy Olexa [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-06-28 18:34 [gentoo-commits] dev/darkside:master commit in: dev-util/catalyst/files/, dev-util/catalyst/ Jeremy Olexa
2012-04-24 14:06 Jeremy Olexa
2011-12-20 15:41 Jeremy Olexa
2011-05-20  4:03 Jeremy Olexa
2011-05-19 22:26 Jeremy Olexa
2011-04-07  3:15 Jeremy Olexa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6ad7024b4f9e0f525d1e78c2a3becd2a67bd8520.darkside@gentoo \
    --to=darkside@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox