Skip to content

Commit

Permalink
Invenio v1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Simko <[email protected]>
  • Loading branch information
tiborsimko committed Mar 3, 2015
1 parent db167ac commit 1f44bd5
Show file tree
Hide file tree
Showing 4 changed files with 1,402 additions and 46 deletions.
30 changes: 15 additions & 15 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ About
=====

This document specifies how to build, customize, and install Invenio
v1.1.5 for the first time. See RELEASE-NOTES if you are upgrading
v1.2.0 for the first time. See RELEASE-NOTES if you are upgrading
from a previous Invenio release.

Contents
Expand Down Expand Up @@ -301,13 +301,13 @@ Contents
----------------

$ cd $HOME/src/
$ wget http://invenio-software.org/download/invenio-1.1.5.tar.gz
$ wget http://invenio-software.org/download/invenio-1.1.5.tar.gz.md5
$ wget http://invenio-software.org/download/invenio-1.1.5.tar.gz.sig
$ md5sum -c invenio-1.1.5.tar.gz.md5
$ gpg --verify invenio-1.1.5.tar.gz.sig invenio-1.1.5.tar.gz
$ tar xvfz invenio-1.1.5.tar.gz
$ cd invenio-1.1.5
$ wget http://invenio-software.org/download/invenio-1.2.0.tar.gz
$ wget http://invenio-software.org/download/invenio-1.2.0.tar.gz.md5
$ wget http://invenio-software.org/download/invenio-1.2.0.tar.gz.sig
$ md5sum -c invenio-1.2.0.tar.gz.md5
$ gpg --verify invenio-1.2.0.tar.gz.sig invenio-1.2.0.tar.gz
$ tar xvfz invenio-1.2.0.tar.gz
$ cd invenio-1.2.0
$ ./configure
$ make
$ make install
Expand Down Expand Up @@ -355,19 +355,19 @@ Contents
sources. (The built files will be installed into different
"target" directories later.)

$ wget http://invenio-software.org/download/invenio-1.1.5.tar.gz
$ wget http://invenio-software.org/download/invenio-1.1.5.tar.gz.md5
$ wget http://invenio-software.org/download/invenio-1.1.5.tar.gz.sig
$ wget http://invenio-software.org/download/invenio-1.2.0.tar.gz
$ wget http://invenio-software.org/download/invenio-1.2.0.tar.gz.md5
$ wget http://invenio-software.org/download/invenio-1.2.0.tar.gz.sig

Fetch Invenio source tarball from the distribution server,
together with MD5 checksum and GnuPG cryptographic signature
files useful for verifying the integrity of the tarball.

$ md5sum -c invenio-1.1.5.tar.gz.md5
$ md5sum -c invenio-1.2.0.tar.gz.md5

Verify MD5 checksum.

$ gpg --verify invenio-1.1.5.tar.gz.sig invenio-1.1.5.tar.gz
$ gpg --verify invenio-1.2.0.tar.gz.sig invenio-1.2.0.tar.gz

Verify GnuPG cryptographic signature. Note that you may
first have to import my public key into your keyring, if you
Expand All @@ -379,11 +379,11 @@ Contents
warning that may follow after the signature has been
successfully verified.

$ tar xvfz invenio-1.1.5.tar.gz
$ tar xvfz invenio-1.2.0.tar.gz

Untar the distribution tarball.

$ cd invenio-1.1.5
$ cd invenio-1.2.0

Go to the source directory.

Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ confignice_SCRIPTS=config.nice
SUBDIRS = po config modules

EXTRA_DIST = UNINSTALL THANKS RELEASE-NOTES configure-tests.py config.nice.in \
config.rpath
config.rpath CONTRIBUTING.rst Dockerfile docker-compose.yml


# current MathJax version and packages
Expand Down
Loading

0 comments on commit 1f44bd5

Please sign in to comment.