gitso

gitso Commit Details


Date:2012-09-26 20:32:59 (12 years 2 months ago)
Author:herr.biber
Branch:master
Commit:dbbe1c7b6ec67d1061f211b22a524e2eebf57141
Parents: d75a2dfa92c6b7d0a6cee45963865f0287ba00f2
Message:New version 0.6.2.

Updated changelog.
Cleanup filenames.
Build of .deb and .tar.gz in parent now.
Changes:

File differences

gitso/trunk/debian/changelog
1
2
3
4
5
6
7
8
9
10
11
12
113
214
315
gitso (0.6.2) precise; urgency=low
* Cleaned up .deb creation.
* Remove CHANGELOG.txt.
* Make gitso executable.
* Added homepage to .deb control file.
* Changed vncviewer dependency to xtightvncviewer.
* Fix package name in linux changelog.
* Added 8 bit color compression.
-- Markus Roth <markus.roth@herr-biber.de> Thu, 27 Sep 2012 03:06:54 +0200
gitso (0.6) karmic; urgency=low
* Complete rewrite of process management.
gitso/trunk/makegitso.sh
3737
3838
3939
40
4140
4241
4342
......
5352
5453
5554
56
57
55
56
5857
5958
6059
......
201200
202201
203202
204
205
206
207
208
209
203
204
205
206
207
208
210209
211210
212211
......
228227
229228
230229
231
230
232231
233232
234
233
235234
236235
237
236
238237
239238
240239
......
308307
309308
310309
311
310
312311
313312
314313
......
339338
340339
341340
342
341
343342
344343
345
344
346345
347346
348347
......
357356
358357
359358
360
359
361360
362361
363362
rm -rf $OSX_BUILD_DIR
rm -rf $RPM_BUILD_DIR
rm -rf $DEB_BUILD_DIR
rm -rf $DEB_TARGZ_PATH
rm -rf $P/*.bz2
rm -rf $P/*.tar
mkdir -p $TMP_PKG/trunk/
cp -r ./ $TMP_PKG/trunk/
find $TMP_PKG/trunk -name ".svn" -exec rm -rf {} 2>&1 > /dev/null ';' 2>&1 > /dev/null
mv $TMP_PKG/trunk $TMP_PKG/gitso-0.6
tar -cj -C $TMP_PKG/ gitso-0.6 > $P/$SRC
mv $TMP_PKG/trunk $TMP_PKG/gitso-0.6.2
tar -cj -C $TMP_PKG/ gitso-0.6.2 > $P/$SRC
rm -rf $TMP_PKG
}
##
# Initialize values
############################
DMG_OSX_106="Gitso_0.6_mac_SnowLeopard.dmg"
DMG_OSX_105="Gitso_0.6_mac_Leopard.dmg"
DEB="gitso_0.6_all.deb"
TARGZ="gitso_0.6_all.tar.gz"
SRC="gitso_0.6_src.tar.bz2"
RPM="gitso-0.6-1.i586.rpm"
DMG_OSX_106="Gitso_0.6.2_mac_SnowLeopard.dmg"
DMG_OSX_105="Gitso_0.6.2_mac_Leopard.dmg"
DEB="../gitso_0.6.2_all.deb"
TARGZ="../gitso_0.6.2_all.tar.gz"
SRC="gitso_0.6.2_src.tar.bz2"
RPM="gitso-0.6.2-1.i586.rpm"
RPMOUT=""
OSX_BUILD_DIR=`pwd`"/dist"
CLEAN="no"
elif test "${param}" = "--fedora"; then
RPMNAME="fedora"
RPMOUT="gitso_0.6-1_fedora.i386.rpm"
RPMOUT="gitso_0.6.2-1_fedora.i386.rpm"
elif test "${param}" = "--centos"; then
RPMNAME="centos"
RPMOUT="gitso_0.6-1_centos.i386.rpm"
RPMOUT="gitso_0.6.2-1_centos.i386.rpm"
elif test "${param}" = "--opensuse"; then
RPMNAME="opensuse"
RPMOUT="gitso_0.6-1_opensuse.i586.rpm"
RPMOUT="gitso_0.6.2-1_opensuse.i586.rpm"
elif test "${param}" = "--source"; then
USESRC="yes"
else
# RPM version of Gitso
if [ "$RPMNAME" = "fedora" ]; then
SPEC="gitso_rpm_fedora.spec"
# yum --nogpgcheck install gitso_0.6-1_fedora.i386.rpm
# yum --nogpgcheck install gitso_0.6.2-1_fedora.i386.rpm
elif [ "$RPMNAME" = "opensuse" ]; then
SPEC="gitso_rpm.spec"
elif [ "$RPMNAME" = "centos" ]; then
if [ "$RPMNAME" = "fedora" ]; then
rpmbuild -ba $TMP/$SPEC
elif [ "$RPMNAME" = "opensuse" ]; then
export RPM_BUILD_ROOT="$HOME/rpmbuild/BUILDROOT/gitso-0.6-1.i386"
export RPM_BUILD_ROOT="$HOME/rpmbuild/BUILDROOT/gitso-0.6.2-1.i386"
rpmbuild -ba --buildroot=$RPM_BUILD_ROOT $TMP/$SPEC
elif [ "$RPMNAME" = "centos" ]; then
export RPM_BUILD_ROOT="$HOME/rpmbuild/BUILDROOT/gitso-0.6-1.i386"
export RPM_BUILD_ROOT="$HOME/rpmbuild/BUILDROOT/gitso-0.6.2-1.i386"
rpmbuild -ba --buildroot=$RPM_BUILD_ROOT $TMP/$SPEC
fi
if [ "$CLEAN" = "yes" ]; then
echo -e "Cleaning up...."
rm -rf $RPM_BUILD_DIR
debuild clean
dpkg-buildpackage -tc -us -uc -d -b
rm -rf $DEB_TARGZ_PATH
find . -name "*.pyc" -exec rm {} ';'
echo -e " [done]\n"

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05412s using 13 queries.