/srv/irclogs.ubuntu.com/2015/09/27/#ubuntu-gnome.txt

eliaspsHey everyone, I need some help with packaging for Ubuntu GNOME, since I'm a beginner at this. Anyone has the time to walk me through?02:15
InokiHey to anyone alive here.14:24
felixishello17:24
felixisinoki17:25
eliaspsdarkxst are you here? The build was successful! Now i run debdiff <old_package>.dsc <new-0ubuntu1>.dsc right?18:06
eliaspsworks great too! :D18:08
InokiAnyone here?18:23
eliaspsInoki yean18:23
eliaspsyes*18:23
InokiHey eliasps, maybe you can help. I'm dabbling a bit in code for a reconnect script for the VPN. Would you mind if I sent it to you so you can check if it's correct?18:24
eliaspsSure, although I'm not sure if I can help or not. I'll try.18:25
InokiIt's basic if else, but I've never done it before. I'm just assuming I did it correct.18:25
InokiI've sent the file via IRC, or should I somehow else?18:27
eliaspsIt failed for some reason. Can you use ubuntu pastebin? or send an email at eliasps@ubuntu.com18:27
InokiI'll just use pastebin then, sec,18:28
Inokieliasps: http://pastebin.com/PS7tsmmP18:30
eliaspsI don't know about the essence of the script, but some pointers I could give you is use if, elif, else, fi instead of ifs only, and for the not operator to use "if ! [[...=...]] instead of using !=.18:37
eliaspsI don't know how to test this script in order to give you more specific guidance. Have you run it on your pc?18:37
InokiI've run the initial version that I "forked" it from and that one works. I'll send you the link,18:38
eliaspsKeep to that pastebin link to show it to other people more experienced.18:38
eliaspsOk. Send18:38
Inokihttp://www.gabsoftware.com/tips/automatically-reconnect-to-your-vpn-on-linux/comment-page-1/#comment-5677818:38
InokiI modified it to be able to connect to another server if one fails, but I don't know if I did it right in that case.18:39
InokiAnd I can't really test it because all servers seem to be up atm.18:39
eliaspsuse elif instead of the other ifs.18:39
eliaspsand If you fail on the not operator, use if ! [[ $VPNCON = "*NL2*" ]] instead of if [[ $VPNCON != "*NL2*" ]]18:40
eliaspsBut you won't know for sure until you test it.18:41
Inokikk, thanks!18:41
eliasps:)18:41
eliaspsMaybe you should ask on the #ubuntu-devel channels too, or the #ubuntu18:42
eliaspsAnyone who uploads packages on gnome3-staging ppa here?18:47
eliaspsAnyone who uploads packages on gnome3-staging ppa here? I need some help.20:47
eliaspsGuys, how do i send a package to gnome3-staging ppa for sponsorship/upload?22:32

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!