Displaying 2 results from an estimated 2 matches for "repositoty".
Did you mean:
repository
2008 Oct 25
1
Problem with linux-2.6.18-xen.hg with xen 3.3.0
...xen-3.3.0''
make[2]: *** [linux-2.6-xen-install] Error 2
make[2]: Leaving directory `/root/xen/xen-3.3.0''
make[1]: *** [install-kernels] Error 1
make[1]: Leaving directory `/root/xen/xen-3.3.0''
make: *** [world] Error 2
How to obtain linux-2.6.18-xen.h file from Mercurial repositoty ?
thanks in advance
Marco
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users
2010 Jan 20
2
empty rails log folder
The rails log folder is in my .gitignore file. That means the log
folder is not in the repository. When I deploy my rails app to the
staging server via git pull, the app refuses to work because it does
not see a log folder. I have to manually create an empty log folder
for it to put log files such as acts_as_ferret log inside. So now I
have to commit an empty log folder to the git repository