One of my previous messages to this list had a 2 week delay before appearing. Just testing to see if the problem still occurs... Thx.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hello all,
From the wikipedia
(http://en.opensuse.org/openSUSE:Build_Service_Tutorial#Step_Three.C2.A0.E2.…)
i read for modify the build targets:
"*Web client*: Go to the "Repositories" tab on your project, and click
on /add repositories/ and choose one of the available distributions and
architectures."
No add repositories found into the "Repositories" tab on my project...
So...how i can add a build target into my project?
Cordially,
Claudio Prono.
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
in my project X11:Enlightenment:Nightly there is really weird failure
of Mandriva_2011 builds.
It looks like line
Require: %name = %version
in devel package causes unresolvable dependency problem.
Do you have any idea how to solve it?
Thanks
Tomas Cech
Sleep_Walker
This is what I have seen a few times in the last days on my test
systems:
olaf@bax:~/work/obs/Virtualization/libguestfs $ /usr/bin/osc -A https://api.opensuse.org up -u
Server returned an error: HTTP Error 401: Authorization Required
olaf@bax:~/work/obs/Virtualization/libguestfs $ /usr/bin/osc -A https://api.opensuse.org --no-keyring up -u
At revision 120.
olaf@bax:~/work/obs/Virtualization/libguestfs $ /usr/bin/osc -A https://api.opensuse.org up -u
At revision 120.
This is with osc-0.136.0-86.1 from openSUSE:Tools / SLE_11_SP2. I
updated from previous osc versions in that repo.
It would be nice if osc could continue to work after package update.
Using --no-keyring was just a shot in the dark, and luckily it can be
used as a workaround for that bug.
Olaf
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi,
I'm building locally in chroot and there are two things I need to remember.
I'll write it in case it's useful for someone else:
Build usually needs /dev/null (during configure) and it won't work if
chroot is on partition mounted with nodev (like ramdisk or external
disk).
sudo mount -o remount,dev /run
When running old distros (RHEL4 or 5) in chroot, 'su' executed as root
doesn't work. I don't exactly why, some pam modules don't work
correctly. This helps:
sudo sed -i 's/pam_[^.]\+/pam_permit/' /path/to/osbuild-root/etc/pam.d/su
thanks for this great service
Marcin
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org
Hi all,
I have a package that uses the download_files source service to get a file that is listed as Source0 in the spec file. This works fine if Source0 lists the exact filename, but not if Source0 contains a macro.
This works with the source service:
...
Source0: http://www.kernel.org/pub/linux/kernel/projects/backports/2012/09/18/compat…
...
This doesn't work with the source service:
...
Source0: http://www.kernel.org/pub/linux/kernel/projects/backports/2012/09/18/compat… -d '1 day ago' +%Y-%m-%d).tar.bz2
...
Using a macro in the Source0 filename works ok if there's no source service. So any ideas on how to make it work w/ a source service?
Thanks very much in advance,
Ann
--
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe(a)opensuse.org
To contact the owner, e-mail: opensuse-buildservice+owner(a)opensuse.org