[02:15] Hey 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? [14:24] Hey to anyone alive here. [17:24] hello [17:25] inoki [18:06] darkxst are you here? The build was successful! Now i run debdiff .dsc .dsc right? [18:08] works great too! :D [18:23] Anyone here? [18:23] Inoki yean [18:23] yes* [18:24] Hey 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:25] Sure, although I'm not sure if I can help or not. I'll try. [18:25] It's basic if else, but I've never done it before. I'm just assuming I did it correct. [18:27] I've sent the file via IRC, or should I somehow else? [18:27] It failed for some reason. Can you use ubuntu pastebin? or send an email at eliasps@ubuntu.com [18:28] I'll just use pastebin then, sec, [18:30] eliasps: http://pastebin.com/PS7tsmmP [18:37] I 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] I don't know how to test this script in order to give you more specific guidance. Have you run it on your pc? [18:38] I've run the initial version that I "forked" it from and that one works. I'll send you the link, [18:38] Keep to that pastebin link to show it to other people more experienced. [18:38] Ok. Send [18:38] http://www.gabsoftware.com/tips/automatically-reconnect-to-your-vpn-on-linux/comment-page-1/#comment-56778 [18:39] I 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] And I can't really test it because all servers seem to be up atm. [18:39] use elif instead of the other ifs. [18:40] and If you fail on the not operator, use if ! [[ $VPNCON = "*NL2*" ]] instead of if [[ $VPNCON != "*NL2*" ]] [18:41] But you won't know for sure until you test it. [18:41] kk, thanks! [18:41] :) [18:42] Maybe you should ask on the #ubuntu-devel channels too, or the #ubuntu [18:47] Anyone who uploads packages on gnome3-staging ppa here? [20:47] Anyone who uploads packages on gnome3-staging ppa here? I need some help. [22:32] Guys, how do i send a package to gnome3-staging ppa for sponsorship/upload?