The repository tag has no wiki summary.
2
votes
2answers
25 views
Remove All Repositories - CentOS (Can't Download Normal Stuff Anymore)
Any time I do yum install ___, what used to be normally accessible is no longer so.
I think it is because of an installed repository causing the issue.
How do I remove all repositories?
0
votes
2answers
93 views
Upgrading to PHP 5.2+ in CentOS 5.7 64 bit? How easiest?
I think this is the first question I should have asked.
5.1 is the default on CentOS 5.7. I figured I would upgrade to 5.3, but ran into a dead end when php53-mhash and php53-pear were not available ...
3
votes
3answers
93 views
Creating an efficient work flow for developers
I need some ideas on how our work flow compares to some others. We have a single developer that works on our marketing website and she knows how to code and that's about it (no source control ...
2
votes
3answers
254 views
Enabling apt-get on a default Amazon EC2 instance which has yum installed
I'd like to call something like:
sudo yum install apt
to enable me to use apt-get as well as yum for installation.
However this doesn't work. I get the following back:
Loaded plugins: ...
0
votes
0answers
220 views
apt-get install from ppa.launchpad.net repository
Some time ago I installed zfs from ppa.launchpad.net repository for Ubuntu Server Oneric 11.10 by
add-apt-repository ppa:zfs-native/stable
apt-get update
apt-get install spl-linux ubuntu-zfs ...
1
vote
0answers
25 views
Dedicated Debian Package Server
We've got a series of debs for different projects and different environments to install them in: dev, build/test qa (less formal), qa (formal), and production.
I would really like to create a system ...
0
votes
2answers
54 views
Using a self-signed SSL cert for an HTTPS-based internal APT repository
I've set up a Debian repository (Ubuntu actually) for internal use with some private packages, and now want to make it available over the web to some specific servers. I would like apt-get / aptitude ...
-1
votes
2answers
60 views
How to install package with yum without updating?
I want to install some packages from repository but always when I'm trying to yum install packagename yum updates db:
Loaded plugins: fastestmirror, langpacks, presto, refresh-packagekit
Determining ...
0
votes
0answers
35 views
Weird issue while creating a repositorie in a LUN with Oracle VM
I have a problem creating an environment with two servers with Oracle VM Server 3.02 installed, one machine with Oracle VM Manager 3.02 and two LUN (500 GB each) presented to the servers.
In the ...
0
votes
1answer
79 views
Build RPM from DRPM on Fedora Linux
I am creating a private Fedora Linux mirror (os & updates repositories of RPMS and DRPMS). Of course, I'm doing that using rsync and everything is working well... except that I'm using a very slow ...
1
vote
0answers
24 views
Oracle SOA repository migration
Does anybody know whether it is possible to migrate Oracle SOA repository from a simple Oracle database to Oracle RAC?
Thanks
1
vote
3answers
99 views
Best way to clean up Yum repository?
We have a custom Yum repo that our developers upload builds to.
The problem is that after some time it becomes cluttered with old versions.
Removing the old versions manually is quite annoying, so ...
0
votes
2answers
29 views
Use git commands with another path rather than the actual working dir
When using git add . uses the actual path where you're (incase is a git repo). How would I do for using git add, git commit and git push' outside of the working dir? Likegit add ...
0
votes
1answer
77 views
How to get support from GitHub?
To get this out of the way, I'm an established GitHub user. My configs are set and certs are in place. I can continue to push, pull, clone from GitHub normally.
I created a new repo on the site (a ...
0
votes
2answers
95 views
installing php/apache from source
I've just made a new instance via AWS EC2 - opting for the most recent stable release of ubuntu - 11.04. I now need to install the latest versions of PHP and Apache. I've run an apt-get update etc..
...
0
votes
1answer
24 views
Cannot Successfully Checkout SVN Repo
I cannot check out my SVN repository. I think I have my config file written correctly:
# <!-- Begin SVN Config -->
<VirtualHost *:80>
Alias svn /
ServerName ...
0
votes
1answer
47 views
Svn commit failed but didn't fail
Alright so here's my problem. I have an svn server I setup on my site. I have it setup so that only authorized people can read/write it. So I can successfully checkout my repository, and whenever I ...
0
votes
0answers
34 views
remove old versions of a package from launchpad ppa repository
I have a ppa on launchpad in which I offer binary packages for my open source software. I upload the source packages and launchpad builds binaries for x64 and 386. When I have an update I just upload ...
0
votes
2answers
185 views
How to set up a public Git repository in Unix
I've set up a number of private repos where I commit via SSH but I'm having problems setting up a public one. Here's what I've done so far:
Log into my server via ssh
$ cd public_html/repos/
$ mkdir ...
0
votes
3answers
523 views
How do I remove a repository of yum
When I search for a package in yum(centos 6), it tries to search in a repro named 'c6-media'
And it gives a bunch of errors as follows
file:///media/CentOS/repodata/repomd.xml: [Errno 14] Could not ...
2
votes
3answers
863 views
CentOS 5.7 - Cannot retrieve repository metadata
I got this strange error today and I'm not able to fix it:
root@server# yum -y update
Loaded plugins: allowdowngrade
YumRepo Error: All mirror URLs are not using ftp, http[s] or file.
Eg. ...
4
votes
2answers
185 views
Can we install Natty package into Lucid?
I'm using Ubuntu Lucid. Due to some reasons, I'm not allowed to upgrade the OS.
I need to use the latest version of a software, with version number > 2.5.x. However, when I check the software repo ...
1
vote
2answers
72 views
What is the difference between the base and updates repo in CentOS?
When I do a yum check-update on a CentOS machine, I see that some updates are from the base repo, and some from the updates repo. Can anyone tell me what the difference between the two are? I have ...
0
votes
0answers
106 views
A repository was not found at the specified path
I am using reviewboard 1.5.5 on fedora 14
when I try to add my repository
e.g. "https://www.something.com/something/"
it displays following
A repository was not found at the specified path
error ...
0
votes
1answer
56 views
Create svn repository on CentOS 5.5
I want to create a svn repository on CentOS 5.5 and connect to it with TortoiseSVN.
I tried many ways. The last one was this (logged in as root):
# mkdir /home/me/myrepo/
# svnadmin create ...
-1
votes
1answer
139 views
Ubuntu 10 repositories help
Looks like not all the files on my repositories any more as you see below.
Failed to fetch ...
1
vote
2answers
221 views
Adding a yum repo with puppet - Error 400 on SERVER: Invalid parameter enable at curly bracket?
I'm trying to automate some tasks when receiving a new server. The first thing is adding some yum repos.
My /etc/puppet/modules/repo/manifests/init.pp:
1 class repo {
2 file { ...
4
votes
1answer
56 views
Managing myriad package repositories
On testing, development, and some other server and workstation environments, I use a variety of package repositories (with CentOS, for example, these include: remi, epel, rpmforge, jpackage, and ...
0
votes
2answers
136 views
Subversion on Ubuntu with multiple repositories and separate commits
When I first set up SVN on my server, I opted for the WebDAV http://... access method. However, I could not find out how to enable multiple repositories with this configuration. With this method, any ...
6
votes
1answer
325 views
Can I have two versions of the same package in an apt repository?
I'm running Ubuntu 10.04 across my entire environment. To make code deploys easier, we are implementing a private apt repository where we can deploy builds of our code.
One of the requirements of ...
0
votes
1answer
200 views
Ubuntu kernel downgrade
Is there a way to downgrade Ubuntu kernel version by using apt-get package management tools? Is there Ubuntu repository with older kernel versions available?
There are HW specific reasons I need to ...
0
votes
2answers
271 views
CentOS Repo on RHEL 5.6?
Does anyone know how to setup the CentOS repositories to work under RHEL 5.6? Please be specific if possible.
0
votes
2answers
87 views
Pull GitHub Repository into /var/www
I have a private GitHub repo that I'd like to setup my testing server (LAMP) to automatically pull/fetch the files in the master branch and put them in my web root (/var/www).
Wouldn't it be possible ...
3
votes
1answer
2k views
Gitolite clone not working as intended
I am running a Debian system, and have recently installed gitolite using the DEB package.
Here is my problem:
I have tried to clone the gitolite-admin.git repository (which is used for configuring ...
0
votes
1answer
50 views
Create new git repos from exist git cloned project
I have some repos cloned from http://drupal.org/project/
For work behind firewall, I want to import these cloned project to my local git server. How can I do that?
1
vote
1answer
327 views
FUSE >= 2.8.4 RPM for CentOS
Is there a known source for CentOS RPMs that provides FUSE version 2.8.4 or later? The latest I can find is 2.7.4 from EPEL.
0
votes
0answers
82 views
Setup a remote FTP as a remote Maven repository?
We've been working with maven for quite some time now, and we are trying to take it to the next level...
There are a couple of Jars, that we would like to allow access to people in our organization ...
0
votes
1answer
85 views
Gitosis & an existing repository
I've successfully installed Gitosis. I added a repositories to it. However the Gitosis docs are very sparse, so I have a question:
I've got a working copy of some repository on the same machine where ...
0
votes
1answer
259 views
php 5.2 repository
I'm quite a noob at configuring servers. Anyway, I'm running CentOS 5 and I've been meaning to install the php-xml package for my PHP 5.2.17. This server runs proprietary software which requires PHP ...
2
votes
3answers
744 views
list all packages from a repository in ubuntu / debian
is there a command to see what packages are available from a certain ppa repository?
0
votes
1answer
72 views
Using signed debian packages for internal repository
We are using an internal debian repository for backports and internal software.
We chose reprepro to manage the repository, and we sign source packages (with debsign) so that the repository accepts ...
0
votes
1answer
314 views
Specify ubuntu repository from which a package is installed?
I want to install ffmpeg from mediubuntu. I've installed the repository per the instructions on:
http://medibuntu.org/repository.php
My conf.d repository listing:
/etc/apt/sources.list.d# less ...
0
votes
1answer
224 views
php-pgsql error in centOS
When trying to run:
yum --enablerepo=remi install php-pgsql
I got the following error, why is this?
Error: Missing Dependency: php-common = 5.3.5-1.el5.remi.1 is needed by package ...
0
votes
2answers
200 views
How to get the latest version of git-core on debian lenny
I'm trying to update my version of git that I'm using on the debian 5.0 lenny webserver (from 1.5 in the default package repository to at least 1.7 in the latest stable updates, according to the ...
0
votes
1answer
65 views
HTTP Repository(ies) for RedHat EL
FTP is completely disabled on our network due to security. No inbound or outbound ftp is allowed.
I just created a new install of RHEL on one of our systems, and the only two repositories (official) ...
0
votes
2answers
344 views
SLES 11 SDK repositories
is there a way to add SLES 11 SDK repositories without having to download and burn the ISO ?
2
votes
3answers
304 views
Debian apt-get repository
We have our own internal package repository hosted on a webserver running apache.
Internal users who want to install one of these packages point these sources.list to the webserver & do a apt-get ...
0
votes
0answers
228 views
Merging Two Git Repositories with branches
I realize there's a Stack Overflow question: http://stackoverflow.com/questions/277029/combining-multiple-git-repositories
But I haven't found git-stitch-repo to be quite the tool I'm looking for.
I ...
1
vote
1answer
352 views
SmartSVN - Unable to create new repository profile
I have just installed SmartSVN on this fedora system.
The application starts (on running ./smartsvn.sh) with its usual UI but many things are not working.
Creating New repository profile
Trying to ...
1
vote
1answer
97 views
How can I use SVN on my hosted server to keep track of my php projects?
I write a lot of code from random projects but I never keep track of the version or changes. Ive used SVN enough that I feel like I should start keeping repositories of my code, but I dont know how to ...