Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Use https for GitHub URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jahrme committed Apr 10, 2019
1 parent 414cd02 commit 34f35ac
Show file tree
Hide file tree
Showing 10 changed files with 223 additions and 223 deletions.
12 changes: 6 additions & 6 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ ACQUIRING

The Git repository is at

http://github.com/gperciva/gub
https://github.com/gperciva/gub

You can get it by doing

git clone git://github.com/gperciva/gub.git

or download the latest tarball doing

wget http://github.com/gperciva/gub/tarball/master
wget https://github.com/gperciva/gub/tarball/master

GUB home page

Expand Down Expand Up @@ -490,7 +490,7 @@ Get GUB

git clone git://github.com/gperciva/gub.git
or
wget http://github.com/gperciva/gub/tarball/master
wget https://github.com/gperciva/gub/tarball/master

In addition to the requirements for GUB, you need

Expand Down Expand Up @@ -597,7 +597,7 @@ Get GUB

git clone git://github.com/gperciva/gub.git
or
wget http://github.com/gperciva/gub/tarball/master
wget https://github.com/gperciva/gub/tarball/master

Build everything

Expand Down Expand Up @@ -669,7 +669,7 @@ Get GUB

git clone git://github.com/gperciva/gub.git
or
wget http://github.com/gperciva/gub/tarball/master
wget https://github.com/gperciva/gub/tarball/master

In addition to the requirements for GUB, you need

Expand Down Expand Up @@ -727,7 +727,7 @@ the build tools.

See also

http://github.com/gperciva/gub/tree/master/patches
https://github.com/gperciva/gub/tree/master/patches
http://lilypond.org/blog/janneke/gub3-ooo-mingw-cross-build


Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
chroot etch apt-get --force-yes -y install python gcc libc6-dev # minimal
chroot etch apt-get --force-yes -y install g++ # pkg-config
chroot etch apt-get --force-yes -y install file # ugh, configure 2.63 hardcodes: /usr/bin/file
wget -O gub.tar.gz http://github.com/gperciva/gub/tarball/master
wget -O gub.tar.gz https://github.com/gperciva/gub/tarball/master
# (cd /home/janneke/vc/gub && git tar-tree HEAD | gzip -c - > gub.tar.gz)
# cp -pv /home/janneke/vc/gub/gub.tar.gz .
mkdir -p etch/root/vc/gub
Expand Down
2 changes: 1 addition & 1 deletion gub/cross.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def change_target_package (package):

# GUB compatibility problems:
# python: 2.4, import *dbm
# git: wget http://github.com/gperciva/gub/tarball/master
# git: wget https://github.com/gperciva/gub/tarball/master
# librestrict
# GNU make
# GNU tar --strip-component
Expand Down
2 changes: 1 addition & 1 deletion patches/openoffice-srcdir-build.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Subject: [PATCH] GUB3-[mingw-]cross-build: apply openoffice-srcdir-build.patch.

Update and apply patch from GUB3

http://github.com/gperciva/gub/blob/e0a39ff58bf4cbda742391e8bf3c099f8ffdcd01/patches/openoffice-srcdir-build.patch
https://github.com/gperciva/gub/blob/e0a39ff58bf4cbda742391e8bf3c099f8ffdcd01/patches/openoffice-srcdir-build.patch

fixes oot build, ie ./configure'ing of ooo-build with --srcdir.
---
Expand Down
410 changes: 205 additions & 205 deletions web/applications.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web/denemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h2>INSTALLING</h2>
<pre>
git clone git://github.com/gperciva/gub.git
or
wget http://github.com/gperciva/gub/tarball/master
wget https://github.com/gperciva/gub/tarball/master
</pre>

<h3>Build everything</h3>
Expand Down
4 changes: 2 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h2>ACQUIRING</h2>
The Git repository is at

<pre>
http://github.com/gperciva/gub
https://github.com/gperciva/gub
</pre>

You can get it by doing
Expand All @@ -137,7 +137,7 @@ <h2>ACQUIRING</h2>

or download the latest tarball doing
<pre>
wget http://github.com/gperciva/gub/tarball/master
wget https://github.com/gperciva/gub/tarball/master
</pre>

GUB home page
Expand Down
2 changes: 1 addition & 1 deletion web/lilypond.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h2>INSTALLING</h2>
<pre>
git clone git://github.com/gperciva/gub.git
or
wget http://github.com/gperciva/gub/tarball/master
wget https://github.com/gperciva/gub/tarball/master
</pre>

In addition to the requirements for GUB, you need
Expand Down
4 changes: 2 additions & 2 deletions web/links.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ <h1>Links</h1>
<a href="http://codesourcery.com/">codesourcery.com</a><br>
<a href="http://cvs.savannah.gnu.org/viewvc/lilypond/installers/">pre-GUB LilyPond installers</a><br>
<a href="http://emdebian.org">emdebian.org</a><br>
<a href="http://github.com/gperciva/gub/tree/master/gub/specs">GUB build specifications</a><br>
<a href="http://github.com/gperciva/gub/tree/master/patches">GUB patches</a><br>
<a href="https://github.com/gperciva/gub/tree/master/gub/specs">GUB build specifications</a><br>
<a href="https://github.com/gperciva/gub/tree/master/patches">GUB patches</a><br>
<a href="http://lilypond.org/blog/janneke/gub3-ooo-mingw-cross-build">lilypond.org/blog/janneke/gub3-ooo-mingw-cross-build</a><br>
<a href="http://openembedded.org">openembedded.org</a><br>
<a href="http://scratchbox.org">scratchbox.org</a><br>
Expand Down
6 changes: 3 additions & 3 deletions web/oo.o.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h2>INSTALLING</h2>
<pre>
git clone git://github.com/gperciva/gub.git
or
wget http://github.com/gperciva/gub/tarball/master
wget https://github.com/gperciva/gub/tarball/master
</pre>

In addition to the requirements for GUB, you need
Expand Down Expand Up @@ -47,7 +47,7 @@ <h5><a href="http://code.google.com/soc/">GSoC 2009</a></h5>
<p>
Jesús is working together with Fridrich Strba to clean up and update
some of
the <a href="http://github.com/gperciva/gub/tree/master/patches">cross
the <a href="https://github.com/gperciva/gub/tree/master/patches">cross
build and mingw32 patches</a>, while implementing and porting the
missing bits of the mingw32 cross build
to <a href="http://en.opensuse.org/Build_Service">openSUSE's osc build
Expand Down Expand Up @@ -97,7 +97,7 @@ <h3>More examples</h3>

<h3>See also</h3>

<a href="http://github.com/gperciva/gub/tree/master/patches">http://github.com/gperciva/gub/tree/master/patches</a><br>
<a href="https://github.com/gperciva/gub/tree/master/patches">https://github.com/gperciva/gub/tree/master/patches</a><br>
<a href="http://lilypond.org/blog/janneke/gub3-ooo-mingw-cross-build">http://lilypond.org/blog/janneke/gub3-ooo-mingw-cross-build</a><br>

</div>
Expand Down

0 comments on commit 34f35ac

Please sign in to comment.