summaryrefslogtreecommitdiffstats
path: root/devel/git/DETAILS
blob: 8164eef5f7d03632c5247f09cf7d9ecc53507799 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
           SPELL="git"
         VERSION="2.11.1"
     SOURCE_HASH="sha512:c9d4196ad9c4f656b5a25fe688c06248bfce4fadac38e9bc835e5e9063ab95e3d4b3db4174acea0b3b64c5455adc93d39870f2b6009d2dd6aa0edb5a5f5bda40"
  SECURITY_PATCH="5"
          SOURCE="${SPELL}-${VERSION}.tar.xz"
#        SOURCE2="${SOURCE}.sign"
#     SOURCE_GPG="kernel.gpg:${SOURCE}.sign:UPSTREAM_KEY"
         GIT_URI="${KERNEL_URL}/pub/software/scm/git"
      SOURCE_URL="${GIT_URI}/${SOURCE}"
#    SOURCE2_URL="${GIT_URI}/${SOURCE2}"
# SOURCE2_IGNORE="signature"
if [[ "${GIT_DOC}" == "manpages" || "${GIT_DOC}" == "both" ]]; then
         SOURCE3="${SPELL}-manpages-${VERSION}.tar.xz"
#        SOURCE4="${SOURCE3}.sign"
#    SOURCE3_GPG="kernel.gpg:${SOURCE3}.sign:UPSTREAM_KEY"
    SOURCE3_HASH="sha512:ffa197ed163031f14882f85124399a7de3b1cadee089cb3d85a6b936215b23243102fd99fdf877f0a8b9d660711e994022cce8893ae27c0295a12dceb41c7f6b"
     SOURCE3_URL="${GIT_URI}/${SOURCE3}"
#    SOURCE4_URL="${GIT_URI}/${SOURCE4}"
# SOURCE4_IGNORE="signature"
fi
if [[ "${GIT_DOC}" == "htmldocs" || "${GIT_DOC}" == "both" ]]; then
         SOURCE5="${SPELL}-htmldocs-${VERSION}.tar.xz"
#        SOURCE6="${SOURCE5}.sign"
#    SOURCE5_GPG="kernel.gpg:${SOURCE5}.sign:UPSTREAM_KEY"
    SOURCE5_HASH="sha512:dee37cfa0870f7289c66c3c58bb86d01324bfd30f4d4a05dedebef98ddb38339c7937bb2caee0e1d35ef579de414e5f280d5fd9f48fb427f497fe2f7d62f7d2a"
     SOURCE5_URL="${GIT_URI}/${SOURCE5}"
#    SOURCE6_URL="${GIT_URI}/${SOURCE6}"
# SOURCE6_IGNORE="signature"
fi
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
      LICENSE[0]="GPL"
        WEB_SITE="http://git-scm.com/"
        KEYWORDS="scm devel"
         ENTERED="20050506"
           SHORT="SCM used by the kernel developers"
            DOCS="$DOCS Documentation"
cat << EOF
This is the Source Code Management system that kernel.org uses for the linux
kernel, the reason for this move was because they were using bitkeeper (a
non-GPL scm) and had a special licence to use it, however the plug was pulled
from bitkeeper and linus was forced to find something else.

So I just wanted to say that I'm personally very happy with BK, and with Larry.
It didn't work out, but it sure as hell made a big difference to kernel
development. And we'll work out the temporary problem of having to figure out
a set of tools to allow us to continue to do the things that BK allowed us to
do.
Let the flames begin.
-Linus
EOF