Andrey Smirnov
|
c72ef05a2a
|
Support for -no-remove while merging snapshots. #57
|
2014-05-29 18:05:52 +04:00 |
|
Andrey Smirnov
|
869e83713d
|
Remove debugging output. #51
|
2014-05-29 00:49:26 +04:00 |
|
Andrey Smirnov
|
7b9e3429fd
|
Use gographviz escaping instead of homegrown escape function. #51 #58
It doesn't fix the bug #58, waiting for maintainer of gographviz to
accept the patch: https://code.google.com/p/gographviz/issues/detail?id=2
|
2014-05-29 00:47:37 +04:00 |
|
Andrey Smirnov
|
8b2920d5dd
|
aptly repo add now exists with non-zero exit code if some files fail to add. #54
|
2014-05-17 22:23:20 +04:00 |
|
Andrey Smirnov
|
1d31a5c25f
|
Don't use fixed cap, as it might be more than length. #53
|
2014-05-16 00:29:43 +04:00 |
|
Andrey Smirnov
|
05a42f4cba
|
aptly exits with 2 on command/flag parse error. #52
|
2014-05-16 00:22:51 +04:00 |
|
Andrey Smirnov
|
10bbefeb25
|
Fix support for flat format repositories in subdirectories with common pool. #47
|
2014-05-10 16:56:50 +04:00 |
|
Andrey Smirnov
|
87295c6580
|
Move command description from man file to command help. #42
Man file is auto-generated from inline command help.
N.B. I should document this in Contributing.
|
2014-04-23 23:30:21 +04:00 |
|
Ryan Uber
|
6c3b2f686e
|
snapshot: FilterLatestRefs returns nothing as it deals with a pointer.
|
2014-04-22 23:33:30 -07:00 |
|
Ryan Uber
|
385ac1afd0
|
snapshot: explicity call FilterLatestRefs() where needed rather than calling from Merge()
|
2014-04-22 22:28:14 -07:00 |
|
Ryan Uber
|
d1cc562f3c
|
cmd/snapshot_merge: reword -latest flag to match man page
|
2014-04-22 17:48:53 -07:00 |
|
Ryan Uber
|
133d67bffa
|
snapshot: newest -> latest
|
2014-04-22 17:44:03 -07:00 |
|
Ryan Uber
|
cd369f5fa0
|
snapshot: add cli flag for taking newest during merge
|
2014-04-22 17:44:03 -07:00 |
|
Ryan Uber
|
992a5cee37
|
snapshot: first pass at newest-wins functionality.
|
2014-04-22 17:44:03 -07:00 |
|
Andrey Smirnov
|
cc8baec317
|
Command aptly publish switch to switch published snapshot. #8
|
2014-04-22 20:17:21 +04:00 |
|
Andrey Smirnov
|
1200e9cc95
|
Command aptly publish update: update local repo published in-place. #8
|
2014-04-22 18:35:20 +04:00 |
|
Andrey Smirnov
|
4541e0bdae
|
Fix misprint. #8
|
2014-04-22 17:51:22 +04:00 |
|
Andrey Smirnov
|
522684aabb
|
Use progress for printing. #8
|
2014-04-22 17:19:39 +04:00 |
|
Andrey Smirnov
|
9445f3a0fa
|
Basis for repo re-publishing, cleaning up prefix + component published package pool. #8
|
2014-04-22 17:07:25 +04:00 |
|
Artem Yakimenko
|
d9f4686e2c
|
Fixing minor spelling/grammar issues in documentation.
|
2014-04-22 11:08:57 +04:00 |
|
Andrey Smirnov
|
e33f5792e1
|
Add -raw for aptly publish list. #31
|
2014-04-15 23:53:53 +04:00 |
|
Andrey Smirnov
|
b85f46547b
|
Allow to customize Origin/Label during publishing. #29
|
2014-04-15 11:47:21 +04:00 |
|
Andrey Smirnov
|
90dd21b270
|
Raw (machine-readable) format for aptly mirror/repo/snapshot list. #27
|
2014-04-15 10:43:36 +04:00 |
|
Andrey Smirnov
|
470571c7db
|
Fix variable shadowing.
|
2014-04-08 11:53:02 +04:00 |
|
Andrey Smirnov
|
c106e66cff
|
Style fixes.
|
2014-04-08 01:39:41 +04:00 |
|
Andrey Smirnov
|
ff045f9a48
|
Fixups after renaming debian -> deb. #21
|
2014-04-07 21:22:58 +04:00 |
|
Andrey Smirnov
|
83b2e0250d
|
Rework fatal mechanism, open config on demand.
|
2014-04-06 21:05:06 +04:00 |
|
Andrey Smirnov
|
3db7125932
|
Refactor ppa parsing: take pointer to config.
|
2014-04-06 19:12:07 +04:00 |
|
Andrey Smirnov
|
5a6ccb7259
|
Add command aptly db recover.
|
2014-04-05 16:11:19 +04:00 |
|
Andrey Smirnov
|
2c3553ef0b
|
Major refactoring: access to context happens in methods. #13
|
2014-04-05 16:10:51 +04:00 |
|
Andrey Smirnov
|
f648c9547c
|
Support for switching to smira/commander with free placement of flags. #17
|
2014-04-03 00:16:18 +04:00 |
|
Andrey Smirnov
|
d84226a054
|
Switch to own fork of commander/flag.
|
2014-03-28 23:05:54 +04:00 |
|
Andrey Smirnov
|
4c237ed1b1
|
Command aptly repo edit to change repository defaults. #12
|
2014-03-28 20:41:51 +04:00 |
|
Andrey Smirnov
|
0f8f43b9f0
|
Default distribution/component could be specified when creating repo. #12
|
2014-03-26 21:24:09 +04:00 |
|
Andrey Smirnov
|
37ea845fd9
|
Command aptly publish repo. #10
|
2014-03-25 18:42:56 +04:00 |
|
Andrey Smirnov
|
1a60ac6aa0
|
Refactoring: use CollectionFactory instead of manual collection creation.
|
2014-03-25 14:59:26 +04:00 |
|
Andrey Smirnov
|
a0497058ee
|
Don't allow to drop repo if it is published.
|
2014-03-25 14:29:25 +04:00 |
|
Andrey Smirnov
|
140c925079
|
Fix shadowed variables.
|
2014-03-24 18:39:45 +04:00 |
|
Andrey Smirnov
|
32717e92ba
|
First round of support for localRepos as source for publishing. Also more intelligent algo to get publishing defaults. #10 #12
|
2014-03-19 16:43:42 +04:00 |
|
Andrey Smirnov
|
1189bca5a4
|
Add central place to create all collections from.
|
2014-03-18 18:58:09 +04:00 |
|
Andrey Smirnov
|
e5de8b9353
|
Print bytes in human-readable format. #18
|
2014-03-17 17:05:38 +04:00 |
|
Andrey Smirnov
|
6a42aad322
|
Compact LevelDB in aptly db cleanup. #19
|
2014-03-17 16:22:49 +04:00 |
|
Andrey Smirnov
|
4c81f0f52a
|
Update integrated help.
|
2014-03-10 19:42:27 +04:00 |
|
Andrey Smirnov
|
a96ab00afc
|
Verify dependencies with progress.
|
2014-03-07 18:13:48 +04:00 |
|
Andrey Smirnov
|
c55733fc05
|
Progress during publishing.
|
2014-03-07 17:24:45 +04:00 |
|
Andrey Smirnov
|
9496c7e9ac
|
All output should go via Progress object.
|
2014-03-07 16:34:09 +04:00 |
|
Andrey Smirnov
|
6f86bfec72
|
Show progress when loading packages from reflist.
|
2014-03-07 00:04:35 +04:00 |
|
Andrey Smirnov
|
f143277a8e
|
aptly snapshot diff does colour output via context.progress.
|
2014-03-06 23:34:46 +04:00 |
|
Andrey Smirnov
|
d5f0c576d1
|
aptly snapshot pull outputs all messages through progress.
|
2014-03-06 23:03:39 +04:00 |
|
Andrey Smirnov
|
bed0ac475e
|
Short syntax for aptly mirror create to support ppa:user/project mirror URLs.
|
2014-03-06 21:06:50 +04:00 |
|