Article 5AXGR 32 bit vs Git My thought.

32 bit vs Git My thought.

by
lovemeslk
from LinuxQuestions.org on (#5AXGR)
Weird label. Who really needs 32 bit.
Then let them build it.
Fact is time for Pat to keep source on a server.
Fact is time is part of time is space.
fact is 90 percent of code is one or another git.
Create your "source" git Pat.
Your build scripts git pull and tar then build.
Been doing it for years.
Code:if [ -f $CWD/$PRGNAM-$VERSION.tar.xz ]; then
echo $PRGNAM-$VERSION.tar.xz built
else
git clone https://github.com/$PRGNAMREPO/$PRGNAM.git
cd $CWD/$PRGNAM
git checkout v$VERSION
cd $CWD
mv $PRGNAM $PRGNAM-$VERSION
tar cJvf $PRGNAM-$VERSION.tar.xz $PRGNAM-$VERSION
rm -rf $PRGNAM-$VERSION
fiThis is how I kept up with Alien Bob Ktown and used newer libraries.
This is how admin many of my builds.
Create a Git Source folder and like google been doing for years.
You can even pull the launchpad way in.
it is still your source blob that can be move forward and back.
And then you can charge for a source DVD bro.
Your killing your self Pat.
Your shoveling snow in a blizzard bro.
Stable current source and testing source.

when I seen this
Code:VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}I said omg this guy loves work get him some glasses.
Git ready it is a tool
How many floppies do you need when we actually live in the internet.
Download speeds we are already paying for it.
But your work can be forked and thousands can push and pull into you.
Last time I used a Real to Real was 1978.
time is now.

Code:mkdir source
cd source git initdrop yourCode: a ap d e f k kde kdei l n t tcl x xap xfce yMinus the tarballs.
And then it would be under 7 gigs for a dvd 32 bit and 64.
your source already have changes with patches .
My thoughts.
for a note
Code:PKGNAM=libappindicator
VERSION=${VERSION:-12.10.1}
BRANCH=$(echo $VERSION | cut -b 1-5)
BUILD=${BUILD:-1}

NUMJOBS=${NUMJOBS:-" -j4 "}

CWD=$(pwd)
TMP=${TMP:-/tmp}
PKG=$TMP/package-$PKGNAM

if [ -f $CWD/$PKGNAM-$VERSION.tar.gz ]; then
echo $PKGNAM-$VERSION.tar.gz built
else
wget -c https://launchpad.net/$PKGNAM/$BRANCH/$VERSION/+download/$PKGNAM-$VERSION.tar.gz
fiPut it in your source.
World is one big link.latest?d=yIl2AUoC8zA latest?i=aVEavRKmqR0:UF3dO8uQaz0:F7zBnMy latest?i=aVEavRKmqR0:UF3dO8uQaz0:V_sGLiP latest?d=qj6IDK7rITs latest?i=aVEavRKmqR0:UF3dO8uQaz0:gIN9vFwaVEavRKmqR0
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments