On Fri, Dec 17, 2010 at 04:20:53PM -0500, Greg Freemyer wrote:
On Fri, Dec 17, 2010 at 2:55 PM, Greg KH <gregkh@suse.de> wrote:
On Fri, Dec 17, 2010 at 02:14:50PM -0500, Greg Freemyer wrote:
sudo zypper ar http://download.opensuse.org/repositories/openSUSE:/Tumbleweed/standard/open... tumbleweed Adding repository 'tumbleweed' [done] Repository 'tumbleweed' successfully added Enabled: Yes Autorefresh: No URI: http://download.opensuse.org/repositories/openSUSE:/Tumbleweed/standard/open...
Wait, "Autorefresh: No"? Turn that to yes, and then see if that solves your issue. Odds are you added it before the git package was added to the repo. Anyway, it needs to be set to refresh to get the correct things as stuff changes.
thanks,
greg k-h
Still something wrong with the tumbleweed repo from my perspective.
I've disabled all my repos except update and tumbleweed. Tumbleweed is set to autorefresh.
sudo zypper lr root's password: # | Alias | Name | Enabled | Refresh --+-----------------------------+-----------------------------+---------+-------- 1 | KDE:Release:45 | KDE:Release:45 | No | Yes 2 | Main_Repository_(DEBUG) | Main Repository (DEBUG) | No | Yes 3 | Packman_Repository_1 | Packman Repository | No | Yes 4 | openSUSE-11.3_Contrib | openSUSE-11.3 Contrib | No | Yes 5 | openSUSE_11.3_KDE_Extras_45 | openSUSE_11.3_KDE_Extras_45 | No | Yes 6 | repo-11.3-oss | openSUSE-11.3 OSS | No | No 7 | repo-11.3-update | openSUSE-11.3 Updates | Yes | Yes 8 | tumbleweed | tumbleweed | Yes | Yes
Tumbleweed looks fine I think per the detail listing
sudo zypper lr 8 Alias : tumbleweed Name : tumbleweed URI : http://download.opensuse.org/repositories/openSUSE:/Tumbleweed/standard/open... Enabled : Yes Priority : 99 Auto-refresh : On Keep Packages : Off Type : NONE GPG Check : On GPG Key URI : Path Prefix : Parent Service : MD Cache Path : /var/cache/zypp/raw/tumbleweed
Then I tried to remove git altogether:
sudo zypper rm git Retrieving repository 'tumbleweed' metadata [error] Repository 'tumbleweed' is invalid. [|] Repository type can't be determined. Please check if the URIs defined for this repository are pointing to a valid repository. Warning: Disabling repository 'tumbleweed' because of the above error. Loading repository data... Reading installed packages... Resolving package dependencies...
The following packages are going to be REMOVED: git guilt
2 packages to remove. After the operation, 85.0 KiB will be freed. Continue? [y/n/?] (y): Removing guilt-0.32-4.29 [done] Removing git-1.7.1-1.14 [done]
== Note the error where it says the tumbleweed repo is invalid and is being disabled.
What does the /etc/zypp/repos.d/tumbleweed.repo file contain? Mine looks like the following: [tumbleweed] name=tumbleweed enabled=1 autorefresh=1 baseurl=http://download.opensuse.org/repositories/openSUSE:/Tumbleweed/standard/ path=/ type=rpm-md keeppackages=0 thanks, greg k-h -- To unsubscribe, e-mail: opensuse-project+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-project+help@opensuse.org