Re: Question regarding libjsyntaxpane-java on alioth

2018-04-23 Thread Felix Natter
Felix Natter  writes:

> hello Debian-java,

hello again,

> when accessing libjsyntaxpane-java I get "Bad object id:" on each commit:
>   https://anonscm.debian.org/gitweb/?p=pkg-java/libjsyntaxpane-java.git

I tried to clone the repo and I can make a (local) commit.
So I guess just the web interface is misconfigured.

Does anybody see a problem with my patching libjsyntaxpane-java
even though the above issue exists?

Thanks and Best Regards,
-- 
Felix Natter
debian/rules!



Re: Question regarding libjsyntaxpane-java on alioth

2018-04-23 Thread Markus Koschany
Hi,

Am 23.04.2018 um 21:44 schrieb Felix Natter:
> Felix Natter  writes:
> 
>> hello Debian-java,
> 
> hello again,
> 
>> when accessing libjsyntaxpane-java I get "Bad object id:" on each commit:
>>   https://anonscm.debian.org/gitweb/?p=pkg-java/libjsyntaxpane-java.git
> 
> I tried to clone the repo and I can make a (local) commit.
> So I guess just the web interface is misconfigured.
> 
> Does anybody see a problem with my patching libjsyntaxpane-java
> even though the above issue exists?
> 
> Thanks and Best Regards,

The correct VCS-URL is
https://anonscm.debian.org/cgit/pkg-java/libjsyntaxpane-java.git

and the VCS-Git address is

https://anonscm.debian.org/git/pkg-java/libjsyntaxpane-java.git.

Maybe that's the reason why you see those error messages. Try to push
your changes and if it doesn't work you could still use
mentors.debian.org as a temporary workaround and someone else will try
to import it into Git.

Regards,

Markus





signature.asc
Description: OpenPGP digital signature


Bug#896708: ITP: maven-cache-cleanup -- Utility to purge timestamped snapshots from Maven repositories

2018-04-23 Thread Emmanuel Bourg
Package: wnpp
Severity: wishlist
Owner: Emmanuel Bourg 

* Package name: maven-cache-cleanup
  Version : 1.0.4
  Upstream Author : Yuri Nadestin
* URL : https://github.com/nadestin/tools
* License : Apache-2.0
  Programming Lang: Java
  Description : Utility to purge timestamped snapshots from Maven 
repositories

Maven 3 dropped support for non-unique snapshot versions, which had the
side effect of filling up Maven caches on developer machines and on CI
build hosts. The Maven Cache Cleanup utility scans a specified Maven cache
directory for snapshot versions and deletes all but the latest version of
the timestamped artifacts.

This package will be maintained by the Java Team.