search for: repodir

Displaying 5 results from an estimated 5 matches for "repodir".

Did you mean: reposdir
2017 Nov 29
1
[PATCH] builder: use the template arch when caching all templates
...th this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +set -e + +$TEST_FUNCTIONS +skip_if_skipped + +tmpdir="$(mktemp -d)" +echo "tmpdir= $tmpdir" +reposdir="$tmpdir/virt-builder/repos.d" +repodir="$tmpdir/repo" +indexfile="$repodir/index" +cachedir="$tmpdir/cache" + +mkdir -p "$reposdir" +mkdir -p "$repodir" + +# Create some fake images. +img1_path="$repodir/img1.raw" +img1_size=10485760 # 10G +qemu-img create -f raw "$img1_p...
2017 Mar 03
2
imaging a drive with dd
On 03/02/2017 08:53 PM, Warren Young wrote: > On Mar 2, 2017, at 6:36 PM, Robert Moskowitz <rgm at htt-consult.com> wrote: >> I want to image the drive at various 'checkpoints' so I can go back and redo from a particular point? >> what dd params work? >> >> dd if=/dev/sdb of=os.img bs=1M count=3210 > That looks plausible. (I haven?t verified your count
2017 Mar 03
0
imaging a drive with dd
...r 2, 2017, at 7:04 PM, Robert Moskowitz <rgm at htt-consult.com> wrote: > > On 03/02/2017 08:53 PM, Warren Young wrote: >> Why reinvent the wheel? > > This is Centos7-armv7. Not all the tools are there. btrfs and LVM2 appear to be built: https://armv7.dev.centos.org/repodir/c71611-pass-1/btrfs-progs/4.4.1-1.el7/armv7hl/ https://armv7.dev.centos.org/repodir/c71611-pass-1/lvm2/2.02.166-1.el7/armv7hl/ That?s the userland tools for both. The rest is in the kernel, so you?d need to ensure that the appropriate drivers are built and installed.
2013 Jun 08
4
"Virtual hosts" for ssh
It'd be very cool if ssh supported something like Apache "virtual hosts". This would make it much more viable to host multiple installs of git on the same server, for example. More details: On the remote server, ssh already sets some environment variables: > printenv | grep SSH SSH_CLIENT=192.168.1.18 50945 22 SSH_TTY=/dev/pts/1 SSH_CONNECTION=192.168.1.18 50945 192.168.1.1 22
2014 Apr 24
1
50% performance of custom R build compared to PPA R for a command
...D=/usr/bin/zip R_PRINTCMD=/usr/bin/lpr LIBnn=lib AWK=/usr/bin/awk CC="gcc" CFLAGS="-ggdb -pipe -std=gnu99 -Wall -pedantic" CXX="g++" CXXFLAGS="-ggdb -pipe -Wall -pedantic" FC="gfortran" F77="gfortran" MAKE="make -j$NJOBS" "${repoDir}/configure" --prefix=/usr/local/lib/R-devel --enable-R-shlib --with-blas --with-lapack --with-readline --without-recommended-packages > ../build-logs/configure 2>&1 I'm using R-devel updated to today's revision but I compiled a version from a year ago and had the same perfor...