Hi,
I hear that branch stable7 needs tests and bug fixing.
So, I just setup a development environnement and clone the stable7
branch, but I'm a bit lost on where I can start to help ?
Can anyone indicated some junior jobs that I can try to fix ? Maybe
someone will be pleased to take me under his aisle ? (I have a good Ruby
on Rail experience, and good knowledge of php, but I don't know the OC
api for now)
Many thanks for any coaching,
Stéphane
Le 04-07-2014 14:00, [email protected] a écrit :
> Send Devel mailing list submissions to
> [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://mailman.owncloud.org/mailman/listinfo/devel [1]
> or, via email, send a message with subject or body 'help' to
> [email protected]
>
> You can reach the person managing the list at
> [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Devel digest..."
>
> Today's Topics:
>
> 1. stable7 branches are created (Frank Karlitschek)
> 2. 7 RC1 (Frank Karlitschek)
> 3. cross compile make package error (Muhammad Rofi Arofah)
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 3 Jul 2014 18:02:31 -0400
> From: Frank Karlitschek <[email protected]>
> To: List for Developers of ownCloud <[email protected]>
> Subject: [owncloud-devel] stable7 branches are created
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=us-ascii
>
> Hi everyone,
>
> I just created the stable7 branches in all relevant repositories. This means
> that every fix that should be in ownCloud 7 hast to be fixed in master and
> afterwards backported to the stable7 branch.
>
> Technically master is now open for ownCloud 8 feature development. But I
> strongly recommend that everybody would still concentrate on bug-fixing. We
> still have plenty of open issues.
>
> Let me know if you have any questions.
>
> Cheers
> Frank
>
> ------------------------------
>
> Message: 2
> Date: Thu, 3 Jul 2014 20:50:50 -0400
> From: Frank Karlitschek <[email protected]>
> To: "[email protected]" <[email protected]>, List
> for Developers of ownCloud <[email protected]>, For users of ownCloud
> <[email protected]>, [email protected]
> Subject: [owncloud-devel] 7 RC1
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=us-ascii
>
> Hi everybody,
>
> we are happy to announce and release ownCloud 7.0.0 RC 1 today.
>
> A lot of bugs are fixed compared with the beta from last week
>
> Features:
> http://owncloud.org/seven/ [2]
>
> Download:
> http://owncloud.org/install/ [3]
>
> We also have brand new daily builds of the stable7 branches now
> http://download.owncloud.org/community/owncloud-daily-stable7.tar.bz2 [4]
>
> We are looking for testes who are willing to give it a try and help us to
> iron out the last remaining issues. More information is here:
> https://owncloud.org/blog/owncloud-7-beta-is-out-help-us-test-it/ [5]
>
> And we still have a lot of issues on the issue tracker that needs to be
> verified, reproduces and fixed. So everybody can help.
>
> This is the work of the awesome ownCloud community.
> Thanks to everybody who contributed!!!
>
> Frank
>
> ------------------------------
>
> Message: 3
> Date: Fri, 4 Jul 2014 15:44:55 +0700
> From: Muhammad Rofi Arofah <[email protected]>
> To: "[email protected]" <[email protected]>
> Subject: [owncloud-devel] cross compile make package error
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi guys, so i have successfully compiled using
> Code: Select allmingw32-cmake
> -DCMAKE_BUILD_TYPE="Debug" ../mirall-master
> -DCMAKE_TOOLCHAIN_FILE=../mirall-master/admin/win/Toolchain-mingw32-openSUSE.cmake
>
> There's no error happening in that process, but when i run make package (or
> mingw32-make package)
>
> this error occurs
> Code: Select allCMake Error at
> /home/rofi/Documents/mirall-build-win2/csync/src/cmake_install.cmake:37
> (message):
> ABSOLUTE path INSTALL DESTINATION forbidden (by caller):
>
> /usr/i686-w64-mingw32/sys-root/mingw/etc/ownCloud/sync-exclude.lst;/usr/i686-w64-mingw32/sys-root/mingw/lib/owncloud/libocsync.dll.a
> Call Stack (most recent call first):
> /home/rofi/Documents/mirall-build-win2/csync/cmake_install.cmake:32 (include)
> /home/rofi/Documents/mirall-build-win2/cmake_install.cmake:44 (include)
>
> CPack Error: Error when generating package: ownCloud
> make: *** [package] Error 1
>
> when i lookup the file, this is the line that throws the error:
> Code: Select allif(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
> message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller):
> ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
> endif()
>
> so i tried to change the reference directory and moved the .lst file to
> /home/Documents
>
> but then same error message occurs, but it points to different cmake file,
> which is /csync/src/cmake-install.cmake
> Code: Select alllist(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
> "/usr/i686-w64-mingw32/sys-root/mingw/lib/owncloud/libocsync.dll.a")
> if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
> message(WARNING "ABSOLUTE path INSTALL DESTINATION :
> ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
> endif()
> if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
> message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller):
> ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
> endif()
>
> I cannot change this file anyhow, and when i lookup to the directory, such
> directory (lib/owncloud) does not exist.
>
> can anyone explain what's wrong? any workaround on this?
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> <http://mailman.owncloud.org/pipermail/devel/attachments/20140704/78fab5f9/attachment-0001.html
> [6]>
>
> ------------------------------
>
> _______________________________________________
> Devel mailing list
> [email protected]
> http://mailman.owncloud.org/mailman/listinfo/devel [1]
>
> End of Devel Digest, Vol 7, Issue 4
> ***********************************
Links:
------
[1] http://mailman.owncloud.org/mailman/listinfo/devel
[2] http://owncloud.org/seven/
[3] http://owncloud.org/install/
[4]
http://download.owncloud.org/community/owncloud-daily-stable7.tar.bz2
[5] https://owncloud.org/blog/owncloud-7-beta-is-out-help-us-test-it/
[6]
http://mailman.owncloud.org/pipermail/devel/attachments/20140704/78fab5f9/attachment-0001.html_______________________________________________
Devel mailing list
[email protected]
http://mailman.owncloud.org/mailman/listinfo/devel