Commit graph

61 commits

Author SHA1 Message Date
Felix Buehler 1e9baed56b various: cleanup of 'inherit version;' 2021-07-16 00:17:12 +02:00
Robert Schütz 1ec5651913 treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil 2021-07-03 13:45:57 +02:00
Domen Kožar 52041b5d02
remove myself from a bunch of software I no longer use/maintain 2021-03-03 10:50:26 +00:00
adisbladis 3d6531e94f
nixops: Refactor expression
This removes the generic expression
2021-02-08 16:43:42 +01:00
adisbladis dc83b85804
nixops_1_6_1: Remove package
Even Nixops 1.7 is unmaintained at this point, let's remove this old cruft.
2021-02-08 16:43:42 +01:00
adisbladis 418af7d7aa
nixops: Fix build by disabling the libvirt backend if package marked as insecure
With this change it's possible to override the libvirt package used if you absolutely need it.
2021-02-08 16:43:42 +01:00
adisbladis c200428600
nixopsUnstable: Remove old unstable expression 2021-02-03 16:05:01 +01:00
Mario Rodas 94a810c56d nixops: add patch to follow redirects in nixos-infect 2020-11-05 04:20:00 +00:00
Pavol Rusnak 7b0167204d treewide: use https for nixos.org and hydra.nixos.org
tarballs.nixos.org is omitted from the change because urls from there
are always hashed and checked
2020-05-03 22:14:21 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Jonathan Ringer a0440ad8b5 nixops_1_6_1: pin azure-storage 2019-09-13 16:59:45 -07:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
AmineChikhaoui 5b5ca459d2
nixopsUnstable: 1.6.1pre2728_8ed39f9 -> 1.7pre2764_932bf43 2019-04-17 11:10:40 -04:00
AmineChikhaoui 0db54f93fb
nixops: 1.6.1 -> 1.7
Add release 1.7, also keep version 1.6.1 available for Azure
backend users. Azure backend was disabled in v1.7 due to the
python API changes.
2019-04-17 10:18:03 -04:00
Herwig Hochleitner 77edcf88dc nixopsUnstable: mark as broken
Unstable should probably be working towards updating to the most
recent version, so marking as broken, instead of using the pinned
version, like stable does.

see https://github.com/NixOS/nixpkgs/pull/52550
see https://github.com/NixOS/nixops/issues/1065
see https://github.com/NixOS/nixpkgs/issues/52547
2019-03-03 11:18:50 +01:00
Herwig Hochleitner 0c4d750ea1 azure-mgmt-*: re-init older versions for use with nixops
add pinned versions package-private

azure-mgmt-compute 0.20.1
azure-mgmt-network 0.20.1
azure-mgmt-nspkg 1.0.0
azure-mgmt-resource 0.20.1
azure-mgmt-storage 0.20.0

https://github.com/NixOS/nixpkgs/pull/52550
https://github.com/NixOS/nixops/issues/1065
2019-03-03 10:52:00 +01:00
Justin Humm c02cfc6f64 nixopsUnstable: 1.6.1pre2706_d5ad09c -> 1.6.1pre2728_8ed39f9
This fixes evaluation with the latest master. See also [0] and [1] for
this.

[0] https://github.com/NixOS/nixops/issues/1086
[1] https://github.com/NixOS/nixops/pull/1088
2019-02-06 17:10:36 +00:00
Domen Kožar 8b85a86023
nixops: 1.6 -> 1.6.1 2019-02-01 11:39:58 +07:00
Herwig Hochleitner 0e5c70eb76 nixops: add checkPhase with a smoke test
This can detect (python) import errors introduced by dependency updates.
2019-01-10 17:50:25 +01:00
Jörg Thalheim cbea2201db
nixopsUnstable: 1.6.1pre2622_f10999a -> 1.6.1pre2706_d5ad09c
This fixes evaluation with the latest master.
2018-11-17 21:24:42 +00:00
Pascal Wittmann 97d28586c1
nixops: add license
see issue #43716
2018-08-09 12:51:48 +02:00
volth 52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00
Matthew Bauer 76999cc40e treewide: remove aliases in nixpkgs
This makes the command ‘nix-env -qa -f. --arg config '{skipAliases =
true;}'’ work in Nixpkgs.

Misc...

- qtikz: use libsForQt5.callPackage

  This ensures we get the right poppler.

- rewrites:

  docbook5_xsl -> docbook_xsl_ns
  docbook_xml_xslt -> docbook_xsl

diffpdf: fixup
2018-07-18 23:25:20 -04:00
Ryan Mulligan af9d10a91b treewide: fix derivation names 2018-05-28 05:59:57 -07:00
Teo Klestrup Röijezon e9868c39e3
nixopsUnstable: 1.6pre2276_9203440 -> 1.6.1pre2622_f10999a 2018-05-15 22:54:57 +02:00
Rob Vermaas 93a77eee1a
nixops: update to 1.6
(cherry picked from commit 2a28e657421be06a0f2b1189344f454e12d0e2f7)
2018-03-28 13:06:47 +02:00
Richard Marko da6b85be51 nixops-dns: init at 1.0 2018-02-03 07:28:28 +01:00
Bas van Dijk bfade3206c nixopsUnstable: upgrade to HEAD and use a tarball from hydra 2017-11-22 09:42:41 +00:00
Rob Vermaas 0767d2984b
nixops: update to 1.5.2
(cherry picked from commit c291a107760888106cf50aa1e54ee4e7c8dd5eb1)
2017-10-29 10:24:53 +01:00
Rob Vermaas 74f55017d2
Update nixops to 1.5.1
(cherry picked from commit 1b57bf274ae5c76e91b2b264d8aa8bfcecb72102)
2017-07-06 11:14:20 +00:00
Domen Kožar 5e75c73559
nixopsUnstable: 2017-05-15 -> 2017-05-22 2017-05-22 15:52:50 +02:00
Domen Kožar 395496a62a
nixopsUnstable: correct tarball
(cherry picked from commit 3e47e6251930294711d625a8123b7f395dd16b58)
Signed-off-by: Domen Kožar <domen@dev.si>
2017-05-18 15:39:47 +02:00
Domen Kožar 8ae6797c0e
nixopsUnstable: 1.5 -> 2017-05-15 2017-05-18 11:40:41 +02:00
Rob Vermaas 1c366b4e06
nixops: update to 1.5
(cherry picked from commit 780a38c611162c34229c9d06b09dd4ec2f8466f4)
2017-02-16 17:03:12 +00:00
Domen Kožar ce6abb9495 nixopsUnstable: init at 2016-11-23 2016-11-23 17:35:36 +01:00
Frederik Rietdijk e56832d730 Merge remote-tracking branch 'upstream/master' into HEAD 2016-10-22 17:23:24 +02:00
Kirill Boltaev 0c34b202e3 nixops: explicitly specify python2 2016-10-19 18:51:44 +03:00
Vladimír Čunát 6eeea6effd Python: more evaluation fixups. 2016-10-14 00:03:12 +02:00
Rob Vermaas 48c32dc0b7 nixops: update to 1.4
(cherry picked from commit 9909d31602f6242259bcf7d31e88107fa5f1fb5f)
2016-07-19 14:33:52 +00:00
Frederik Rietdijk 4d06bf70f4 buildPythonApplication: use new function for Python applications 2016-02-19 13:16:41 +01:00
Rob Vermaas ce2756f701 Fix nixops URL 2016-01-19 10:00:32 +00:00
Domen Kožar 0e4e01c7a6 add back nixopsUnstable 2015-12-18 18:51:12 +01:00
Rob Vermaas df9fc0f8e0 Remove nixops unstable expression, until we reintroduce it again. Currently it is not referenced, as nixopsUnstable = nixops. 2015-09-30 12:49:11 +00:00
Rob Vermaas 92e98c2b03 nixops: 1.2 -> 1.3
(cherry picked from commit a91d4f8a243933181c119ceff434e59eae09be10)
2015-09-29 19:53:47 +00:00
Rob Vermaas ad4f110b73 Revert "nixops: 1.2 -> 1.3."
This reverts commit 43dee76b4b.
2015-09-28 11:41:10 +00:00
Rob Vermaas 43dee76b4b nixops: 1.2 -> 1.3.
(cherry picked from commit fcaf96b8d40e0c9559523674da03ab47edcfc8fb)
2015-09-28 11:33:58 +00:00
Domen Kožar 6b7c2a47c2 nixopsUnstable: bump
(cherry picked from commit 9a401ca40430028310b4bcfa18f5c5b268b54014)
Signed-off-by: Domen Kožar <domen@dev.si>
2015-09-19 16:37:33 +02:00
Peter Simons 7053602206 nixops: update unstable version to latest git HEAD 2015-08-05 14:37:46 +02:00
Peter Simons dc5084b4d1 nixops: fix Emacs syntax highlighting 2015-07-23 19:47:43 +02:00