Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/mockbuild
blob: a3f8fe4e8d150c2972923359d309283512765acf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/sh

SJH="HOME=/ /opt/sugar/sugar-jhbuild"

mock --init
mock --install yum git

mock --shell << EOF
  cd /opt
  git clone git://dev.laptop.org/sugar-jhbuild sugar

  $SJH depscheck -s >/tmp/deps
EOF

mock --shell cat /tmp/deps | xargs mock --install

mock --shell << EOF
  $SJH --no-interact build
EOF