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