*** wbrady has joined #schooltool | 00:44 | |
*** lisppaste5 has quit IRC | 01:39 | |
*** lisppaste5 has joined #schooltool | 01:51 | |
*** lisppaste5 has quit IRC | 02:03 | |
*** lisppaste5 has joined #schooltool | 02:05 | |
*** lisppaste5 has quit IRC | 02:30 | |
*** lisppaste5 has joined #schooltool | 02:35 | |
*** lisppaste5 has quit IRC | 02:45 | |
*** wbrady has quit IRC | 03:10 | |
*** wbrady has joined #schooltool | 05:53 | |
*** wbrady has quit IRC | 06:04 | |
*** th1a has quit IRC | 06:04 | |
*** wbrady has joined #schooltool | 06:05 | |
*** th1a has joined #schooltool | 06:05 | |
*** th1a has quit IRC | 06:07 | |
*** wbrady has quit IRC | 06:07 | |
*** th1a has joined #schooltool | 06:21 | |
*** alga has joined #SchoolTool | 09:58 | |
*** mgedmin has joined #schooltool | 09:59 | |
*** mgedmin has quit IRC | 10:44 | |
*** didymo has joined #schooltool | 11:54 | |
*** didymo has quit IRC | 11:56 | |
*** mgedmin has joined #schooltool | 12:09 | |
*** didymo has joined #schooltool | 12:15 | |
*** didymo has quit IRC | 12:17 | |
*** didymo has joined #schooltool | 12:39 | |
*** ignas has joined #schooltool | 12:42 | |
*** didymo has quit IRC | 13:01 | |
*** alga has quit IRC | 13:28 | |
*** alga has joined #SchoolTool | 14:04 | |
*** eldar has joined #schooltool | 14:18 | |
*** wbrady has joined #schooltool | 15:15 | |
*** wbrady has quit IRC | 15:18 | |
*** wbrady has joined #schooltool | 15:21 | |
*** th1a_ has joined #schooltool | 15:32 | |
*** th1a_ has quit IRC | 15:33 | |
ignas | th1a: ping | 15:42 |
---|---|---|
th1a | ignas: pong | 15:56 |
ignas | https://answers.launchpad.net/schooltool/+question/33442 | 16:07 |
th1a | Yipee. | 16:08 |
ignas | ? | 16:09 |
ignas | th1a: by the way - i have marked all the fix commited bugs as fix released | 16:13 |
ignas | so I could use launchpad to track unreleased fixes | 16:13 |
th1a | I noticed. Thanks. | 16:13 |
th1a | Did you do that by hand? | 16:13 |
ignas | yes | 16:13 |
ignas | reviewed most of them | 16:13 |
ignas | to see what they are about | 16:13 |
*** wbrady has quit IRC | 16:42 | |
*** aelkner has joined #schooltool | 16:52 | |
aelkner | ignas: ayt? | 17:10 |
ignas | yes | 17:11 |
aelkner | i'm having a problem with wget | 17:11 |
aelkner | i try: | 17:11 |
aelkner | wget http-user=manager http-password=schooltool localhost:7080/schooltool.interventions/notifyGoals.html | 17:11 |
aelkner | and it gives me back the login redirect | 17:11 |
aelkner | i tries using user/passwor | 17:12 |
aelkner | and ftp-user/ftp-password | 17:12 |
aelkner | but that didn't help | 17:12 |
aelkner | am i going about this the wrong way | 17:12 |
ignas | don't really know why, maybe some problem with wget, i use CURL for these kinds of things | 17:12 |
ignas | curl | 17:12 |
aelkner | ah | 17:12 |
aelkner | i'll try that | 17:12 |
ignas | curl --basic --user manager:schooltool http://localhost:7080/persons/manager/index.html works | 17:14 |
aelkner | ignas: curl works for me, thanks | 17:38 |
th1a | ignas: Did you see the Zope-dev post about Zope3 on Google App Engine? | 17:48 |
ignas | maybe | 17:48 |
ignas | i have read about it in a couple of blogs | 17:48 |
th1a | Although I suppose it is dependent on not using ZODB. | 17:49 |
th1a | What we'd need is a ZODB that uses Google's storage. | 17:49 |
ignas | or a straightforward refactoring of most of the stuff | 17:49 |
ignas | ok - straightforward in case we'd be ditching ZODB ;) | 17:50 |
th1a | Running on Google AppEngine would be a huge advantage. | 17:51 |
ignas | it would make hosting for schools more easily accessible | 17:51 |
th1a | Indeed. | 17:52 |
ignas | i mean - i'd be glad if i'd get paid to do *that* as a programmer, but at the same time - i am not sure my judgement can be trusted in this respect, as switching technologies that often can be quite harmful to the project too... | 17:53 |
th1a | It would be a post-1.0 thing, to be sure. | 17:54 |
th1a | Whether or not Mark would consider it a good investment, I have no idea. | 17:55 |
ignas | the deployment story of a google apps application is very difficult from a ubuntu application, so it is definitely a very *interesting* problem :) | 17:56 |
ignas | how do you manage and handle plugins using google app engine and their database? do you use your calendar or integrate it with google calendar? if so - how? authentication and integration with local schools? acquisition by google so they'd finance google_school for all the schools in the world? | 17:57 |
ignas | i mean - i | 17:58 |
ignas | it would be *fun* | 17:58 |
ignas | but anyway - back to work! ;) | 17:58 |
th1a | Yes, it is an interesting problem. | 17:58 |
aelkner | ignas: i'm ready to use the sandbox now | 18:01 |
aelkner | i only followed your instructions with eldar that day | 18:02 |
th1a | aelkner has to do #2. | 18:02 |
aelkner | #2? | 18:02 |
th1a | Luckily, he's housetrained. | 18:02 |
aelkner | haha | 18:02 |
aelkner | i never got around to doing make build that day | 18:03 |
aelkner | isn't there something missing from your instruction? | 18:03 |
aelkner | make build yields: | 18:03 |
aelkner | bin/buildout: Command not found | 18:03 |
aelkner | in fact there is no bin dir | 18:03 |
ignas | hmm, interesting, i guess the makefile is messed up | 18:04 |
ignas | make bootstrap | 18:04 |
ignas | before make build | 18:04 |
aelkner | that didn't work: | 18:05 |
aelkner | Downloading http://pypi.python.org/packages/2.4/s/setuptools/setuptools-0.6c8-py2.4.egg | 18:05 |
aelkner | While: | 18:05 |
aelkner | Initializing. | 18:05 |
aelkner | An internal error occured due to a bug in either zc.buildout or in a | 18:05 |
aelkner | recipe being used: | 18:05 |
aelkner | ParsingError: | 18:05 |
aelkner | File contains parsing errors: /home/aelkner/schooltool_sandbox/schooltool.stapp2008spring/buildout.cfg | 18:05 |
aelkner | [line 39]: 'schooltool\n' | 18:05 |
aelkner | [line 40]: 'schooltool.gradebook\n' | 18:05 |
aelkner | [line 41]: 'schooltool.lyceum.journal\n' | 18:05 |
aelkner | make: *** [bootstrap] Error 1 | 18:05 |
aelkner | wiat | 18:05 |
aelkner | i have to sudo everything for some reason | 18:06 |
aelkner | so maybe that's it | 18:06 |
aelkner | no | 18:06 |
ignas | ? | 18:06 |
aelkner | same problem | 18:06 |
ignas | well - there is something wrong with your buildout.cfg, and i am not sure what | 18:06 |
aelkner | what's the url for lisppaste? | 18:08 |
ignas | it seems down | 18:08 |
ignas | and it's in the topic of the channel | 18:08 |
aelkner | ah, when i expand it i see it | 18:09 |
aelkner | how did you know it was down? | 18:10 |
aelkner | i got the form, and pasted | 18:11 |
aelkner | it returned a blank screen | 18:11 |
ignas | well - the server that runs the bot is the same that runs the website | 18:11 |
ignas | so if the bot is gone - the website is having problems too | 18:11 |
ignas | it's the same application | 18:11 |
aelkner | is there a way of getting it back up | 18:11 |
ignas | not now, use some pastey.net | 18:12 |
aelkner | ignas: pastey.net is asking me annoying questions about the contents of my paste | 18:16 |
aelkner | it doesn't like the urls in the buildout.cfg | 18:17 |
aelkner | can i just past the whole thing here? | 18:17 |
ignas | post it to me | 18:17 |
ignas | directly | 18:17 |
ignas | or in here | 18:17 |
aelkner | you mean private chat it? | 18:17 |
ignas | not like anyone else is here ;) | 18:17 |
aelkner | did you get my private chat? | 18:18 |
ignas | yes | 18:19 |
ignas | hmm | 18:19 |
ignas | very strange | 18:19 |
ignas | could you email me the file | 18:19 |
aelkner | ok | 18:20 |
aelkner | btw, i remember when i needed to use sudo | 18:21 |
aelkner | it was for make ubuntu-envirenment | 18:21 |
aelkner | it wouldn't work without sudo | 18:21 |
aelkner | i sent the mail | 18:21 |
ignas | well - it runs apt-get | 18:21 |
ignas | so - yes you can't do that without sude | 18:22 |
aelkner | right | 18:22 |
aelkner | did you get my private chat, btw | 18:22 |
ignas | yes | 18:23 |
aelkner | ok, so that works | 18:23 |
ignas | yes | 18:23 |
aelkner | only strange this was that it got rid of blnk lines | 18:23 |
aelkner | did you get my email yet | 18:23 |
ignas | nope | 18:24 |
aelkner | in the meantime, how do i get my environment set up like my buildout was in the following respect | 18:25 |
aelkner | i was able to have a Makefile that had an update rule | 18:25 |
aelkner | and that rule went and did an svn up on all the packages | 18:26 |
ignas | bzr pull | 18:26 |
ignas | should do that | 18:26 |
ignas | in every branch that was "branched" | 18:26 |
ignas | and "bzr up" in all the ones that are "bzr co" ed | 18:26 |
aelkner | but the problem is that everything is based on schooltool.stappspring2008 | 18:26 |
aelkner | that's where you have us changing the buildout.cfg | 18:26 |
aelkner | which btw is another problem | 18:27 |
aelkner | can i commit my changes to buildout.cfg? | 18:27 |
ignas | well - in fact - as it is your branch | 18:27 |
ignas | you can | 18:27 |
aelkner | so i will permently be using a branch? | 18:28 |
aelkner | how will i get any changes that you make | 18:28 |
ignas | bzr pull | 18:28 |
ignas | will update your branch from trunk | 18:28 |
aelkner | and blow away my buildout.cfg, right | 18:28 |
aelkner | or any changes i make to Makefile for that matter | 18:29 |
ignas | nope | 18:29 |
ignas | it will merge everything | 18:29 |
ignas | your test-all section | 18:29 |
ignas | is wrong | 18:29 |
ignas | you are missing whitespace before the egg names | 18:29 |
aelkner | you mean indent? | 18:29 |
ignas | yes | 18:29 |
aelkner | make bootstrap worked | 18:30 |
ignas | now make build should work too | 18:31 |
aelkner | it's running | 18:31 |
aelkner | so i should feel free to add a rule to MAkefile for make update | 18:32 |
aelkner | and it should cd each dir && bzr pull? | 18:32 |
aelkner | in addition to bzr pull on itself | 18:32 |
ignas | yeah, well - for sla it will be bzr up probably | 18:32 |
ignas | because you will be using a checkout | 18:32 |
aelkner | right | 18:33 |
ignas | you don't need cd, i think "bzr -d ../the_directory pull" | 18:33 |
ignas | will work too | 18:33 |
aelkner | ok | 18:33 |
aelkner | and this makefile will stay intact even if you change it in trunk and i bzr pull | 18:33 |
aelkner | i mean, it will pull in your changes without blowing away mine? | 18:33 |
ignas | well - worst case is a conflict | 18:35 |
ignas | like an svn conflict | 18:35 |
ignas | that you will have to resolve | 18:35 |
ignas | other than that - it should work | 18:35 |
aelkner | that's no problem | 18:38 |
aelkner | so basically my branches are moving in parellel to the trunk | 18:38 |
aelkner | if i change them, they stay changed | 18:38 |
aelkner | if you change trunk i get those changes | 18:39 |
aelkner | if there is a conflict i need to resolve | 18:39 |
aelkner | otherwise, i'm always up to date | 18:39 |
aelkner | plus i have the luxury of having my own version of things like | 18:39 |
aelkner | buildout.cfg and Makefile | 18:39 |
aelkner | does that sound acurate? | 18:39 |
aelkner | assuming i bzr pull | 18:40 |
aelkner | ignas: ? | 18:41 |
ignas | yes | 18:41 |
ignas | sounds accurate | 18:41 |
aelkner | running bin/test-all now | 18:43 |
aelkner | bin/test-all worked | 18:47 |
aelkner | ignas: do i have to change my instance/school.zcml file to include the gradebook and requirements packages? | 18:48 |
ignas | emm, not sure, why would you want to do that? | 18:48 |
aelkner | so that i can have the gradebook | 18:48 |
ignas | if you want to test these packages using browser? | 18:48 |
ignas | i guess that would work | 18:48 |
ignas | but i though jelkner2007 configuration | 18:48 |
aelkner | i want to use them in a browser, sure | 18:48 |
ignas | was using gradebook too | 18:48 |
aelkner | wiat | 18:49 |
ignas | well - it works both ways, you can either get the school setup that uses gradebook, or just add it to school.zcml | 18:49 |
aelkner | i'm doing this buildout.cfg and make stuff from schooltool.stappspring2008 | 18:49 |
ignas | yes | 18:49 |
ignas | so | 18:50 |
ignas | if you will list the egg of jelkner2007 or sla | 18:50 |
ignas | in buildout.cfg | 18:50 |
ignas | in the develop and the scripts | 18:50 |
ignas | parts | 18:50 |
ignas | you can | 18:50 |
ignas | bin/make-schooltool-instance | 18:50 |
ignas | create the kind of instance that you want | 18:50 |
ignas | even cando | 18:50 |
aelkner | i'll try that | 18:50 |
ignas | actually - i am using that same buildout to have cando instance when i need one | 18:51 |
aelkner | bzr co bzr+ssh://schooltool.org/var/local/bzr/schooltool/sla/trunk/ sla | 18:51 |
aelkner | bzr: ERROR: Connection closed: please check connectivity and permissions (and try -Dhpss if further diagnosis is required) | 18:51 |
ignas | try "ssh schooltool.org" | 18:52 |
ignas | and then try "ls /var/local/bzr/schooltool/sla/trunk/" | 18:52 |
aelkner | ( success ( 1 2 ( ANONYMOUS EXTERNAL ) ( edit-pipeline svndiff1 absent-entries ) ) ) | 18:53 |
aelkner | and then when i hit enter: | 18:53 |
aelkner | Connection to schooltool.org closed. | 18:53 |
ignas | i mean - try running "ssh schooltool.org" | 18:53 |
ignas | and then "ls /var/local/bzr/schooltool/sla/trunk/" | 18:54 |
aelkner | i typed ssh schooltool.org and got what i just gave you | 18:54 |
ignas | "( success ( 1 2 ( ANONYMOUS EXTERNAL ) ( edit-pipeline svndiff1 absent-entries ) ) )" this ? | 18:55 |
aelkner | yes | 18:55 |
aelkner | what the heck is that? | 18:55 |
ignas | try bzr co again | 18:56 |
aelkner | again? | 18:56 |
ignas | yes | 18:56 |
aelkner | i never tried it | 18:56 |
ignas | i have changed some things | 18:56 |
aelkner | oh | 18:56 |
ignas | "bzr co bzr+ssh://schooltool.org/var/local/bzr/schooltool/sla/trunk/ sla" | 18:57 |
aelkner | sorry, i thought you meant bzr ci | 18:57 |
aelkner | same problem | 18:57 |
aelkner | ignas: can you ssh schooltool.org | 19:01 |
ignas | looking at it | 19:02 |
ignas | it seems that you are only allowed to svn+ssh | 19:02 |
aelkner | do i need to be added to the bzr list | 19:05 |
ignas | not just that apparently | 19:06 |
ignas | you are in the bzr list, but ssh configuration is limmiting your rights on it's own | 19:06 |
ignas | aelkner: can you bzr co once more? | 19:10 |
aelkner | sure | 19:10 |
aelkner | same problem | 19:10 |
ignas | now | 19:11 |
aelkner | it's working | 19:14 |
aelkner | that was quick | 19:14 |
aelkner | all there is a src and setup.py | 19:14 |
aelkner | so to add sla to buldout.cfg | 19:14 |
ignas | no need to | 19:14 |
ignas | you just change buildout.cfg is schooltool.stap2008spring | 19:15 |
ignas | to have sla in develop | 19:15 |
ignas | in parts | 19:15 |
aelkner | that's what i meant | 19:15 |
ignas | and in scripts | 19:15 |
ignas | and run bin/buildout | 19:15 |
ignas | og | 19:15 |
ignas | sorry | 19:15 |
aelkner | no porb | 19:15 |
ignas | misread as "add buildout.cfg to sla" | 19:15 |
ignas | :) | 19:15 |
aelkner | i'm confused | 19:15 |
aelkner | develop, parts, scripts and test-all | 19:15 |
ignas | yeah | 19:16 |
aelkner | are different in confusing ways | 19:16 |
aelkner | why is lyceum in test-all and develop | 19:16 |
aelkner | but no in parts and scripts | 19:16 |
ignas | lyceum ? | 19:17 |
ignas | schooltool.lyceum.journal ? | 19:17 |
aelkner | ../schooltool.lyceum.journal in develop | 19:17 |
aelkner | schooltool.lyceum.journal in test-all | 19:17 |
ignas | well - because it is a "library dependency" | 19:17 |
ignas | you want it tested | 19:17 |
ignas | and you want it from the directory not from an egg | 19:17 |
ignas | yes | 19:18 |
ignas | and with sla | 19:18 |
ignas | you want it from ../sla | 19:18 |
ignas | you want it tested | 19:18 |
ignas | and you want "bin/make-schooltool-instance" | 19:18 |
ignas | that is generated by "scripts" part of the buildout | 19:18 |
aelkner | bot not in parts or scripts? | 19:18 |
ignas | "see" the sla | 19:18 |
ignas | oh, i guess no need for sla in parts | 19:18 |
ignas | sorry | 19:18 |
ignas | yeah, the scripts is because no packages in scripts | 19:19 |
aelkner | so ../sla in develop and sla in test-all, that's it? | 19:19 |
ignas | and in scripts | 19:19 |
aelkner | ok | 19:19 |
aelkner | so now i change back to stapp... | 19:20 |
aelkner | and bin/buildout -n? | 19:20 |
aelkner | ignas: ? | 19:21 |
ignas | yes | 19:21 |
ignas | then you can just remove your old instance and "bin/make-schooltool-instance instance/" | 19:22 |
ignas | or create a new instance | 19:22 |
aelkner | it asked me what instance type and defaulted to schooltool.sla, so that's good i'm guessing | 19:24 |
aelkner | yeah, i have a gradebook and an intervention tab | 19:24 |
ignas | you can run bin/make-schooltool-instance my_other_instance | 19:26 |
ignas | and have 2 instances with different configurations | 19:26 |
ignas | and databases | 19:26 |
ignas | and use bin/start-schooltool-instance instance_directory | 19:26 |
ignas | to run it | 19:26 |
aelkner | that's cool, although i don't think i'd have the need for that | 19:26 |
aelkner | but i can see how you would | 19:26 |
ignas | convenient when testing same changes in cando and sla | 19:26 |
ignas | at the same time | 19:26 |
aelkner | ah | 19:26 |
ignas | like schooltool.gradebook | 19:26 |
ignas | by the way can you try svn up in your cando checkout | 19:27 |
aelkner | so i can have cando side by side with sla | 19:27 |
ignas | i want to be sure i didn't break your svn+ssh access | 19:27 |
aelkner | and have two instances running side by side | 19:27 |
ignas | yes if you will change the port | 19:27 |
aelkner | without having different make files | 19:27 |
ignas | in schooltool.conf | 19:27 |
aelkner | of buildout.cfgs? | 19:27 |
ignas | "make run" will still run the "instance" instance | 19:27 |
aelkner | yeah, i could add a make run-cando | 19:28 |
ignas | but bin/start-schooltool-instance takes the instance as a parameter | 19:28 |
ignas | yes you can | 19:28 |
aelkner | that sounds convenient | 19:28 |
ignas | so, could you check if your svn+ssh access to cando repository is still working | 19:29 |
ignas | please | 19:29 |
aelkner | sure | 19:30 |
aelkner | it worked | 19:31 |
aelkner | i mean, i was able to svn up and get eldar's latest changes | 19:31 |
aelkner | is that all you needed to know | 19:32 |
aelkner | because maybe svn co is different? | 19:33 |
ignas | if svn info is showing svn+ssh | 19:33 |
aelkner | in terms of what you wanted tested | 19:33 |
ignas | then it seems ok | 19:33 |
aelkner | oops | 19:33 |
aelkner | no | 19:33 |
aelkner | it's http | 19:33 |
aelkner | i guess that's what eldar and i were using | 19:33 |
aelkner | i forgot that | 19:33 |
aelkner | it was what we had to do at the start of our sprint, and i've since forgotten | 19:34 |
aelkner | could you give me the command you'd like me to try? | 19:34 |
aelkner | i could svn co in another dir | 19:34 |
ignas | yeah, you might do that | 19:34 |
ignas | or svn up your svn sla checkout | 19:34 |
eldar | aelkner: didn't we switch your checkout | 19:35 |
eldar | to be https | 19:35 |
eldar | instead of svn+ssh | 19:35 |
aelkner | yes | 19:35 |
aelkner | eldar: why are you greyed out on my users list? | 19:35 |
aelkner | i didn't even know you were here | 19:36 |
eldar | iono | 19:36 |
aelkner | iono = i dunno? | 19:37 |
aelkner | ignas: svn up on sla-buildout (which is svn+ssh) is hanging | 19:37 |
ignas | ouch | 19:38 |
ignas | ok, will have to consult with mgedmin | 19:38 |
aelkner | ok | 19:38 |
aelkner | eldar: i see you made global ids required | 19:38 |
aelkner | that's good | 19:39 |
aelkner | hwo about the catalog, have you had a chance to look at that? | 19:39 |
aelkner | maybe you could fix the lookup we made in our unit test | 19:39 |
aelkner | to use the catalog | 19:39 |
aelkner | you coulod unit test that first | 19:39 |
aelkner | and then write the eveolution script to get your instance to work | 19:40 |
aelkner | does that make sense | 19:40 |
aelkner | or would you rather wait | 19:40 |
aelkner | you might be in the middle of something | 19:40 |
aelkner | eldar: ? | 19:40 |
eldar | yeah that's my plan | 19:41 |
aelkner | you didn't answer your phone | 19:42 |
eldar | it might be better to start using the catalog right away | 19:42 |
eldar | iono, my phone's somewhere around the house | 19:42 |
aelkner | great | 19:42 |
aelkner | do you get a bell sound when i ping you in this chat? | 19:42 |
eldar | no i have sounds disabled, it distracts me | 19:42 |
aelkner | it's better to have them on | 19:43 |
aelkner | so that someone can reach you when they need to | 19:43 |
aelkner | you chould only have a sound when someone types your name | 19:43 |
aelkner | that shouldn't be distracting | 19:43 |
aelkner | it's important to be reachable | 19:43 |
aelkner | edit preferences | 19:44 |
aelkner | scripts and plugins | 19:44 |
aelkner | sound notification checked | 19:44 |
eldar | you can reach me by mail if it's absolutely crucial | 19:44 |
eldar | it's checked every minute automatically | 19:44 |
aelkner | does that ping you | 19:44 |
eldar | it has a window sliding up | 19:45 |
aelkner | eldar: please explain how the rare case of someone typing your name in the chat and that =causing a sound would distact you so much | 19:45 |
aelkner | i mean, you should be able to drop what you're doing when someone tabs you on the shoulder in real life | 19:46 |
aelkner | so why no in this case? | 19:46 |
aelkner | eldar: ? | 19:46 |
aelkner | it's annoying to ask a question and have to sit here and wait for your answer | 19:47 |
aelkner | i have better things to do with my time | 19:47 |
aelkner | eldar? | 19:47 |
aelkner | eldar? | 19:47 |
eldar | aelkner: chill out man | 19:48 |
eldar | it's not big deal | 19:48 |
eldar | if you have a question type it in, i'll get to it | 19:48 |
eldar | a big* | 19:48 |
ignas | aelkner: now - your bzr sla checkout just got outdated ;) | 19:55 |
ignas | you should do | 19:55 |
ignas | bzr binf bzr+ssh://schooltool.org/sla/trunk/ | 19:55 |
ignas | *bind | 19:55 |
ignas | urls just got shorter | 19:56 |
ignas | i will update the docs | 19:56 |
ignas | no need for all the /var/ stuff | 19:56 |
ignas | your svn+ssh checkout should be working too | 19:56 |
aelkner | where should i do the bzr bind from | 19:57 |
aelkner | within sla or above it | 19:57 |
ignas | within | 19:57 |
aelkner | ok, so i did the bzr bind and bzr up worked (althought there was nothing to update) | 19:59 |
aelkner | at least it didn't fail | 20:00 |
aelkner | svn up now works at sla-buildout | 20:00 |
ignas | good | 20:00 |
ignas | mgedmin saves the day once more ;) | 20:00 |
aelkner | ignas: now that i have things working on my machine | 20:04 |
aelkner | and forgetting that i have to merge my changes into my bzr trunk of sla (i'll get to that later) | 20:05 |
aelkner | i want to do this at SLA | 20:05 |
aelkner | i can create the sandbox and everything without bringing down the current buildout | 20:05 |
aelkner | i can get as far as having a successfult bin./test-all and wait until this evening to bring it on-line | 20:06 |
ignas | mhm | 20:07 |
aelkner | so my question is: do i still follow the same instructions from your help page | 20:07 |
ignas | you can and it will work | 20:07 |
aelkner | making my own branch there | 20:07 |
aelkner | for the root user there which is what i use already | 20:07 |
aelkner | only for the sla stuff i would use the trunk | 20:08 |
aelkner | again | 20:08 |
aelkner | but without using ssh | 20:08 |
aelkner | i think i have this right | 20:08 |
ignas | or you can replace all the "bzr branch" with bzr co --lightweight if you want to though | 20:08 |
ignas | i mean - the way it is more convenient to you | 20:08 |
aelkner | you mean. i could bzr co --light... for the non-sla packages as well | 20:09 |
aelkner | ? | 20:09 |
ignas | yes | 20:10 |
ignas | i mean - not like you will ever want to make any changes to any of them in there | 20:10 |
ignas | or do any work | 20:10 |
ignas | you can even not use a schooltool checkout for what it's worth | 20:11 |
ignas | i mean - schooltool eggs seem to be working properly | 20:11 |
ignas | but it's all up to you - whether you find 2 identical sandboxes easier than 2 different ones | 20:11 |
ignas | or want to have the minimal possible setup in sla | 20:11 |
aelkner | identical is probably easier | 20:11 |
aelkner | the less instructions i have to follow the better | 20:12 |
aelkner | ignas: the virtual machine at SLA is running gutsy | 20:15 |
aelkner | i updated the sources to have the bzr stuff | 20:15 |
aelkner | and i did the apt-get install of bzr | 20:16 |
aelkner | this was a while ago | 20:16 |
aelkner | but bzr --version yields v1.4 | 20:16 |
aelkner | is this gong to be a problem? | 20:16 |
ignas | it should not be a problem | 20:16 |
aelkner | that's good | 20:17 |
ignas | apt-get update | 20:17 |
ignas | and then apt-get install bzr should fix it though | 20:17 |
aelkner | i'll try it again | 20:18 |
aelkner | that worked | 20:19 |
aelkner | i don't know why though | 20:19 |
aelkner | cause i did that before | 20:19 |
aelkner | maybe something changed in bzr since then | 20:19 |
aelkner | ignas: should the instructions for sla and jelkner2007 change on you page now? | 20:26 |
aelkner | i mean since you had me bind to another location | 20:26 |
ignas | yes | 20:26 |
aelkner | wouldn't that be the location that is used for now on | 20:26 |
ignas | yes | 20:26 |
aelkner | cold you change the page please so i don't get confused later | 20:26 |
ignas | i will | 20:26 |
aelkner | thanks | 20:26 |
ignas | aelkner: fixed the docs | 20:30 |
aelkner | thanks again | 20:30 |
*** ignas has quit IRC | 20:31 | |
*** lisppaste5 has joined #schooltool | 22:09 | |
*** alga has quit IRC | 22:18 | |
*** mgedmin has quit IRC | 22:20 | |
*** alga has joined #SchoolTool | 23:07 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!