Add Atomic repos to Fedora 19

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
genesys
New Forum User
New Forum User
Posts: 1
Joined: Tue Jul 30, 2013 11:02 am
Location: USA

Add Atomic repos to Fedora 19

Unread post by genesys »

For some reason I am unable to add the Atomic repo to my Fedora 19 system. I've downloaded and ran the script:

Code: Select all

[root@localhost etc]$ wget -q -O - http://www.atomicorp.com/installers/atomic | sh
ln: ‘/etc/system-release’ and ‘/etc/fedora-release’ are the same file

Atomic Archive installer, version 2.0.9

BY INSTALLING THIS SOFTWARE AND BY USING ANY AND ALL SOFTWARE
PROVIDED BY ATOMICORP LIMITED YOU ACKNOWLEDGE AND AGREE:

THIS SOFTWARE AND ALL SOFTWARE PROVIDED IN THIS REPOSITORY IS 
PROVIDED BY ATOMICORP LIMITED AS IS, IS UNSUPPORTED AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL ATOMICORP LIMITED, THE
COPYRIGHT OWNER OR ANY CONTRIBUTOR TO ANY AND ALL SOFTWARE PROVIDED
BY OR PUBLISHED IN THIS REPOSITORY BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
OF THE POSSIBILITY OF SUCH DAMAGE.

Do you agree to these terms? (yes/no) [Default: yes] yes

Configuring the [atomic] yum archive for this system 

Installing the Atomic GPG key: OK
Downloading atomic-release-1.0-16.fc19.art.noarch.rpm: [root@localhost etc]$
But if I check my repos, it's not there...

Code: Select all

[root@localhost etc]$ rpm -q atomic-release
package atomic-release is not installed
[root@localhost etc]$ yum repolist
Loaded plugins: langpacks, refresh-packagekit
repo id                                                     repo name                                                         status
fedora/19/i386                                           Fedora 19 - i386                                                30,446
rpmfusion-free/19/i386                               RPM Fusion for Fedora 19 - Free                        377
rpmfusion-free-updates/19/i386                   RPM Fusion for Fedora 19 - Free - Updates         143
rpmfusion-nonfree/19/i386                          RPM Fusion for Fedora 19 - Nonfree                    185
rpmfusion-nonfree-updates/19/i386              RPM Fusion for Fedora 19 - Nonfree - Updates     128
updates/19/i386                                         Fedora 19 - i386 - Updates                                  8,751
repolist: 40,030
Anyone have any ideas? I'm assuming that Fedora 19 is supported - if you examine the script, it does check for Fedora 19 and 20 which you can see here:

Code: Select all

elif grep -q "Fedora release 19 " /etc/redhat-release ; then
  DIST="fc19"
  DIR=fedora/19
elif grep -q "Fedora release 20 " /etc/redhat-release ; then
  DIST="fc20"
  DIR=fedora/20
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Add Atomic repos to Fedora 19

Unread post by scott »

Give it a shot now. The first package (nginx w/ mod_security) went up to that channel today
Post Reply