gnewsense-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gNewSense-users] Builder, SVN and outages


From: Kevin Dean
Subject: Re: [gNewSense-users] Builder, SVN and outages
Date: Sun, 8 Jul 2007 05:06:20 -0400

Oh, oh well, I saw the bug was still open and took a crack at it. :)

Basically, my rehash of gnome-app-install removes the "Commercial" box
entirely, and redoes the tooltip. There is a mention of Canonical Ltd
in it, in regard to their lack of support. I figure that should have
been removed as well.

http://www.foreverdean.info/kevin/images/screenshots/gnome-app-install.png

Is a quick illustration.

The important thing, really, is that this bug has already been
corrected, but it seems that the fix has not made it to the repos
yet... I made my edits to source grabbed today.

Since the fix is in Builder, would it be possible to push this change?
Then we can finally close the bug. :)

-Kevin

On 7/8/07, Karl Goetz <address@hidden> wrote:
Kevin Dean wrote:
> I'm 90% done with closing bug #00075 on the Gnome version and I
> believe the KDE version will be as easy but I am unable to checkout
> Builder using the SVN, and as such, can not automate the changes.
>

hm... i thought i had fixed this. dont know if it will help you, but
heres the builder i did for gnome.
kk

Sorry about making you redo work... but you've probably done better job
then me anyway ;)

> This is the third time in about 4 days that when I attempt to checkout
> Builder, it is down.
>

It does seem a bit unstable, yes

> I also see that it is hosted off of our server. Would it be possible
> to migrate the SVN to somewhere a bit more reliable, find a way to
> make nightly snapshots of Builder or do something to ensure that
> Builder is accessible?
>
> Are there gratis SVN services availible, can the FSF offer this?
>
> -Kevin Dean


address@hidden:~/TestingGrounds/Builder$ svn diff gen-gnome-app-install
Index: gen-gnome-app-install
===================================================================
--- gen-gnome-app-install       (revision 140)
+++ gen-gnome-app-install       (working copy)
@@ -17,6 +17,9 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301 USA
 #

+# Used to autodetect dependancies:
+#-gnome-app-install
+
 set -ex

 . config
@@ -30,8 +33,20 @@

 fgrep -lr X-AppInstall-Section=multiverse menu-data
menu-data-additional | xargs -r rm

-dch -D $RELEASE -v $(sed  -n
'1s#^.*(\(.*\)).*#\1'${DISTRONAME_L}${GNOME_APP_INSTALL_VERSION}'#p'
debian/changelog)  "Removed multiverse packages"
+# Removed as per Brians request.
+# sed -i -e "s/app-install-data-commercial//g" debian/control

+sed -i -e "s/val =
self.config.get_bool(\"\/apps\/gnome-app-install\/show_unsupported\")/\#val
=
self.config.get_bool(\"\/apps\/gnome-app-install\/show_unsupported\")/g"
AppInstall/AppInstall.py
+sed -i -e "s/if val == True or val == False:/\#if val == True or val ==
False:/g" AppInstall/AppInstall.py
+sed -i -e
"s/self.checkbutton_show_unsupported.set_active(val)/\#self.checkbutton_show_unsupported.set_active(val)/g"
AppInstall/AppInstall.py
+sed -i -e "s/self.menu.show_unsupported =
val/\#self.menu.show_unsupported = val/g" AppInstall/AppInstall.py
+sed -i -e "s/val =
self.config.get_bool(\"\/apps\/gnome-app-install\/show_proprietary\")/\#val
=
self.config.get_bool(\"\/apps\/gnome-app-install\/show_proprietary\")/g"
AppInstall/AppInstall.py
+sed -i -e "s/if val == True or val == False:/if val == True or val ==
False:/g" AppInstall/AppInstall.py
+sed -i -e
"s/self.checkbutton_show_proprietary.set_active(val)/\#self.checkbutton_show_proprietary.set_active(val)/g"
AppInstall/AppInstall.py
+sed -i -e "s/self.menu.show_proprietary =
val/self.menu.show_proprietary = val/g" AppInstall/AppInstall.py
+
+dch -D $RELEASE -v $(sed  -n
'1s#^.*(\(.*\)).*#\1'${DISTRONAME_L}${GNOME_APP_INSTALL_VERSION}'#p'
debian/changelog)  "Removed multiverse packages. Also remove tickboxes
to enable/disable universe and commercial"
+
 dpkg-buildpackage -rfakeroot -us -uc
 cd ..
 reprepro -Vb $REPODST include $RELEASE gnome-app-install*.changes



--
Karl Goetz
User of gNewSense: Free as in Freedom - http://www.gnewsense.org
Australian Ubuntu users team - http://wiki.ubuntu.com/AustralianTeam
User of Debian, The Universal Operating System - http://www.debian.org







reply via email to

[Prev in Thread] Current Thread [Next in Thread]